Re: Plan for CSV handling of quotes, NULL

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Plan for CSV handling of quotes, NULL
Date: 2004-04-15 05:21:14
Message-ID: 200404150521.i3F5LE523792@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Andrew Dunstan wrote:
> Bruce Momjian said:
> > So, for open CSV items we have:
> >
> > o add oid dump/reload
>
>
> There seems to be agreement on this at least. All you need to do is remove
> these lines - AFAICS the OID code should be able to be happily non-CSV-
> aware.
>
> /*
> * Don't allow OIDs in CSV mode
> */
>
> if (csv_mode && oids) // FIX ME bjm
> ereport(ERROR,
> (errcode(ERRCODE_SYNTAX_ERROR),
> errmsg("Cannot specify OIDS in CSV mode ")));

Thanks. Done.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2004-04-15 05:25:49 Re: Plan for CSV handling of quotes, NULL
Previous Message Bruce Momjian 2004-04-15 05:18:28 Re: Plan for CSV handling of quotes, NULL