Postgresql documentation : PostgreSQL Tutorial
Postgresql documentation : PostgreSQL Tutorial
От:
"Stuart Seeley" <lowlevel@home.com>
Дата:
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
От:
Thomas Lockhart <lockhart@alumni.caltech.edu>
Дата:
> 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