Re: Patches for libpq++ docs and backend/command/copy.c

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Patches for libpq++ docs and backend/command/copy.c
Дата
Msg-id 200004192119.RAA15814@candle.pha.pa.us
обсуждение исходный текст
Ответ на Patches for libpq++ docs and backend/command/copy.c  (Tom Vijlbrief <tom.vijlbrief@knoware.nl>)
Список pgsql-bugs
> There are a few bugs in the doc for libpq++.
>
> Incorrect use of lowercase methods (putline should be PutLine)
> \et should be \t
> \en should be \n
> data.putline(".\en") should be data.PutLine("\\.\n")
> ...
>
> I added a patch as attachment to this mail

Thanks. I have applied your docs patch.

I think you will find the EOF problem is fixed in 7.0.  If not, please
let us know.

--
  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, Pennsylvania 19026

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

Предыдущее
От: "Joshua Jackson"
Дата:
Сообщение: Bug in psql COPY command
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bug in psql COPY command