Thread: Postgresql documentation : PostgreSQL Tutorial

Postgresql documentation : PostgreSQL Tutorial

From
"Stuart Seeley"
Date:
Hello

I've noted an error in this document in the following section:

Chapter 4  -  Destroyng a Database

The command to do this is shown as '% dropdb mydb', and should be '%
destroydb mydb'
atleast as far as the version of PostgreSQL that I have. (6.5)

Here is a link to the section where I found this.

http://www.postgresql.org/docs/tutorial/x1241.htm#AEN1306

Have a great day.

Stuart Seeley




Re: Postgresql documentation : PostgreSQL Tutorial

From
Thomas Lockhart
Date:
> The command to do this is shown as '% dropdb mydb'...

The 7.0 release changed the command name to "dropdb", and since that is
the current released version that is what is documented on the web site.

                    - Thomas