mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
This patch makes the following changes to the documentation:
- more work from the SGML police - some grammar improvements: rewriting a paragraph or two, replacing contractions where (IMHO) appropriate - fix missing utility commands in lock mode docs - improve CLUSTER, REINDEX, SET SESSION AUTHORIZATION ref pages Neil Conway
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/start.sgml,v 1.27 2002/11/11 20:14:04 petere Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/start.sgml,v 1.28 2003/02/19 04:06:28 momjian Exp $
|
||||
-->
|
||||
|
||||
<chapter id="tutorial-start">
|
||||
@@ -242,7 +242,7 @@ createdb: database creation failed
|
||||
</para>
|
||||
|
||||
<para>
|
||||
If you don't want to use your database anymore you can remove it.
|
||||
If you do not want to use your database anymore you can remove it.
|
||||
For example, if you are the owner (creator) of the database
|
||||
<literal>mydb</literal>, you can destroy it using the following
|
||||
command:
|
||||
|
Reference in New Issue
Block a user