Re: [BUGS] Bug in psql COPY command

2000-04-19 Thread Tom Lane
"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

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

2000-04-19 Thread Bruce Momjian
> 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

[BUGS] Bug in psql COPY command

2000-04-19 Thread Joshua Jackson
POSTGRESQL BUG REPORT TEMPLATE Your name : Joshua Jackson Your email address : [EMAIL PROTECTED] System Configuration

[BUGS] Patches for libpq++ docs and backend/command/copy.c

2000-04-19 Thread Tom Vijlbrief
POSTGRESQL BUG REPORT TEMPLATE Your name : Tom Vijlbrief Your email address : [EMAI