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

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Vijlbrief <tom(dot)vijlbrief(at)knoware(dot)nl>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Patches for libpq++ docs and backend/command/copy.c
Date: 2000-04-19 21:19:03
Message-ID: 200004192119.RAA15814@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2000-04-20 03:05:48 Re: Bug in psql COPY command
Previous Message Joshua Jackson 2000-04-19 17:41:05 Bug in psql COPY command