Permission on tables

Поиск
Список
Период
Сортировка
От Steven Cuthbertson
Тема Permission on tables
Дата
Msg-id 3CB67202000037AE@webmail.tie.cl
обсуждение исходный текст
Ответы Re: Permission on tables  ("Nick Fankhauser" <nickf@ontko.com>)
Список 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 по дате отправления:

Предыдущее
От: Lamar Owen
Дата:
Сообщение: Re: RPMS
Следующее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: Permission on tables