Re: [GENERAL] Privs on deleted objects

2007-05-17 Thread George Pavlov
: pgsql-general@postgresql.org > Subject: [GENERAL] Privs on deleted objects > > 1. Is there anyway to give a role privs on a certain table, > delete that table, recreate it, and have those privs persist? > > 2. Is there anyway to give a role privs to all tables in a > datab

[GENERAL] Privs on deleted objects

2007-05-17 Thread Robert James
1. Is there anyway to give a role privs on a certain table, delete that table, recreate it, and have those privs persist? 2. Is there anyway to give a role privs to all tables in a database, without having to name each one individually? Can I use this to apply to tables created later on?