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