diff options
Diffstat (limited to 'doc/src/sgml/ref/createuser.sgml')
| -rw-r--r-- | doc/src/sgml/ref/createuser.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml index ee76f73abf..585716c49b 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.14 2000/11/22 01:41:13 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.15 2000/12/25 23:15:26 petere Exp $ Postgres documentation --> @@ -149,7 +149,7 @@ Postgres documentation <para> The options <literal>-h</literal>, <literal>-p</literal>, and <literal>-e</literal>, - are passed on literally to <xref linkend="APP-PSQL" endterm="APP-PSQL-title">. The + are passed on literally to <xref linkend="APP-PSQL">. The <application>psql</application> options <literal>-U</literal> and <literal>-W</literal> are available as well, but their use can be confusing in this context. </para> @@ -183,7 +183,7 @@ Postgres documentation If there is an error condition, the backend error message will be displayed. See <xref linkend="SQL-CREATEUSER" endterm="SQL-CREATEUSER-title"> - and <xref linkend="APP-PSQL" endterm="APP-PSQL-title"> for possibilities. + and <xref linkend="APP-PSQL"> for possibilities. </para> </refsect2> </refsynopsisdiv> @@ -205,7 +205,7 @@ Postgres documentation <acronym>SQL</acronym> command <xref linkend="SQL-CREATEUSER" endterm="SQL-CREATEUSER-title"> via the <productname>Postgres</productname> interactive terminal - <xref linkend="APP-PSQL" endterm="APP-PSQL-title">. Thus, there is nothing + <xref linkend="APP-PSQL">. Thus, there is nothing special about creating users via this or other methods. This means that the <application>psql</application> must be found by the script and that a database server is running at the targeted host. Also, any default |
