From: | Brent Verner <brent(at)rcfile(dot)org> |
---|---|
To: | Douglas Trainor <trainor(at)uic(dot)edu> |
Cc: | pgsql-bugs(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: COPY when 'filename' is a directory |
Date: | 2002-01-17 12:08:10 |
Message-ID: | 20020117070810.A39362@rcfile.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-patches |
[2002-01-16 17:47] Douglas Trainor said:
| I'd like to report a bug in 7.1.3 psql (at least on a 64-bit Alpha Linux box).
| Maybe someone can confirm this or maybe it's fixed in 7.2
The attached patch is for 7.2, but might apply (with some fuzz) to 7.1.x.
files:
src/backend/commands/copy.c
src/bin/psql/copy.c
note:
Add fstat / S_ISDIR checks to make sure we're not trying to use a directory
for COPY TO/FROM.
cheers.
brent
--
"Develop your talent, man, and leave the world something. Records are
really gifts from people. To think that an artist would love you enough
to share his music with anyone is a beautiful thing." -- Duane Allman
Attachment | Content-Type | Size |
---|---|---|
copynotdir.diff | text/plain | 2.5 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Brent Verner | 2002-01-17 12:28:45 | Re: COPY when 'filename' is a directory |
Previous Message | Michael Beckstette | 2002-01-17 10:43:24 | Postmaster crash |
From | Date | Subject | |
---|---|---|---|
Next Message | Brent Verner | 2002-01-17 12:28:45 | Re: COPY when 'filename' is a directory |
Previous Message | Douglas Trainor | 2002-01-16 23:47:46 | COPY when 'filename' is a directory |