Re: Patches for libpq++ docs and backend/command/copy.c - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: Patches for libpq++ docs and backend/command/copy.c
Date
Msg-id 200004192119.RAA15814@candle.pha.pa.us
Whole thread Raw
In response to Patches for libpq++ docs and backend/command/copy.c  (Tom Vijlbrief <tom.vijlbrief@knoware.nl>)
List 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 by date:

Previous
From: "Joshua Jackson"
Date:
Subject: Bug in psql COPY command
Next
From: Tom Lane
Date:
Subject: Re: Bug in psql COPY command