Inserting a path into Database - Mailing list pgsql-general

From Ranieri Mazili
Subject Inserting a path into Database
Date
Msg-id 466471C8.40506@terra.com.br
Whole thread Raw
Responses Re: [SQL] Inserting a path into Database  ("Shoaib Mir" <shoaibmir@gmail.com>)
Re: Inserting a path into Database  (Mario Guenterberg <mg@havelsoft.com>)
Re: Inserting a path into Database  (Michael Glaesemann <grzm@seespotcode.net>)
List pgsql-general
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

pgsql-general by date:

Previous
From: "Islam Hegazy"
Date:
Subject: Re: debugging C functions
Next
From: "Shoaib Mir"
Date:
Subject: Re: [SQL] Inserting a path into Database