Re: [GENERAL] Inserting a path into Database

2007-06-04 Thread Michael Glaesemann
On Jun 4, 2007, at 15:10 , Ranieri Mazili wrote: I need to insert a path into a table, but because "\" I have a error by postgres, so how can I insert a path like bellow into a table: insert into production values ('C:\Program Files\My program'); In v8.0 and later you can use dollar-quot

Re: [GENERAL] Inserting a path into Database

2007-06-04 Thread Mario Guenterberg
On Mon, Jun 04, 2007 at 05:10:48PM -0300, Ranieri Mazili wrote: > Hello, > > I need to insert a path into a table, but because "\" I have a error by > postgres, so how can I insert a path like bellow into a table: > > insert into production values ('C:\Program Files\My program'); > Use dou

[GENERAL] Inserting a path into Database

2007-06-04 Thread Ranieri Mazili
Hello, I need to insert a path into a table, but because "\" I have a error by postgres, so how can I insert a path like bellow into a table: insert into production values ('C:\Program Files\My program'); I appreciate any help Thanks ---(end of broadcast)-