Re: reindexdb command utlility - Mailing list pgsql-bugs

From Euler Taveira de Oliveira
Subject Re: reindexdb command utlility
Date
Msg-id 20060531232222.GB1436@timbira.com
Whole thread Raw
In response to Re: reindexdb command utlility  (Henrik Zagerholm <henke@mac.se>)
List pgsql-bugs
Henrik Zagerholm wrote:

> >You can always ignore NOTICE. grep is your friend. :-)
> True, but usually I like to have my ERROR messages to stderr and INFO
> to stdout.
>
But it's not true in PostgreSQL. All ereport() messages are sent to
stderr. In some scripts, the -e (echo) is used to print command to
stdout. Like I said, you need to "| grep -v" your stderr output.


--
  Euler Taveira de Oliveira
  http://www.timbira.com/

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Too many function calls in view with LEFT JOIN
Next
From: claus.pruefer@webcodex.de
Date:
Subject: