File tree 4 files changed +26
-21
lines changed
4 files changed +26
-21
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/createdb.sgml,v 1.32 2003/03/24 14:32:51 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/createdb.sgml,v 1.33 2003/05/26 17:50:09 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -44,11 +44,11 @@ PostgreSQL documentation
44
44
<para>
45
45
<application>createdb</application> is a wrapper around the
46
46
<acronym>SQL</acronym> command <xref linkend="SQL-CREATEDATABASE"
47
- endterm="SQL-CREATEDATABASE-title">. Thus, there is nothing
48
- special about creating databases via this or other methods. This
49
- means that a database server must be running at the targeted
50
- host. Also, any default settings and environment variables used by
51
- the <application>libpq</application> front-end library will apply.
47
+ endterm="SQL-CREATEDATABASE-title">. The database server must be
48
+ running on the targeted host. There is nothing special about creating
49
+ databases via this or other methods. Also, any default settings and
50
+ environment variables used by the <application>libpq</application>
51
+ front-end library will apply.
52
52
</para>
53
53
</refsect1>
54
54
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.32 2003/03/24 14:32:51 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.33 2003/05/26 17:50:09 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -45,13 +45,19 @@ PostgreSQL documentation
45
45
<para>
46
46
<application>createuser</application> is a wrapper around the
47
47
<acronym>SQL</acronym> command <xref linkend="SQL-CREATEUSER"
48
- endterm="SQL-CREATEUSER-title">. Thus, there is nothing special
49
- about creating users via this or other methods. This means that a
50
- database server must be running at the targeted host . Also, any
48
+ endterm="SQL-CREATEUSER-title">. The database server must be
49
+ running on the targeted host. There is nothing special
50
+ about creating users via this or other methods . Also, any
51
51
default settings and environment variables used by the
52
52
<application>libpq</application> front-end library will apply.
53
53
</para>
54
54
55
+ <para>
56
+ Passwords can only be added later, changed, or removed using the
57
+ <acronym>SQL</acronym> command <xref linkend="SQL-ALTERUSER"
58
+ endterm="SQL-ALTERUSER-title">.
59
+ </para>
60
+
55
61
</refsect1>
56
62
57
63
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.21 2003/03/24 14:32:51 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/dropdb.sgml,v 1.22 2003/05/26 17:50:09 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -37,11 +37,11 @@ PostgreSQL documentation
37
37
<para>
38
38
<application>dropdb</application> is a wrapper around the
39
39
<acronym>SQL</acronym> command <xref linkend="SQL-DROPDATABASE"
40
- endterm="SQL-DROPDATABASE-title">. Thus, there is nothing special
41
- about dropping databases via this or other methods. This means that
42
- a database server is running at the targeted host . Also, any
40
+ endterm="SQL-DROPDATABASE-title">. The database server must be
41
+ running on the targeted host. There is nothing special
42
+ about dropping databases via this or other methods . Also, any
43
43
default settings and environment variables used by the
44
- <application>libpq</application> front-end library do apply.
44
+ <application>libpq</application> front-end library will apply.
45
45
</para>
46
46
</refsect1>
47
47
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.24 2003/03/24 14:32:51 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/dropuser.sgml,v 1.25 2003/05/26 17:50:09 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -39,12 +39,11 @@ PostgreSQL documentation
39
39
<para>
40
40
<application>dropuser</application> is a shell script wrapper
41
41
around the <acronym>SQL</acronym> command <xref
42
- linkend="SQL-DROPUSER" endterm="SQL-DROPUSER-title">. Thus, there
42
+ linkend="SQL-DROPUSER" endterm="SQL-DROPUSER-title">. The database
43
+ server must be running on the targeted host. There
43
44
is nothing special about removing users via this or other
44
- methods. This means that a database server is running at the
45
- targeted host. Also, any default settings and environment variables
46
- used by the <application>libpq</application> front-end library do
47
- apply.
45
+ methods. Also, any default settings and environment variables
46
+ used by the <application>libpq</application> front-end library will apply.
48
47
</para>
49
48
</refsect1>
50
49
You can’t perform that action at this time.
0 commit comments