Re: Plan for CSV handling of quotes, NULL

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Plan for CSV handling of quotes, NULL
Дата
Msg-id 200404150521.i3F5LE523792@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Plan for CSV handling of quotes, NULL  ("Andrew Dunstan" <andrew@dunslane.net>)
Список 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@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Plan for CSV handling of quotes, NULL
Следующее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: Plan for CSV handling of quotes, NULL