Re: BUG #5647: COPY TO does not respect the [standard_conforming_strings] setting

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: David Sahagian <david(dot)sahagian(at)gmail(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5647: COPY TO does not respect the [standard_conforming_strings] setting
Date: 2010-09-08 02:18:51
Message-ID: 201009080218.o882IpK02315@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Tom Lane wrote:
> "David Sahagian" <david(dot)sahagian(at)gmail(dot)com> writes:
> > Description: COPY TO does not respect the
> > [standard_conforming_strings] setting
>
> This is not a bug. The COPY format is well defined and is not going to
> be changed by standard_conforming_strings.

Yes, remember COPY data are not "strings", they are delimited data, so
there is no standard to match here.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2010-09-08 02:30:08 Re: BUG #5642: pg_upgrade does not handle shared libraries for language handlers
Previous Message Tom Lane 2010-09-08 02:10:54 Re: BUG #5642: pg_upgrade does not handle shared libraries for language handlers