From: "Billy G(dot) Allie" <Bill(dot)Allie(at)mug(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject:
Date: 2002-12-22 21:36:25
Message-ID: 200212222136.gBMLaPA14291@bajor.mug.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have a question about the behavior of the array input routine. How should
the input string, '{abc"def,defghi",jklmnop}' be parsed? I would think it
should produce '{"abc\"def","defghi\"","jklmnop"}', but it currently (as of
7.3) produces '{"abcdef,defghi","jklmnop"}'.

Which should be the correct behavior?

Shouldn't a quoted string begin with a double qoute?

--
____ | Billy G. Allie | Domain....: Bill(dot)Allie(at)mug(dot)org
| /| | 7436 Hartwell | MSN.......: B_G_Allie(at)email(dot)msn(dot)com
|-/-|----- | Dearborn, MI 48126|
|/ |LLIE | (313) 582-1540 |

Responses

  • Re: at 2002-12-23 02:26:33 from Tom Lane

Browse pgsql-general by date

  From Date Subject
Next Message Scott Lamb 2002-12-22 21:45:27 ident auth not working on 7.3.1
Previous Message Peter Adamek Jr. 2002-12-22 19:14:39 Stored procedures/functions that can return recordsets...