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
  [EMAIL PROTECTED]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to