On Fri, Jan 28, 2005 at 09:17:46PM +0100, Matthias Schmidt wrote:
> a) accept some sort of wildcard for the grant on table syntax:
> GRANT ... ON TABLE schema.*
What about a list,
GRANT ... ON TABLE table1, table2, ... TO user1, user2, ...;
It would be good if it was a list of wildcards. Not sure if that is
workable.
--
Alvaro Herrera (<[EMAIL PROTECTED]>)
"La fuerza no est� en los medios f�sicos
sino que reside en una voluntad indomable" (Gandhi)
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match