mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Correct result type of convert_to, per Pavel Stehule.
This commit is contained in:
parent
5ca3d50db7
commit
784365162c
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.416 2007/12/06 17:47:25 tgl Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.417 2007/12/13 13:22:05 alvherre Exp $ -->
|
||||||
|
|
||||||
<chapter id="functions">
|
<chapter id="functions">
|
||||||
<title>Functions and Operators</title>
|
<title>Functions and Operators</title>
|
||||||
@ -1386,7 +1386,7 @@
|
|||||||
<literal><function>convert_to</function>(<parameter>string</parameter> <type>text</type>,
|
<literal><function>convert_to</function>(<parameter>string</parameter> <type>text</type>,
|
||||||
<parameter>dest_encoding</parameter> <type>name</type>)</literal>
|
<parameter>dest_encoding</parameter> <type>name</type>)</literal>
|
||||||
</entry>
|
</entry>
|
||||||
<entry><type>text</type></entry>
|
<entry><type>bytea</type></entry>
|
||||||
<entry>
|
<entry>
|
||||||
Convert string to <parameter>dest_encoding</parameter>.
|
Convert string to <parameter>dest_encoding</parameter>.
|
||||||
</entry>
|
</entry>
|
||||||
|
Loading…
Reference in New Issue
Block a user