[DOCS] utility programs EXAMPLES at HEAD is not yet corrected

2007-06-21 Thread Katsuhiko Okano
hi.

In the following mail,
The action of the createdb command and others changed at HEAD and
the sgml file was also corrected.
However, description of EXAMPLES is not yet corrected.
I think that correction is required also there.

Regards,


http://archives.postgresql.org/pgsql-committers/2007-06/msg00043.php
>> > >pgsql: Remove gratuitous response messages from utility programs.

> > Remove gratuitous response messages from utility programs.
> >
> > (Possibly release notes material, lest users be confused.)
> >
> > The --quiet option is now obsolete and without effect in createdb,
> > createuser, dropdb, dropuser; kept for compatibility but marked for
> > removal in 8.4.


http://momjian.us/main/writings/pgsql/sgml/app-createdb.html
> > Examples
> > To create the database demo using the default database server:
> >
> > $ createdb demo
> > CREATE DATABASE
> >
> > The response is the same as you would have gotten from running the CREATE
DATABASE SQL command.
-- 

Katsuhiko Okano
okano katsuhiko _at_ oss ntt co jp

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match


Re: [DOCS] utility programs EXAMPLES at HEAD is not yet corrected

2007-06-21 Thread Peter Eisentraut
Am Donnerstag, 21. Juni 2007 08:27 schrieb Katsuhiko Okano:
> The action of the createdb command and others changed at HEAD and
> the sgml file was also corrected.
> However, description of EXAMPLES is not yet corrected.
> I think that correction is required also there.

I have updated the examples.  Let us know if you find anything that is still 
not matching.

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

---(end of broadcast)---
TIP 6: explain analyze is your friend