Command tags in create/drop scripts - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Command tags in create/drop scripts
Date
Msg-id 200705311456.00717.peter_e@gmx.net
Whole thread Raw
Responses Re: Command tags in create/drop scripts  ("CAJ CAJ" <pguser@gmail.com>)
Re: Command tags in create/drop scripts  (Bruce Momjian <bruce@momjian.us>)
Re: Command tags in create/drop scripts  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
List pgsql-hackers
The messages output by the "scripts" always seemed unnecessary to me, e.g.,

$ createdb foo
CREATE DATABASE

A Unix program (hi Magnus) shouldn't need to say anything if the requested 
action succeeded.

I believe the history of this output is actually that these scripts simply 
used to call psql and no one really questioned why the output should be this 
way.  There are also some inconsistencies, e.g., createlang doesn't output 
anything, and createuser outputs CREATE ROLE.

I would just remove all this, but I suppose this will be controversial?

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: ERROR: index row size 2960 exceeds btree maximum
Next
From: "Zeugswetter Andreas ADI SD"
Date:
Subject: Re: TOAST usage setting