Re: [PATCH] COPY .. COMPRESSED

Stephen Frost <sfrost@snowman.net>

From: Stephen Frost <sfrost@snowman.net>
To: Bruce Momjian <bruce@momjian.us>
Cc: Christopher Browne <cbbrowne@gmail.com>, pgsql-hackers@postgresql.org
Date: 2013-01-15T21:22:48Z
Lists: pgsql-hackers
* Bruce Momjian (bruce@momjian.us) wrote:
> Well, COPY is super-user only, so it seems only useful for FDW, no?  We
> already have lots of user-configuration FDW commands, so I can see
> adding this one too.

COPY is most certainly not superuser-only..  COPY w/ popen, if that
popen can call anything, would certainly have to be superuser-only.

COPY TO STDOUT / FROM STDIN is available to and used a huge amount by
non-superusers.  Would be great if we could allow that to work with
compressed data also, imv.

	Thanks,

		Stephen