Re: [GENERAL] DDL partitioning with insert trigger issue

2010-06-15 Thread Alban Hertroys
On 15 Jun 2010, at 24:46, mark wrote: > Hello, > > I am running PG 8.3. and following the guide found > athttp://www.postgresql.org/docs/current/static/ddl-partitioning.html > > > I have followed the steps outlined here nearly exactly with regards to using > an insert trigger to call a fun

Re: [GENERAL] DDL partitioning with insert trigger issue

2010-06-14 Thread Scott Marlowe
On Mon, Jun 14, 2010 at 4:46 PM, mark wrote: > Hello, > > I am running PG 8.3. and following the guide found at > http://www.postgresql.org/docs/current/static/ddl-partitioning.html > > > I have followed the steps outlined here nearly exactly with regards to using > an insert trigger to call a fun

[GENERAL] DDL partitioning with insert trigger issue

2010-06-14 Thread mark
Hello, I am running PG 8.3. and following the guide found at http://www.postgresql.org/docs/current/static/ddl-partitioning.html I have followed the steps outlined here nearly exactly with regards to using an insert trigger to call a function to insert data into the child partition. I