Re: [PATCHES] Replace incorrect example for quote_ident

2004-08-17 Thread Bruce Momjian

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 -  1.217
> --- func.sgml 12 Aug 2004 18:37:20 -
> ***
> *** 1179,1186 
>   non-identifier characters or would be case-folded).
>   Embedded quotes are properly doubled.
>  
> !quote_ident(`Foo`)
> !"Foo"
> 
>   
> 
> --- 1179,1186 
>   non-identifier characters or would be case-folded).
>   Embedded quotes are properly doubled.
>  
> !quote_ident(`Foo bar`)
> !"Foo bar"
> 
>   
> 
> 
> 
> 
> ---(end of broadcast)---
> TIP 4: Don't 'kill -9' the postmaster
> 

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org


[PATCHES] Replace incorrect example for quote_ident

2004-08-12 Thread Greg Sabino Mullane

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 -  1.217
--- func.sgml   12 Aug 2004 18:37:20 -
***
*** 1179,1186 
non-identifier characters or would be case-folded).
Embedded quotes are properly doubled.
 
!quote_ident(`Foo`)
!"Foo"

  

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

  




---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster