Alright thanks all of you for your answers, but i've got 3 more
questions :
Regards Le 14/03/2011 20:40, Robert Haas a écrit : On Mon, Mar 14, 2011 at 12:42 PM, Samba GUEYE <samba.gueye@xxxxxxxxxxxx> wrote:Yeah but is there a workaround to force the root table to propagate the foreign key to the partitionned table because right now all foreign keys to partitionned table throws constraints violation and it's a big problem for meNo. Generally, table partitioning is not a good idea unless you are dealing with really large tables, and nearly all of your queries apply only to a single partition. Most likely you are better off not using table inheritance in the first place if you need this feature. It would be nice if we had a way to do this for the rare cases where it would be useful, but we don't. |