Re: [GENERAL] How to hide NOTICE messages in psql.exe ?

2006-07-06 Thread Szymic1
might also be interested in psql's -q option (or \set QUIET). I use -q but I've got e.g Z:\psql.exe -q -d ff -h localhost -p 5432 -U postgres 0D:\ff\centralny\src\db\processing_utils.sql NOTICE: type reference ff.alias.mask%TYPE converted to character varying NOTICE: type reference

Re: [GENERAL] How to hide NOTICE messages in psql.exe ?

2006-07-06 Thread Richard Broersma Jr
might also be interested in psql's -q option (or \set QUIET). I use -q but I've got e.g Z:\psql.exe -q -d ff -h localhost -p 5432 -U postgres 0D:\ff\centralny\src\db\processing_utils.sql NOTICE: type reference ff.alias.mask%TYPE converted to character varying NOTICE: type reference

Re: [GENERAL] How to hide NOTICE messages in psql.exe ?

2006-07-06 Thread Michael Fuhr
On Wed, Jul 05, 2006 at 07:48:21AM -0700, Szymic1 wrote: might also be interested in psql's -q option (or \set QUIET). I use -q but I've got e.g Z:\psql.exe -q -d ff -h localhost -p 5432 -U postgres 0D:\ff\centralny\src\db\processing_utils.sql NOTICE: type reference ff.alias.mask%TYPE

[GENERAL] How to hide NOTICE messages in psql.exe ?

2006-07-05 Thread Szymic1
Hi I use psql.exe program under windows and I would like that program will hide all NOTICE messages. Is there any psql.exe parameter ? Because of big number of NOTICE messages is very hard to find errors. Michal Szymanski http://blog.szymanskich.net ---(end of

Re: [GENERAL] How to hide NOTICE messages in psql.exe ?

2006-07-05 Thread Michael Fuhr
On Wed, Jul 05, 2006 at 07:12:02AM -0700, Szymic1 wrote: I use psql.exe program under windows and I would like that program will hide all NOTICE messages. Is there any psql.exe parameter ? Because of big number of NOTICE messages is very hard to find errors. Does SET client_min_messages TO