Re: [GENERAL] Any advice on debugging hanging postgresql-8.1.21 (many postmaster's)

2010-10-04 Thread Eric Comeau
Specifically look into setting. log_min_duration_statement (integer) in the postgresql.conf file. -Original Message- From: Robert Gravsjö [mailto:tekniksupp...@blogg.se] Sent: Monday, October 04, 2010 7:22 AM To: Alexander Farber Cc: pgsql-general@postgresql.org Subject: Re: Any ad

Re: [GENERAL] Feature proposal

2010-08-25 Thread Eric Comeau
On Wed, 2010-08-25 at 17:06 +0200, Denis BUCHER wrote: > Le 25.08.2010 09:15, wstrzalka a crit : > > I'm currently playing with very large data import using COPY from > > file. > > > > As this can be extremely long operation (hours in my case) the nice > > feature would be some option to show opera

Re: [GENERAL] Customize the install directory of the postgres DB

2009-11-16 Thread Eric Comeau
"Greg Smith" wrote in message news:4afde758.1050...@2ndquadrant.com... > Tom Lane wrote: >> The real problem that I think the OP hasn't considered is whether >> his "bundled" RPM package isn't going to conflict with a preinstalled >> postgresql RPM. Relocating the RPM, either dynamically as you

Re: [GENERAL] New database or New Schema?

2009-08-30 Thread Eric Comeau
""Filip Rembiałkowski"" wrote in message news:92869e660908250856g62561141n557f88015cd21...@mail.gmail.com... 2009/8/25 Eric Comeau "David Fetter" wrote in message news:20090821170259.ga6...@fetter.org... > On Fri, Aug 21, 2009 at 12

Re: [GENERAL] New database or New Schema?

2009-08-25 Thread Eric Comeau
"David Fetter" wrote in message news:20090821170259.ga6...@fetter.org... > On Fri, Aug 21, 2009 at 12:16:45PM -0400, Eric Comeau wrote: >> In the next release of our software the developers are moving to >> JBoss and have introduced the use of JBoss Messaging. They wan

[GENERAL] New database or New Schema?

2009-08-21 Thread Eric Comeau
In the next release of our software the developers are moving to JBoss and have introduced the use of JBoss Messaging. They want to change from using the built-in hsqldb to using our PostgreSQL database. What is the best approach, create a new database or new schema with-in our current PostgreS