Re: [GENERAL] Handling bytea field in partition trigger function

2011-04-10 Thread Noah Misch
On Fri, Apr 01, 2011 at 04:09:00PM -0700, Doug Johnson wrote: > I'm trying to partition a table that has a btyea field used to store pdf > data. Basically the procedure filters by date, and creates a new table every > month. I'm having problems with the executed sql string that moves the data > int

[GENERAL] Handling bytea field in partition trigger function

2011-04-01 Thread Doug Johnson
I'm trying to partition a table that has a btyea field used to store pdf data. Basically the procedure filters by date, and creates a new table every month. I'm having problems with the executed sql string that moves the data into the partitioned table from the main insert. I'm setting n_document