Re: Updated COPY CSV patch

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Updated COPY CSV patch
Дата
Msg-id 200404140430.i3E4U7P01806@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Updated COPY CSV patch  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Updated COPY CSV patch  ("Andrew Dunstan" <andrew@dunslane.net>)
Re: Updated COPY CSV patch  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
Andrew Dunstan wrote:
> I don't believe '' should be special, any more than 'fred' should be. As
> it stands now, NULL 'fred' does say that ,, and '"", are empty strings.
>
> >Again, I can assist in making these modifications to the patch.
> >
> >
>
> I appreciate your efforts. But as indicated elsewhere, right now I'm
> leaning towards reworking this into a client, because the road seems to
> be blocked on doing what I regard as necessary in the backend.

I don't agree about moving this to a client.  It is too important for
that.  Many admin apps and psql need this capability and having it in a
client just requires everyone to reinvent the wheel.

Let me think over you issues and see what I can come up with.

The patch isn't that big and already does 90% of what we need.  We just
need ot get that extra 10%.

--
  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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Basic subtransaction facility
Следующее
От: Karel Zak
Дата:
Сообщение: Re: Updated COPY CSV patch