Skip to content
Prev 740 / 1559 Next

dbWriteTable permission problem on Mac OSX

postgresqlWriteTable serializes your entire table to disk, and then
asks postgres to read it back.

It looks like the user name running postgres isn't able to read your file.

I'm sure someone on this list will help you solve your permission
issues.  In case they can't you can try my postgres driver (which
writes via binary transfer though the connection).

http://github.com/armstrtw/unifieddbi

-Whit


On Tue, Nov 3, 2009 at 4:35 PM, McGehee, Robert
<Robert.McGehee at geodecapital.com> wrote: