* Bruce Momjian (bruce(at)momjian(dot)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