CREATE FOREIGN TABLE ( ... LIKE ... )

Поиск
Список
Период
Сортировка
От David Fetter
Тема CREATE FOREIGN TABLE ( ... LIKE ... )
Дата
Msg-id 20131008061656.GA6300@fetter.org
обсуждение исходный текст
Ответы Re: CREATE FOREIGN TABLE ( ... LIKE ... )  (David Fetter <david@fetter.org>)
Список pgsql-hackers
Folks,

Please find attached a patch implementing and documenting, to some
extent, $subject.  I did this in aid of being able to import SQL
standard catalogs and other entities where a known example could
provide a template for a foreign table.

Should there be errhint()s, too?  Should we pile up all such errors
and mention them at the end rather than simply bailing on the first
one?

TBD: regression tests.

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 по дате отправления:

Предыдущее
От: Claudio Freire
Дата:
Сообщение: Re: Re: custom hash-based COUNT(DISTINCT) aggregate - unexpectedly high memory consumption
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add DISCARD SEQUENCES command.