From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Greg Sabino Mullane <greg(at)turnstep(dot)com> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: Replace incorrect example for quote_ident |
Date: | 2004-08-18 03:06:35 |
Message-ID: | 200408180306.i7I36ak20551@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Patch applied. Thanks.
---------------------------------------------------------------------------
Greg Sabino Mullane wrote:
>
> 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>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-08-18 03:19:41 | Re: [PATCHES] Patch for pg_dump: Multiple -t options and |
Previous Message | Bruce Momjian | 2004-08-18 03:01:59 | Re: pg_dump 'die on errors' option |