psql eating backslashes - Mailing list pgsql-hackers

From JanWieck@t-online.de (Jan Wieck)
Subject psql eating backslashes
Date
Msg-id 200007171701.TAA07587@hot.jw.home
Whole thread Raw
Responses Re: psql eating backslashes  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Hi,
   seems  to me that psql thinks to know a little too much about   quoting. I'm not able to qoute a backslash at the
end of  a   line:
 
       xxx=# select 'a\\b\\       xxx'# c';        ?column?       ----------        a\b       c       (1 row)
   There  is  a  newline  following  directly  after  b\\,  so I   expected a "a\b\<NL>c" response - what  the  above
obviously  isn't.
 


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #




pgsql-hackers by date:

Previous
From: Philip Warner
Date:
Subject: Re: Should PG backend know how to represent metadata?
Next
From: Tom Lane
Date:
Subject: Re: lost records !