Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea7164 commit 12e8424Copy full SHA for 12e8424
doc/src/sgml/catalogs.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
<!--
3
Documentation of the system catalogs, directed toward PostgreSQL developers
4
-->
@@ -1954,7 +1954,9 @@
1954
<entry><structfield>encoding</structfield></entry>
1955
<entry><type>int4</type></entry>
1956
<entry></entry>
1957
- <entry>Character encoding for this database</entry>
+ <entry>Character encoding for this database
1958
+ (<function>pg_encoding_to_char()</function> can translate
1959
+ this number to the encoding name)</entry>
1960
</row>
1961
1962
<row>
0 commit comments