Add documentation to 'createuser' that ALTER USER must be used to add or
modify passwords, per user confusion report. Also clean up wording that command line utils need database access.
This commit is contained in:
parent
ab64881f97
commit
b71a48990a
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createdb.sgml,v 1.32 2003/03/24 14:32:51 petere Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createdb.sgml,v 1.33 2003/05/26 17:50:09 momjian Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -44,11 +44,11 @@ PostgreSQL documentation
|
|||||||
<para>
|
<para>
|
||||||
<application>createdb</application> is a wrapper around the
|
<application>createdb</application> is a wrapper around the
|
||||||
<acronym>SQL</acronym> command <xref linkend="SQL-CREATEDATABASE"
|
<acronym>SQL</acronym> command <xref linkend="SQL-CREATEDATABASE"
|
||||||
endterm="SQL-CREATEDATABASE-title">. Thus, there is nothing
|
endterm="SQL-CREATEDATABASE-title">. The database server must be
|
||||||
special about creating databases via this or other methods. This
|
running on the targeted host. There is nothing special about creating
|
||||||
means that a database server must be running at the targeted
|
databases via this or other methods. Also, any default settings and
|
||||||
host. Also, any default settings and environment variables used by
|
environment variables used by the <application>libpq</application>
|
||||||
the <application>libpq</application> front-end library will apply.
|
front-end library will apply.
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.32 2003/03/24 14:32:51 petere Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.33 2003/05/26 17:50:09 momjian Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -45,13 +45,19 @@ PostgreSQL documentation
|
|||||||
<para>
|
<para>
|
||||||
<application>createuser</application> is a wrapper around the
|
<application>createuser</application> is a wrapper around the
|
||||||
<acronym>SQL</acronym> command <xref linkend="SQL-CREATEUSER"
|
<acronym>SQL</acronym> command <xref linkend="SQL-CREATEUSER"
|
||||||
endterm="SQL-CREATEUSER-title">. Thus, there is nothing special
|
endterm="SQL-CREATEUSER-title">. The database server must be
|
||||||
about creating users via this or other methods. This means that a
|
running on the targeted host. There is nothing special
|
||||||
database server must be running at the targeted host. Also, any
|
about creating users via this or other methods. Also, any
|
||||||
default settings and environment variables used by the
|
default settings and environment variables used by the
|
||||||
<application>libpq</application> front-end library will apply.
|
<application>libpq</application> front-end library will apply.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Passwords can only be added later, changed, or removed using the
|
||||||
|
<acronym>SQL</acronym> command <xref linkend="SQL-ALTERUSER"
|
||||||
|
endterm="SQL-ALTERUSER-title">.
|
||||||
|
</para>
|
||||||
|
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.21 2003/03/24 14:32:51 petere Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.22 2003/05/26 17:50:09 momjian Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -37,11 +37,11 @@ PostgreSQL documentation
|
|||||||
<para>
|
<para>
|
||||||
<application>dropdb</application> is a wrapper around the
|
<application>dropdb</application> is a wrapper around the
|
||||||
<acronym>SQL</acronym> command <xref linkend="SQL-DROPDATABASE"
|
<acronym>SQL</acronym> command <xref linkend="SQL-DROPDATABASE"
|
||||||
endterm="SQL-DROPDATABASE-title">. Thus, there is nothing special
|
endterm="SQL-DROPDATABASE-title">. The database server must be
|
||||||
about dropping databases via this or other methods. This means that
|
running on the targeted host. There is nothing special
|
||||||
a database server is running at the targeted host. Also, any
|
about dropping databases via this or other methods. Also, any
|
||||||
default settings and environment variables used by the
|
default settings and environment variables used by the
|
||||||
<application>libpq</application> front-end library do apply.
|
<application>libpq</application> front-end library will apply.
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.24 2003/03/24 14:32:51 petere Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.25 2003/05/26 17:50:09 momjian Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -39,12 +39,11 @@ PostgreSQL documentation
|
|||||||
<para>
|
<para>
|
||||||
<application>dropuser</application> is a shell script wrapper
|
<application>dropuser</application> is a shell script wrapper
|
||||||
around the <acronym>SQL</acronym> command <xref
|
around the <acronym>SQL</acronym> command <xref
|
||||||
linkend="SQL-DROPUSER" endterm="SQL-DROPUSER-title">. Thus, there
|
linkend="SQL-DROPUSER" endterm="SQL-DROPUSER-title">. The database
|
||||||
|
server must be running on the targeted host. There
|
||||||
is nothing special about removing users via this or other
|
is nothing special about removing users via this or other
|
||||||
methods. This means that a database server is running at the
|
methods. Also, any default settings and environment variables
|
||||||
targeted host. Also, any default settings and environment variables
|
used by the <application>libpq</application> front-end library will apply.
|
||||||
used by the <application>libpq</application> front-end library do
|
|
||||||
apply.
|
|
||||||
</para>
|
</para>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user