projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
950c8af
)
Replace incorrect example for quote_ident
author
Bruce Momjian
Wed, 18 Aug 2004 03:06:56 +0000
(
03:06
+0000)
committer
Bruce Momjian
Wed, 18 Aug 2004 03:06:56 +0000
(
03:06
+0000)
Greg Sabino Mullan
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 1c06faac5eef4f66169608b8bb0c1ef75edaa7c2..128c212f5027bb8c1edf1628a4278a90d3fba960 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-1,5
+1,5
@@
@@
-1179,8
+1179,8
@@
PostgreSQL documentation
non-identifier characters or would be case-folded).
Embedded quotes are properly doubled.
-
quote_ident('Foo')
-
"Foo"
+
quote_ident('Foo
bar
')
+
"Foo
bar
"