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

From David Fetter
Subject Re: CREATE FOREIGN TABLE ( ... LIKE ... )
Date
Msg-id 20131015055004.GA20846@fetter.org
Whole thread Raw
In response to CREATE FOREIGN TABLE ( ... LIKE ... )  (David Fetter <david@fetter.org>)
Responses Re: CREATE FOREIGN TABLE ( ... LIKE ... )  (Vik Fearing <vik.fearing@dalibo.com>)
List pgsql-hackers
On Mon, Oct 07, 2013 at 11:16:56PM -0700, David Fetter wrote:
> 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.

Now included: regression tests for disallowed LIKE options.

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: Amit Kapila
Date:
Subject: Re: [PATCH] Add use of asprintf()
Next
From: Asif Naeem
Date:
Subject: Re: [PATCH] Add use of asprintf()