Re: CREATE FOREGIN TABLE LACUNA

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: CREATE FOREGIN TABLE LACUNA
Дата
Msg-id 1342126827.19702.6.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: CREATE FOREGIN TABLE LACUNA  (Dean Rasheed <dean.a.rasheed@gmail.com>)
Список pgsql-hackers
On lör, 2012-06-23 at 23:08 +0100, Dean Rasheed wrote:
> I spotted a couple of other issues during testing:
> 
> * You're still allowing INCLUDING DEFAULTS and INCLUDING STORAGE, even
> though these options are not supported on foreign tables.
> 
> * If I do INCLUDING ALL, I get an error because of the unsupported
> options. I think that "ALL" in this context needs to be made to mean
> all the options that foreign tables support (just COMMENTS at the
> moment).

Note that when I added CREATE TABLE LIKE to support composite types, it
was decided to ignore non-applicable options (like copying indexes from
types or views etc.).  The same should be done here, unless we have
reasons to revise the earlier decision.




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: sign mismatch in walreceiver.c
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: compiler warnings on the buildfarm