Does Postgres replace \\ with \ in an update query

From: "Vaughn Cleminson" <vaughn(at)the-i-junction(dot)com(dot)removethis>
To: pgsql-sql(at)postgresql(dot)org
Subject: Does Postgres replace \\ with \ in an update query
Date: 2002-11-15 07:23:15
Message-ID: 3dd4a0e4.0@news1.mweb.co.za
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi All

I am doing a normal SQL update against postgres.
Seems to be replacing \\ with \ when it gets saved in the database. eg.
\\machine\folder is being replaced with \machine

Any ideas?

Vaughn

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Evgen Potemkin 2002-11-15 09:41:11 Proposal of hierarchical queries, a la Oracle
Previous Message Huub 2002-11-15 06:31:25 Error message: standard SQL or PostgreQSL?