Replace incorrect example for quote_ident

From: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Replace incorrect example for quote_ident
Date: 2004-08-12 18:38:59
Message-ID: f07da6d3803c5fe9e81f7c73b10dd534@biglumber.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Index: func.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/func.sgml,v
retrieving revision 1.217
diff -c -r1.217 func.sgml
*** func.sgml 10 Aug 2004 00:55:03 -0000 1.217
--- func.sgml 12 Aug 2004 18:37:20 -0000
***************
*** 1179,1186 ****
non-identifier characters or would be case-folded).
Embedded quotes are properly doubled.
</entry>
! <entry><literal>quote_ident(`Foo`)</literal></entry>
! <entry><literal>"Foo"</literal></entry>
</row>

<row>
--- 1179,1186 ----
non-identifier characters or would be case-folded).
Embedded quotes are properly doubled.
</entry>
! <entry><literal>quote_ident(`Foo bar`)</literal></entry>
! <entry><literal>"Foo bar"</literal></entry>
</row>

<row>

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-08-12 19:05:11 Re: [pgsql-hackers-win32] PITR on Win32 - Archive and Restore
Previous Message Tom Lane 2004-08-12 18:38:32 Re: [pgsql-hackers-win32] PITR on Win32 - Archive and Restore