Re: [GENERAL] regarding the apostrophe character

2005-11-28 Thread Michael Glaesemann
On Nov 28, 2005, at 21:20 , surabhi.ahuja wrote: and what about the backslash character ... do we need to escape it as well? or it is treated as a normal character What have you tried? What do the docs say? Michael Glaesemann grzm myrealbox com ---(end of broa

Re: [GENERAL] regarding the apostrophe character

2005-11-28 Thread surabhi.ahuja
Title: Re: [GENERAL] regarding the apostrophe character and what about the backslash character ...   do we need to escape it as well? or it is treated as a normal character  From: Michael Glaesemann [mailto:[EMAIL PROTECTED]Sent: Fri 11/25/2005 4:17 PMTo: surabhi.ahujaCc: pgsql-general

Re: [GENERAL] regarding the apostrophe character

2005-11-25 Thread Michael Glaesemann
On Nov 25, 2005, at 13:40 , surabhi.ahuja wrote: in which version will the use of "Escape string syntax " be supported .. I know they work in 8.1. You can check the release notes: http://www.postgresql.org/docs/current/interactive/release.html The SQL standard way of escaping single-quotes

Re: [GENERAL] regarding the apostrophe character

2005-11-24 Thread surabhi.ahuja
Title: Re: [GENERAL] regarding the apostrophe character in which version will the use of "Escape string syntax " be supported ..    thanks, regards From: Michael Glaesemann [mailto:[EMAIL PROTECTED]Sent: Fri 11/25/2005 9:50 AMTo: surabhi.ahujaCc: pgsql-general@postgresql.orgS

Re: [GENERAL] regarding the apostrophe character

2005-11-24 Thread Michael Glaesemann
On Nov 25, 2005, at 13:12 , surabhi.ahuja wrote: in case i need to give a value which has apostrophe as one of the characters i need to escape it. and similary for the characters such as backslash. http://www.postgresql.org/docs/current/interactive/sql- syntax.html#SQL-SYNTAX-STRINGS Mic