Re: [GENERAL] Backslash as ordinary char vs. not; set via a connection/session variable

2006-07-27 Thread Alvaro Herrera
Ken Johanson wrote: > Tom and folks, > > Will it be possible to set this more standard backslash handling > behavior -- and possibly similar conformance modes... in a way similar > to how mysql allows? They allow one to issue commands on the connection > like: > > SET SESSION sql_mode = 'NO_BACKS

[GENERAL] Backslash as ordinary char vs. not; set via a connection/session variable

2006-07-27 Thread Ken Johanson
Tom and folks, Will it be possible to set this more standard backslash handling behavior -- and possibly similar conformance modes... in a way similar to how mysql allows? They allow one to issue commands on the connection like: SET SESSION sql_mode = 'NO_BACKSLASH_ESCAPES,IGNORE_SPACE,ANSI' Th