Re: [GENERAL] How to turn off DEBUG statements from psql commends

2014-02-10 Thread peterlen
Thanks for all the replies. They were all right on. For some unknown reason, the client_min_messages was set to DEBUG5. Not sure how this happened but with your help, I now know how to get it back to where it was. Thanks again for all the quick feedback. - Peter -- View this message in cont

Re: [GENERAL] How to turn off DEBUG statements from psql commends

2014-02-10 Thread Andrew Sullivan
Somehow your postgres log statements are getting echoed to the front end. Did you change anything about the postgres (server) configuration file? On Mon, Feb 10, 2014 at 07:43:33AM -0800, peterlen wrote: > We are using PostgreSQL 9.3. Something seems to have changed with our psql > command-line

Re: [GENERAL] How to turn off DEBUG statements from psql commends

2014-02-10 Thread Giuseppe Broccolo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Il 10/02/2014 16:43, peterlen ha scritto: > We are using PostgreSQL 9.3. Something seems to have changed with > our psql command-line output since we first installed it. When I > run commands at my plsql prompt, I am getting a lot of debug > statem

Re: [GENERAL] How to turn off DEBUG statements from psql commends

2014-02-10 Thread Ian Lawrence Barwick
2014-02-11 0:43 GMT+09:00 peterlen : > We are using PostgreSQL 9.3. Something seems to have changed with our psql > command-line output since we first installed it. When I run commands at my > plsql prompt, I am getting a lot of debug statements which I was not getting > before. I am just trying

Re: [GENERAL] How to turn off DEBUG statements from psql commends

2014-02-10 Thread Glyn Astill
- Original Message - > From: peterlen > To: pgsql-general@postgresql.org > Cc: > Sent: Monday, 10 February 2014, 15:43 > Subject: [GENERAL] How to turn off DEBUG statements from psql commends > > We are using PostgreSQL 9.3.  Something seems to have changed wi

[GENERAL] How to turn off DEBUG statements from psql commends

2014-02-10 Thread peterlen
We are using PostgreSQL 9.3. Something seems to have changed with our psql command-line output since we first installed it. When I run commands at my plsql prompt, I am getting a lot of debug statements which I was not getting before. I am just trying to find out how to tell psql not to display