"Joshua Jackson" <[EMAIL PROTECTED]> writes:
> A text file containing the following (each field seperated by tabs)
> test1test2test3\test41234test5
> to be copied into a table such as:
> create table test(
> f1varchar(10),
> f2varchar(10),
> f3varchar(10
> 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
POSTGRESQL BUG REPORT TEMPLATE
Your name : Joshua Jackson
Your email address : [EMAIL PROTECTED]
System Configuration
POSTGRESQL BUG REPORT TEMPLATE
Your name : Tom Vijlbrief
Your email address : [EMAI