From: Alvaro Herrera Date: Thu, 13 Dec 2007 13:22:05 +0000 (+0000) Subject: Correct result type of convert_to, per Pavel Stehule. X-Git-Tag: REL8_3_RC1~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=784365162c14f95344f19177bcdda50c1518644e;p=postgresql Correct result type of convert_to, per Pavel Stehule. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 1e65211778..253e5ebda2 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -1386,7 +1386,7 @@ convert_to(string text, dest_encoding name) - text + bytea Convert string to dest_encoding.