Re: reindexdb command utlility

From: Euler Taveira de Oliveira <euler(at)timbira(dot)com>
To: Henrik Zagerholm <henke(at)mac(dot)se>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: reindexdb command utlility
Date: 2006-05-31 23:22:22
Message-ID: 20060531232222.GB1436@timbira.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2006-06-01 14:12:21 Re:
Previous Message Tom Lane 2006-05-31 20:03:13 Re: Too many function calls in view with LEFT JOIN