summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-06-03 02:53:04 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-06-03 02:53:04 +0000
commit12e842422f51652514c9aaa73fd66ef9665d5a02 (patch)
tree8d72779a8e5c4f2f2f68e5893a710bab4a7be0b2 /doc/src
parent6ea7164feb1472376834f904262a31de12a07299 (diff)
Mention pg_encoding_to_char in entry for pg_database.encoding.
Per Larry Rosenman.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/catalogs.sgml6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 27ea27fec4e..7aeb9f8b64b 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.123 2006/05/28 02:27:08 alvherre Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.124 2006/06/03 02:53:04 tgl Exp $ -->
<!--
Documentation of the system catalogs, directed toward PostgreSQL developers
-->
@@ -1954,7 +1954,9 @@
<entry><structfield>encoding</structfield></entry>
<entry><type>int4</type></entry>
<entry></entry>
- <entry>Character encoding for this database</entry>
+ <entry>Character encoding for this database
+ (<function>pg_encoding_to_char()</function> can translate
+ this number to the encoding name)</entry>
</row>
<row>