Forcing backslash to be treated as ordinary string character

From: John Gunther <owner(at)bucksvsbytes(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Forcing backslash to be treated as ordinary string character
Date: 2006-06-15 07:42:20
Message-ID: 44910F5C.2010800@bucksvsbytes.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Doc section 4.1.2.1 says that in future, backslashes will be treated as
ordinary string characters. It says to use the "E" string prefix to
ensure that backslashes are permanently treated as escape characters.

Question: Aside from "dollar quoting" (Section 4.1.2.2), is there any
way NOW to force backslashes in string constants to be treated as
ORDINARY characters?

Thanks

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2006-06-15 11:51:33 Re: how to test my stored procedures?
Previous Message Michael Glaesemann 2006-06-15 07:14:57 Re: Relation "tablename" does not exist