Re: [SQL] Partitionning + Trigger and Execute not working as expected

2011-11-08 Thread Sylvain Mougenot
Hello, I'm trying to use table partitionning on a table called JOB. Each month a new table is created to contain the rows created on that month. ex : JOB_2011_11 for rows created during november 2011. To do that I followed this advices on that page : http://www.postgresql.org/docs/9.1/static/ddl-p

Re: [SQL] Partitionning + Trigger and Execute not working as expected

2011-11-09 Thread Sylvain Mougenot
es (NEW.*) Is there a way to solve this? Isn't it a bug (in how EXECUTE works)? On Wed, Nov 9, 2011 at 1:35 AM, Josh Kupershmidt wrote: > On Tue, Nov 8, 2011 at 11:04 AM, Sylvain Mougenot > wrote: > > EXECUTE 'INSERT INTO '|| currentTableName || ' values

Re: [SQL] Partitionning + Trigger and Execute not working as expected

2011-11-09 Thread Sylvain Mougenot
(NEW.*)*; So it looks like a trouble with EXECUTE to me! On Wed, Nov 9, 2011 at 8:25 PM, Josh Kupershmidt wrote: > On Wed, Nov 9, 2011 at 6:57 AM, Sylvain Mougenot > wrote: > > > Even if the query below is fine (the exact content I try to build as a > > String to us

[SQL] Partitionning + Trigger and Execute not working as expected

2011-11-10 Thread Sylvain Mougenot
Hello, I'm trying to use table partitionning on a table called JOB. Each month a new table is created to contain the rows created on that month. ex : JOB_2011_11 for rows created during november 2011. To do that I followed this advices on that page : http://www.postgresql.org/docs/9.1/static/ddl-p

Re: [SQL] Partitionning + Trigger and Execute not working as expected

2011-11-16 Thread Sylvain Mougenot
From: Jasen Betts > To: pgsql-sql@postgresql.org > Date: 12 Nov 2011 09:56:02 GMT > Subject: Re: Partitionning + Trigger and Execute not working as expected > On 2011-11-08, Sylvain Mougenot wrote: > > --f46d043c7fbad4a6b104b1357041 > > Content-Type: text/plain; charset=I

[SQL] JDBC Statement.setQueryTimeout : is there plan to implement this?

2011-12-14 Thread Sylvain Mougenot
but could solve the problem temporarily. I could even be turned on by some driver settings. -- Sylvain Mougenot

Re: [SQL] JDBC Statement.setQueryTimeout : is there plan to implement this?

2011-12-14 Thread Sylvain Mougenot
re than 3 years old! And still : The driver doesn't implement it. So, Does anyone know if there is a plan to implement this feature? On Wed, Dec 14, 2011 at 3:01 PM, Craig Ringer wrote: > On 14/12/2011 9:29 PM, Sylvain Mougenot wrote: > >> Even if the behaviour is not implemen