Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0064031

Browse files
committed
This patch fixes an error in the usage message for 'clusterdb', and
makes a few editorial changes to the documentation.Neil Conway
1 parent48ee6f4 commit0064031

File tree

8 files changed

+24
-30
lines changed

8 files changed

+24
-30
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.107 2003/01/30 19:49:54 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.108 2003/02/13 05:37:43 momjian Exp $
33
-->
44

55
<chapter id="libpq">
@@ -2137,8 +2137,7 @@ sets the default time zone.
21372137
<listitem>
21382138
<para>
21392139
<envar>PGCLIENTENCODING</envar>
2140-
sets the default client encoding (if multibyte support was selected
2141-
when configuring <productname>PostgreSQL</productname>).
2140+
sets the default client encoding.
21422141
</para>
21432142
</listitem>
21442143
</itemizedlist>

‎doc/src/sgml/ref/clusterdb.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.5 2002/10/11 23:03:48 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/clusterdb.sgml,v 1.6 2003/02/13 05:37:43 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -164,7 +164,7 @@ PostgreSQL documentation
164164
<term><option>--username <replaceable class="parameter">username</replaceable></></term>
165165
<listitem>
166166
<para>
167-
User name to connect as
167+
User name to connect as.
168168
</para>
169169
</listitem>
170170
</varlistentry>

‎doc/src/sgml/ref/create_database.sgml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_database.sgml,v 1.31 2003/01/19 00:13:29 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_database.sgml,v 1.32 2003/02/13 05:37:43 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -224,10 +224,9 @@ CREATE DATABASE <replaceable class="PARAMETER">name</replaceable>
224224
</para>
225225

226226
<para>
227-
The optional encoding parameter allows selection of the database encoding,
228-
if your server was compiled with multibyte encoding support. When not
229-
specified, it defaults to the encoding used by the selected template
230-
database.
227+
The optional encoding parameter allows selection of the database
228+
encoding. When not specified, it defaults to the encoding used by
229+
the selected template database.
231230
</para>
232231

233232
<para>

‎doc/src/sgml/ref/createlang.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.28 2002/10/11 23:03:48 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createlang.sgml,v 1.29 2003/02/13 05:37:43 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -150,7 +150,7 @@ PostgreSQL documentation
150150
<term><option>--username <replaceable class="parameter">username</replaceable></></term>
151151
<listitem>
152152
<para>
153-
User name to connect as
153+
User name to connect as.
154154
</para>
155155
</listitem>
156156
</varlistentry>

‎doc/src/sgml/ref/createuser.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.29 2002/10/11 23:03:48 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/createuser.sgml,v 1.30 2003/02/13 05:37:43 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -227,7 +227,7 @@ PostgreSQL documentation
227227
<term><option>--username <replaceable class="parameter">username</replaceable></></term>
228228
<listitem>
229229
<para>
230-
User name to connect as (not the user name to create)
230+
User name to connect as (not the user name to create).
231231
</para>
232232
</listitem>
233233
</varlistentry>

‎doc/src/sgml/ref/psql-ref.sgml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.84 2003/01/07 20:56:06 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.85 2003/02/13 05:37:43 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -1063,8 +1063,8 @@ Tue Oct 26 21:40:57 CEST 1999
10631063

10641064
<listitem>
10651065
<para>
1066-
Sets the client encoding, if you are using multibyte encodings.
1067-
Without an argument, this commandshows the current encoding.
1066+
Sets the client encoding. Without an argument, this command
1067+
shows the current encoding.
10681068
</para>
10691069
<note>
10701070
<para>
@@ -1169,12 +1169,9 @@ Tue Oct 26 21:40:57 CEST 1999
11691169
<term><literal>\l</literal> (or <literal>\list</literal>)</term>
11701170
<listitem>
11711171
<para>
1172-
List all the databases in the server as well as their owners.
1173-
Append a <quote>+</quote> to the command name to see any
1174-
descriptions for the databases as well. If your
1175-
<productname>PostgreSQL</productname> installation was compiled
1176-
with multibyte encoding support, the encoding scheme of each
1177-
database is shown as well.
1172+
List the names, owners, and encodings of all the databases in
1173+
the server. Append a <quote>+</quote> to the command name to
1174+
see any descriptions for the databases as well.
11781175
</para>
11791176
</listitem>
11801177
</varlistentry>

‎src/bin/scripts/clusterdb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212
#
1313
# IDENTIFICATION
14-
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/clusterdb,v 1.8 2002/10/21 20:32:33 momjian Exp $
14+
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/clusterdb,v 1.9 2003/02/13 05:37:44 momjian Exp $
1515
#
1616
#-------------------------------------------------------------------------
1717

@@ -118,10 +118,9 @@ if [ "$usage" ]; then
118118
echo" -a, --all cluster all databases"
119119
echo" -d, --dbname=DBNAME database to cluster"
120120
echo" -t, --table='TABLE' cluster specific table only"
121-
echo" -e, --echo show thecommand being sent to the backend"
121+
echo" -e, --echo show thecommands sent to the backend"
122122
echo" -q, --quiet don't write any output"
123-
echo" -v, --verbose write a lot of output"
124-
echo" --help show this help, then exit"
123+
echo" --help show this help, then exit"
125124
echo
126125
echo"Connection options:"
127126
echo" -h, --host=HOSTNAME database server host"

‎src/bin/scripts/createuser

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
#
1111
# IDENTIFICATION
12-
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createuser,v 1.29 2002/10/18 22:05:36 petere Exp $
12+
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createuser,v 1.30 2003/02/1305:37:44 momjian Exp $
1313
#
1414
# Note - this should NOT be setuid.
1515
#
@@ -153,8 +153,8 @@ if [ "$usage" ]; then
153153
echo" -N, --unencrypted do no encrypt stored password"
154154
echo" -i, --sysid=SYSID select sysid for new user"
155155
echo" -e, --echo show the query being sent to the backend"
156-
echo" -q, --quiet don't write any messages"
157-
echo" --help show this help, then exit"
156+
echo" -q, --quiet don't write any messages"
157+
echo"--help show this help, then exit"
158158
echo
159159
echo"Connection options:"
160160
echo" -h, --host=HOSTNAME database server host"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp