Re: How to insert Ecoded values into postrgresql - Mailing list pgsql-general

From Tom Lane
Subject Re: How to insert Ecoded values into postrgresql
Date
Msg-id 17204.1271696797@sss.pgh.pa.us
Whole thread Raw
In response to Re: How to insert Ecoded values into postrgresql  (Merlin Moncure <mmoncure@gmail.com>)
Responses Re: How to insert Ecoded values into postrgresql
List pgsql-general
Merlin Moncure <mmoncure@gmail.com> writes:
> *) csv is supposed to be CRLF *always*.  We do not do this.  We do
> however read different types of newlines.  So we are a 4180 reader but
> not an emitter.  Not so sure if I think changing this is a good idea
> though without exposing a knob.

Given the lack of field complaints, I think changing this would be a
pretty terrible idea; much more likely to break things than fix them.
It's not like that RFC has huge recognition as The Standard.

            regards, tom lane

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: performance problems inserting random vals in index
Next
From: Alvaro Herrera
Date:
Subject: Re: Virtual table with pl/perl?