On 26 Feb 2012, at 23:54, Tim Uckun wrote:
> The main reason I am not using COPY right now is because postgres will
> not allow unprivileged users to issue the COPY from FILENAME. The
> only way I could get around this would be to shell out psql or
> something but I dont really want to do that.
Use COPY from STDIN and supply the contents of the file after that.
Alban Hertroys
--
The scale of a problem often equals the size of an ego.