Re: COPY BINARY to STDOUT

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: COPY BINARY to STDOUT
Дата
Msg-id 200006130738.DAA23433@candle.pha.pa.us
обсуждение исходный текст
Ответ на COPY BINARY to STDOUT  (SAKAIDA Masaaki <sakaida@psn.co.jp>)
Ответы Re: COPY BINARY to STDOUT  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Any comments on this?


> SAKAIDA Masaaki <sakaida@psn.co.jp> writes:
> > postgres=# copy binary test to stdout;  <====== error???
> > [ psql gets confused ]
> 
> Yes, I see it too.  The COPY data protocol is fundamentally textual,
> so there's no way of making this work without rewriting all our frontend
> interface libraries.  Not worth it.  I suggest that the backend should
> reject COPY BINARY commands that are either FROM STDIN or TO STDOUT.
> Anybody see a better way?
> 
>             regards, tom lane
> 


--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Now 376175 lines of code
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Proposal for fixing numeric type-resolution issues