Re: [HACKERS] COPY from file

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ole Gjerde <gjerde(at)icebox(dot)org>
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] COPY from file
Date: 2000-02-09 00:11:31
Message-ID: 3931.950055091@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Ole Gjerde <gjerde(at)icebox(dot)org> writes:
> I have found what looks to be a bug in the COPY command.

Ooops. Fixed. ('char c' -> 'int c' ... EOF doesn't fit in a char ...)

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-02-09 00:12:50 Re: [HACKERS] COPY from file
Previous Message Peter Eisentraut 2000-02-09 00:09:53 Re: [HACKERS] Ordering of pg_dump output