Re: show value of backslashes in string array argument

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Sabin Coanda" <sabin(dot)coanda(at)deuromedia(dot)ro>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: show value of backslashes in string array argument
Date: 2007-11-12 16:05:27
Message-ID: 6268.1194883527@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Sabin Coanda" <sabin(dot)coanda(at)deuromedia(dot)ro> writes:
> I found that, is that in spite of using standard_conforming_strings = 'on',
> the string array items are shown in C escape sequences conventions.

That's how it's supposed to be. See
http://www.postgresql.org/docs/8.2/static/arrays.html#AEN5876

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Sabin Coanda 2007-11-12 16:19:13 Re: plpgsql language not aware of standard_conforming_strings ?
Previous Message Sabin Coanda 2007-11-12 11:10:50 Re: plpgsql language not aware of standard_conforming_strings ?