Re: [GENERAL] turning off notices

2008-01-19 Thread Sue Fitt
's working so I'm happy. Sue - Original Message - From: "Stephan Szabo" <[EMAIL PROTECTED]> To: "Sue Fitt" <[EMAIL PROTECTED]> Cc: Sent: Saturday, January 19, 2008 4:16 PM Subject: Re: [GENERAL] turning off notices On Sat, 19 Jan 2008, Sue Fi

Re: [GENERAL] turning off notices

2008-01-19 Thread Stephan Szabo
On Sat, 19 Jan 2008, Sue Fitt wrote: > Hi All, > > I'm having trouble with turning off notices. Within psql I use \set > VERBOSITY terse, which is fine. However, using psql -c I am having > trouble. It seems I should be able to use psql -qc 'mycommand' but I am > still getting notices output, e.g.

Re: [GENERAL] turning off notices

2008-01-19 Thread Sue Fitt
Cc: Sent: Saturday, January 19, 2008 3:30 PM Subject: Re: [GENERAL] turning off notices Hello try: echo '\set VERBOSITY terse\\SELECT * FROM show(1135311);' | psql -d combilex -q Regards Pavel Stehule On 19/01/2008, Sue Fitt <[EMAIL PROTECTED]> wrote: Hi All, I'm h

Re: [GENERAL] turning off notices

2008-01-19 Thread Pavel Stehule
Hello try: echo '\set VERBOSITY terse\\SELECT * FROM show(1135311);' | psql -d combilex -q Regards Pavel Stehule On 19/01/2008, Sue Fitt <[EMAIL PROTECTED]> wrote: > > > Hi All, > > I'm having trouble with turning off notices. Within psql I use \set > VERBOSITY terse, which is fine. However, us

[GENERAL] turning off notices

2008-01-19 Thread Sue Fitt
Hi All, I'm having trouble with turning off notices. Within psql I use \set VERBOSITY terse, which is fine. However, using psql -c I am having trouble. It seems I should be able to use psql -qc 'mycommand' but I am still getting notices output, e.g. psql -d combilex -qc 'SELECT * FROM show(113