Permission on tables - Mailing list pgsql-admin

From Steven Cuthbertson
Subject Permission on tables
Date
Msg-id 3CB67202000037AE@webmail.tie.cl
Whole thread Raw
Responses Re: Permission on tables
List pgsql-admin
Question:

I have a server X with Apache & PHP and a server Y with Postgres. I had the
usual "permission denied" error while trying to execute a query pg_exec in
a simple php page. I googled around a bit and found a page suggesting that
I do this:

     grant ALL on mytable to PUBLIC;

Q: Is this dangerous? What is encompassed by "ALL"? Read? Write? Drop? There
are some extremely clever hackers out there and I have already seen what
they can do, without leaving them any loopholes...

Steven



________________________________________
Obtenga su direccion de correo en http://www.internetempresas.cl



pgsql-admin by date:

Previous
From: Lamar Owen
Date:
Subject: Re: RPMS
Next
From: "Nick Fankhauser"
Date:
Subject: Re: Permission on tables