no quotes in arrays in 7.2 - Mailing list pgsql-general

From Peter Keller
Subject no quotes in arrays in 7.2
Date
Msg-id 200203201431.PAA14163@va45s03.bayern.de
Whole thread Raw
Responses Re: no quotes in arrays in 7.2  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Re: no quotes in arrays in 7.2  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
I upgraded to pg 7.2.
When I do a SELECT on a column defined as text[ ] I get:

{{FLTL,DFBV2bI16nfqCEag,1000}}

when I do the same SELECT on postgres 7.1 I get the same result but with
quotes:

{{"FLTL","DFBV2bI16nfqCEag","1000"}}

Only using a comma as a separator is not very good, because the text in the
array can contain commas, so seperating can get impossible.
Is the new output a bug?

Peter
--
        Bezirksfinanzdirektion Muenchen
              Vermessungsabteilung
...............................................................................................
Peter Keller     :  Tel: (+49) 089-2190-2594
Alexandrastr. 4 :  Fax: (+49) 089-2190-2459
(Liebigbau)     :  mailto:Peter.Keller@bvv.bayern.de
80538 Muenchen  :  web: http://www.bayern.de/vermessung

pgsql-general by date:

Previous
From: Fernando Lozano
Date:
Subject: Re: SQL Server performing much better?!?!
Next
From: "Tom Pfau"
Date:
Subject: Re: Visual display tool?