diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-09-12 23:04:46 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-09-12 23:04:46 +0000 |
commit | a75ee43ce9ae8596191074a04c8f8394b6d5e66b (patch) | |
tree | bb438bb6380b85c46e101691688a9979d068a28f /doc/src/sgml/ref/createuser.sgml | |
parent | 6e59122490a3d4f0af0c22e89f949d517b46f5ee (diff) |
Mop-up for error-message updates in documentation.
Diffstat (limited to 'doc/src/sgml/ref/createuser.sgml')
-rw-r--r-- | doc/src/sgml/ref/createuser.sgml | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml index 484f7fbe11f..15459db9ce8 100644 --- a/doc/src/sgml/ref/createuser.sgml +++ b/doc/src/sgml/ref/createuser.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.37 2003/09/12 00:12:47 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.38 2003/09/12 23:04:46 tgl Exp $ PostgreSQL documentation --> @@ -54,16 +54,6 @@ PostgreSQL documentation this utility and via other methods for accessing the server. </para> - <para> - In case of difficulty, see <xref linkend="SQL-CREATEUSER" - endterm="sql-createuser-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> @@ -277,6 +267,22 @@ PostgreSQL documentation <refsect1> + <title>Diagnostics</title> + + <para> + In case of difficulty, see <xref linkend="SQL-CREATEUSER" + endterm="sql-createuser-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> |