|
1 | 1 | <!-- |
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 $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -1063,8 +1063,8 @@ Tue Oct 26 21:40:57 CEST 1999 |
1063 | 1063 |
|
1064 | 1064 | <listitem> |
1065 | 1065 | <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. |
1068 | 1068 | </para> |
1069 | 1069 | <note> |
1070 | 1070 | <para> |
@@ -1169,12 +1169,9 @@ Tue Oct 26 21:40:57 CEST 1999 |
1169 | 1169 | <term><literal>\l</literal> (or <literal>\list</literal>)</term> |
1170 | 1170 | <listitem> |
1171 | 1171 | <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. |
1178 | 1175 | </para> |
1179 | 1176 | </listitem> |
1180 | 1177 | </varlistentry> |
|