Re: show value of backslashes in string array argument

From: Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Cc: "Sabin Coanda" <sabin(dot)coanda(at)deuromedia(dot)ro>
Subject: Re: show value of backslashes in string array argument
Date: 2007-11-12 09:58:18
Message-ID: 200711121158.19525.achill@matrix.gatewaynet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

If you do

SELECT "colVarchar","colVarcharArray"[1] FROM test;
you will see that you get identical values.

--
Achilleas Mantzios

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Sabin Coanda 2007-11-12 10:20:19 plpgsql language not aware of standard_conforming_strings ?
Previous Message Sabin Coanda 2007-11-12 09:51:41 Re: show value of backslashes in string array argument