Re: NOLOGGING option, or ?
Luke Lonergan <llonergan@greenplum.com>
From: "Luke Lonergan" <llonergan@greenplum.com>
To: "Oliver Jowett" <oliver@opencloud.com>
Cc: "Bruce Momjian" <pgman@candle.pha.pa.us>, "Alon Goldshuv" <agoldshuv@greenplum.com>, pgsql-hackers@postgresql.org
Date: 2005-06-02T02:35:33Z
Lists: pgsql-hackers
Oliver, On 6/1/05 7:13 PM, "Oliver Jowett" <oliver@opencloud.com> wrote: > Luke Lonergan wrote: > >> I propose an extended syntax to COPY with a change in semantics to remove >> the default of "WITH ESCAPE '\'". > > Er, doesn't this break existing database dumps? Yes, one of the previously stated reasons to create another command for loading data. Another possible approach is to keep the default, but allow the escape processing to be turned off. - Luke