Re: Partitioning syntax

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: Partitioning syntax
Дата
Msg-id 20100317135215.GA2577@fetter.org
обсуждение исходный текст
Ответ на Re: Partitioning syntax  (Dmitry Fefelov <fozzy@ac-sw.com>)
Ответы Re: Partitioning syntax  (Dmitry Fefelov <fozzy@ac-sw.com>)
Список pgsql-hackers
On Wed, Mar 17, 2010 at 01:55:45PM +0600, Dmitry Fefelov wrote:
> > Here is a revised partitioning syntax patch. It implements only syntax and
> > on-disk structure mentioned below:
> >     Table Partitioning#Syntax
> >       http://wiki.postgresql.org/wiki/Table_partitioning#Syntax
> >     Table Partitioning#On-disk structure
> >       http://wiki.postgresql.org/wiki/Table_partitioning#On-disk_structure
> 
> Will 9.1 partitions allow to reference partitioned tables in foreign keys?

For now, you can do something like this:

http://people.planetpostgresql.org/dfetter/index.php?/archives/51-Partitioning-Is-Such-Sweet-Sorrow.html

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

Предыдущее
От: Florian Pflug
Дата:
Сообщение: Re: Dyamic updates of NEW with pl/pgsql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PQftype implementation