[BUGS] Postgres 9.2 with Postgis 1.5.3 Upgrade

2012-10-01 Thread Freddie Burgess
Does anyone know of any known issues (show-stoppers) with upgrading to Postgresql 9.2 but retaining Postgis 1.5.3 or Postgis 1.5.5? Thanks

[BUGS] Postgres Partitions not working with hibernate 4.1.6.Final

2012-09-25 Thread Freddie Burgess
In hibernate 3.3.2.GA, We previously utilized this java program to address ingesting data into our PostgreSQL partitioned tables. package im.empl.core.service.ingest.postgres; import org.hibernate.Interceptor; import org.hibernate.jdbc.Batcher; import org.hibernate.jdbc.BatchingBatcherFactory;

Re: [BUGS] Postgres Partitions not working with hibernate 4.1.6.Final

2012-09-25 Thread Freddie Burgess
- From: jcasa...@systemguards.com.ec [mailto:jcasa...@systemguards.com.ec] On Behalf Of Jaime Casanova Sent: Tuesday, September 25, 2012 4:50 PM To: Freddie Burgess Cc: pgsql-bugs@postgresql.org Subject: Re: [BUGS] Postgres Partitions not working with hibernate 4.1.6.Final On Tue, Sep 25, 2012 at 3

Re: [BUGS] Postgres JDBC-hibernate Problem

2012-09-18 Thread Freddie Burgess
programmatically. Any workarounds to resolve this issue would be greatly appreciated. thanks -Original Message- From: Craig Ringer [mailto:ring...@ringerc.id.au] Sent: Tuesday, September 18, 2012 12:29 AM To: Freddie Burgess Cc: pgsql-bugs@postgresql.org Subject: Re: [BUGS] Postgres JDBC-hibernate

Re: [BUGS] Postgres JDBC-hibernate Problem

2012-09-17 Thread Freddie Burgess
-bugs-ow...@postgresql.org [mailto:pgsql-bugs-ow...@postgresql.org] On Behalf Of Craig Ringer Sent: Monday, September 17, 2012 12:39 AM To: Freddie Burgess Cc: pgsql-bugs@postgresql.org Subject: Re: [BUGS] Postgres JDBC-hibernate Problem On 09/12/2012 12:18 AM, Freddie Burgess wrote: We have

[BUGS] Postgres JDBC-hibernate Problem

2012-09-11 Thread Freddie Burgess
We have upgraded from PostgreSQL 8.4.3 to PostgreSQL 9.1.4 and we are getting the following errors when attempting to auto-gen schema DDL. Old Configuration: WEB-INF/lib/postgis-jdbc-1.3.3.jar, WEB-INF/lib/postgis-stubs-1.3.3.jar, WEB-INF/lib/postgresql-8.3-603.jdbc4.jar, New Configuration:

[BUGS] Upgrading vldb from 8.4.3 to 9.1.4

2012-08-30 Thread Freddie Burgess
We have successfully upgraded Postgresql from 8.4.3 to 9.1.4 in our environment, but we have some questions/issues. Before the upgrade: Postgres8 data location -- /usr/local/pgsql/data -- /u01/fiber/postgres843/postgres_data Postgres9 data location -- /opt/PostgreSQL/9.1/data --

[BUGS] Database crash in Postgres 8.4.3

2012-08-21 Thread Freddie Burgess
Late yesterday afternoon our DB server went down hard. we tried to re-start and it went into recovery mode to recover transaction history and failed. Notable error was: FATAL: failed to re-find parent key in index 257969064 for split pages 8366/12375 If you look this error up, it

[BUGS] ERROR - Upgrading Postgresql 8.4.3 to Postgressql 9.1.4

2012-08-14 Thread Freddie Burgess
We are trying to upgrade our production postgres database instance that is approximately 4TB in size and it contains various table partition structures.; a separate tablespace for each partition. We were initially successful in performing the upgrade using pg_upgrade with both the link and copy