From: Bruce Momjian Date: Wed, 18 Aug 2004 03:06:56 +0000 (+0000) Subject: Replace incorrect example for quote_ident X-Git-Tag: REL8_0_0BETA2~105 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=af032f15daa5935b46d614efc7162c58d116e948;p=postgresql.git Replace incorrect example for quote_ident Greg Sabino Mullan --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 1c06faac5ee..128c212f502 100644 --- 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"