* 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
In response to
Responses
pgsql-hackers by date
| Next: | From: Daniel Farina | Date: 2013-01-15 21:23:27 |
| Subject: Re: json api WIP patch |
| Previous: | From: Stephen Frost | Date: 2013-01-15 21:20:46 |
| Subject: Re: [PATCH] COPY .. COMPRESSED |