CREATE FOREGIN TABLE LACUNA

Поиск
Список
Период
Сортировка
От David Fetter
Тема CREATE FOREGIN TABLE LACUNA
Дата
Msg-id 20120313152447.GI32168@fetter.org
обсуждение исходный текст
Ответы Re: CREATE FOREGIN TABLE LACUNA
Список pgsql-hackers
Folks,

This is for 9.3, of course.

I noticed that CREATE FOREIGN TABLE (LIKE some_table) doesn't work.  I
believe it should, as it would:

- Remove a POLA violation
- Make data loading into an extant table even easier, especially if there need to be filtering or other cleanup steps

Come to think of it, which CREATE TABLE options are inappropriate to
CREATE FOREIGN TABLE?

Cheers,
David.
-- 
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_upgrade and statistics
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: foreign key locks, 2nd attempt