Foreign Tables as Partitions - Mailing list pgsql-hackers

From David Fetter
Subject Foreign Tables as Partitions
Date
Msg-id 20130719005601.GA5760@fetter.org
Whole thread Raw
Responses Re: Foreign Tables as Partitions
List pgsql-hackers
Folks,

Please find attached a PoC patch to implement $subject.

So far, with a lot of help from Andrew Gierth, I've roughed out an
implementation which allows you to ALTER FOREIGN TABLE so it inherits
a local table.

TBD: CREATE FOREIGN TABLE ... INHERITS ..., docs, regression testing,
etc., etc.

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: Karol Trzcionka
Date:
Subject: Re: compiler warning in UtfToLocal and LocalToUtf (conv.c)
Next
From: Peter Eisentraut
Date:
Subject: confusing typedefs in jsonfuncs.c