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 01:47:49
Message-ID: 20060531014749.GA17578@timbira.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> I used wanted to point out the the ( -q, --quiet ) parameter for
> reindexdb command utility does not work.
Actually it is *not* a bug. The NOTICE is printed by the REINDEX
command; reindexdb is just a wrapper around REINDEX command. If you
set up 'client_min_messages' in postgresql.conf, you don't get those
'annoying' messages.

> Also reindexdb writes NOTICE to standard err for every table it
> reindexes which makes it really hard to use in script as it always
> produces an "errror". :-)
>
You can always ignore NOTICE. grep is your friend. :-)

Looking at the code, IMHO we could raise the ereport from NOTICE to
INFO (see the patch attached). None of the scripts actually raise
NOTICEs if it succeeds.

Comments?

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

Attachment Content-Type Size
a.diff text/plain 989 bytes

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Henrik Zagerholm 2006-05-31 06:43:59 Re: reindexdb command utlility
Previous Message Tom Lane 2006-05-30 22:54:29 Re: strange (numeric) casting behaviour