Re: Postgres Pg_connect PHP

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Tory M Blue <tmblue(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres Pg_connect PHP
Date: 2009-06-09 18:26:39
Message-ID: 1244571999.17355.11.camel@jd-laptop.pragmaticzealot.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> I must be able to do this from a client system, I must be able to lock
> down the db user to limited access and I can take care of permissions
> on the client end, but postgres seems to be slightly rigid in regards
> to the COPY command and the fact that one can't really have a jailed
> superuser. I also understand that it's a pg_connect limitation to not
> accept the \copy variant which would solve me issues.
>
> Help me Rhonda, help help me..

http://www.php.net/manual/en/function.pg-copy-from.php

?

Joshua D. Drake

> Thanks
> Tory
>
--
PostgreSQL - XMPP: jdrake(at)jabber(dot)postgresql(dot)org
Consulting, Development, Support, Training
503-667-4564 - http://www.commandprompt.com/
The PostgreSQL Company, serving since 1997

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vyacheslav Kalinin 2009-06-09 18:31:49 Re: Postgres Pg_connect PHP
Previous Message Tory M Blue 2009-06-09 18:17:42 Postgres Pg_connect PHP