Re: COPY security fix

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: COPY security fix
Date: 2004-06-23 15:18:41
Message-ID: 2612.1088003921@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> Would someone remind me --- is the binary COPY security fix we did for
> 7.4 also needed for earlier releases like 7.3.X?

No, because there is no on-the-wire binary copy before 7.4, and copy
from file is superuser-only anyway.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Martini 2004-06-23 15:21:45 BLOBs and a virtual file system
Previous Message Ferruccio Zamuner 2004-06-23 15:04:48 Re: Weird NOT IN condition in SELECT (PostgreSQL