projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
298de77
)
Update "encode" documentation to mention that 'escape' only changes null
author
Bruce Momjian
Tue, 20 Feb 2007 19:59:04 +0000
(19:59 +0000)
committer
Bruce Momjian
Tue, 20 Feb 2007 19:59:04 +0000
(19:59 +0000)
bytes and backslashes, remove "ASCII" mention. Backpatch to 8.2.X.
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index ab179588c7e2a169aa9a4e5157b384c4ed97a6b7..b8be507f2df34457bbbc9fbd527b93432871f205 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-1,4
+1,4
@@
-
+
Functions and Operators
@@
-1356,8
+1356,10
@@
text
- Encode binary data to
ASCII
-only
representation. Supported
+ Encode binary data to
different
representation. Supported
types are:
base64>,
hex>,
escape>.
+
Escape> merely outputs null bytes as
\000> and
+ doubles backslashes.
encode( E'123\\000\\001', 'base64')
MTIzAAE=