Re: [PERFORM] Odd behaviour with redundant CREATE statement

2010-10-07 Thread Dave Crooke
Thanks folks, that makes sense. We're now being more precise with our DDL :-) Cheers Dave On Thu, Oct 7, 2010 at 3:40 PM, Robert Haas wrote: > On Mon, Sep 27, 2010 at 3:27 PM, Gurjeet Singh > wrote: > > On Mon, Sep 27, 2010 at 8:50 PM, Dave Crooke wrote: > >> > >> Our Java application manages

Re: [PERFORM] Odd behaviour with redundant CREATE statement

2010-10-07 Thread Robert Haas
On Mon, Sep 27, 2010 at 3:27 PM, Gurjeet Singh wrote: > On Mon, Sep 27, 2010 at 8:50 PM, Dave Crooke wrote: >> >> Our Java application manages its own schema. Some of this is from >> Hibernate, but some is hand-crafted JDBC. >> >> By way of an upgrade path, we have a few places where we have adde

Re: [PERFORM] Odd behaviour with redundant CREATE statement

2010-09-27 Thread Gurjeet Singh
On Mon, Sep 27, 2010 at 8:50 PM, Dave Crooke wrote: > > Our Java application manages its own schema. Some of this is from > Hibernate, but some is hand-crafted JDBC. > > By way of an upgrade path, we have a few places where we have added > additional indexes to optimize performance, and so at sta