Replace incorrect example for quote_ident
authorBruce Momjian
Wed, 18 Aug 2004 03:06:56 +0000 (03:06 +0000)
committerBruce Momjian
Wed, 18 Aug 2004 03:06:56 +0000 (03:06 +0000)
Greg Sabino Mullan

doc/src/sgml/func.sgml

index 1c06faac5eef4f66169608b8bb0c1ef75edaa7c2..128c212f5027bb8c1edf1628a4278a90d3fba960 100644 (file)
@@ -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"