Re: What needs to be done for real Partitioning?

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: PFC <lists@boutiquenumerique.com>
Cc: "Josh Berkus" <josh@agliodbs.com>, pgsql-performance@postgresql.org
Date: 2005-03-19T23:02:39Z
Lists: pgsql-performance
PFC <lists@boutiquenumerique.com> writes:
> 	Some ideas :
> 	hidden field (like oid was) to indicate in which partition the tuple is ?

tableoid would accomplish that already, assuming that the "partitioned
table" is effectively a view on separate physical tables.

			regards, tom lane