mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Mop-up for error-message updates in documentation.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.24 2003/09/12 00:12:47 tgl Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.25 2003/09/12 23:04:46 tgl Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@@ -46,16 +46,6 @@ PostgreSQL documentation
|
||||
this utility and via other methods for accessing the server.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
In case of difficulty, see <xref linkend="SQL-DROPDATABASE"
|
||||
endterm="sql-dropdatabase-title"> and <xref linkend="APP-PSQL"> for
|
||||
discussions of potential problems and error messages.
|
||||
The database server must be running at the
|
||||
targeted host. Also, any default connection settings and environment
|
||||
variables used by the <application>libpq</application> front-end
|
||||
library will apply.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
|
||||
@@ -181,7 +171,23 @@ PostgreSQL documentation
|
||||
</refsect1>
|
||||
|
||||
|
||||
<refsect1 id="R1-APP-DROPDB-2">
|
||||
<refsect1>
|
||||
<title>Diagnostics</title>
|
||||
|
||||
<para>
|
||||
In case of difficulty, see <xref linkend="SQL-DROPDATABASE"
|
||||
endterm="sql-dropdatabase-title"> and <xref linkend="APP-PSQL"> for
|
||||
discussions of potential problems and error messages.
|
||||
The database server must be running at the
|
||||
targeted host. Also, any default connection settings and environment
|
||||
variables used by the <application>libpq</application> front-end
|
||||
library will apply.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
|
||||
<refsect1>
|
||||
<title>Examples</title>
|
||||
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user