Re: [GENERAL] copying table to a file

2000-06-17 Thread Trurl McByte
On Fri, 16 Jun 2000 (Yesterday), Tyler Robert Wood wrote: TRW> TRW> Hi, TRW> I am attempting to copy the contents of a table to a file, like this: TRW> TRW> foodserver=> COPY company TO '/home/peter/copytest.out'; TRW> TRW> TRW> But I keep getting this error: TRW> TRW> ER

Re: [GENERAL] copying table to a file

2000-06-17 Thread Martijn van Oosterhout
Tyler Robert Wood wrote: > > Hi, > I am attempting to copy the contents of a table to a file, like this: > > foodserver=> COPY company TO '/home/peter/copytest.out'; > > But I keep getting this error: > > ERROR: COPY command, running in backend with effective uid 100, could not > open file '/

[GENERAL] copying table to a file

2000-06-16 Thread Tyler Robert Wood
Hi, I am attempting to copy the contents of a table to a file, like this: foodserver=> COPY company TO '/home/peter/copytest.out'; But I keep getting this error: ERROR: COPY command, running in backend with effective uid 100, could not open file '/home/peter/copytest.out' for writing. Errno