Re: [PATCHES] allow CSV quote in NULL - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: [PATCHES] allow CSV quote in NULL
Date
Msg-id 20070727191917.GL4887@tamriel.snowman.net
Whole thread Raw
In response to Re: [PATCHES] allow CSV quote in NULL  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: [PATCHES] allow CSV quote in NULL  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
* Andrew Dunstan (andrew@dunslane.net) wrote:
> Stephen Frost wrote:
>> I'm honestly not a big fan of the "columnlist" approach that's been
>> taken with the options.  While I understand the desire to seperate the
>> parsing from the typing, making the users essentially do that association
>> for us by way of making them specify how to handle each column explicitly
>> is worse than just accepting that different types may need to be handled
>> in different ways.
>>
>
> Whether or not you like it, the fact is it's there. I think any solution
> should be consistent with what is done.

Other, unrelated, options being or not being there doesn't really have
any bearing on this though.  I'm not inventing new syntax here.  I'm
just removing a restriction on what the user can do that doesn't need
to exist.  Indeed, other more convoluted and complex things could still
be added, if someone wants them, this doesn't prevent that.
Thanks,
    Stephen

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [PATCHES] allow CSV quote in NULL
Next
From: Bruce Momjian
Date:
Subject: Re: Updated tsearch documentation