projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ca3d50
)
Correct result type of convert_to, per Pavel Stehule.
author
Alvaro Herrera
Thu, 13 Dec 2007 13:22:05 +0000
(13:22 +0000)
committer
Alvaro Herrera
Thu, 13 Dec 2007 13:22:05 +0000
(13:22 +0000)
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 1e6521177861fc9e3195f6ecc770000476b67a44..253e5ebda204b2d60e7f08700efd3a96368ae809 100644
(file)
--- 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
.