Re: Revoke on all database

Поиск
Список
Период
Сортировка
От Kretschmer Andreas
Тема Re: Revoke on all database
Дата
Msg-id 20041218190858.GA9986@kaufbach.delug.de
обсуждение исходный текст
Ответ на Revoke on all database  (Henry Molina <henrymolina@cmn-consulting.com>)
Список pgsql-sql
am  Sat, dem 18.12.2004, um 12:54:33 -0500 mailte Henry Molina folgendes:
> Hi all,
> 
> Can I revoke "delete" on all database, something like this:

on all databases, or on all tables in one database?

> 
> REVOKE DELETE ON DATABASE mydb FROM PUBLIC;

IMHO no, but you can walk through all database via 'psql -l' and then
walk through all tables in every database via 'echo "\d " | psql db'.
You get all tables in all databases and now you can do a 'revoke' on
this tables.

But i'm afraid, there is a better way to do this task...


Andreas
-- 
Diese Message wurde erstellt mit freundlicher Unterstützung eines freilau-
fenden Pinguins aus artgerechter Freilandhaltung.   Er ist garantiert frei
von Micro$oft'schen Viren. (#97922 http://counter.li.org)     GPG 7F4584DA
Was, Sie wissen nicht, wo Kaufbach ist? Hier: N 51.05082°, E 13.56889° ;-)


В списке pgsql-sql по дате отправления:

Предыдущее
От: Henry Molina
Дата:
Сообщение: Revoke on all database
Следующее
От: Kretschmer Andreas
Дата:
Сообщение: Question about geometric function area()