|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.123 2006/05/28 02:27:08 alvherre Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.124 2006/06/03 02:53:04 tgl Exp $ --> |
2 | 2 | <!--
|
3 | 3 | Documentation of the system catalogs, directed toward PostgreSQL developers
|
4 | 4 | -->
|
|
1954 | 1954 | <entry><structfield>encoding</structfield></entry>
|
1955 | 1955 | <entry><type>int4</type></entry>
|
1956 | 1956 | <entry></entry>
|
1957 |
| - <entry>Character encoding for this database</entry> |
| 1957 | + <entry>Character encoding for this database |
| 1958 | + (<function>pg_encoding_to_char()</function> can translate |
| 1959 | + this number to the encoding name)</entry> |
1958 | 1960 | </row>
|
1959 | 1961 |
|
1960 | 1962 | <row>
|
|