Re: Partitioning syntax

From: Dmitry Fefelov <fozzy(at)ac-sw(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Takahiro Itagaki <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
Subject: Re: Partitioning syntax
Date: 2010-03-17 07:54:48
Message-ID: 201003171354.48668.fozzy@ac-sw.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 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?

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dmitry Fefelov 2010-03-17 07:55:45 Re: Partitioning syntax
Previous Message KaiGai Kohei 2010-03-17 07:26:49 [v9.1] access control reworks in ALTER TABLE