CREATE FOREIGN TABLE ( ... LIKE ... ) - Mailing list pgsql-hackers

From David Fetter
Subject CREATE FOREIGN TABLE ( ... LIKE ... )
Date
Msg-id 20131008061656.GA6300@fetter.org
Whole thread Raw
Responses Re: CREATE FOREIGN TABLE ( ... LIKE ... )  (David Fetter <david@fetter.org>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Claudio Freire
Date:
Subject: Re: Re: custom hash-based COUNT(DISTINCT) aggregate - unexpectedly high memory consumption
Next
From: Michael Paquier
Date:
Subject: Re: [COMMITTERS] pgsql: Add DISCARD SEQUENCES command.