Bruce Momjian writes: > I have another idea. What if we had a default group for each database, > like pg_connect_{dbname}, and you can add/remove users from that group > to grant/remove connection privileges?
That strikes me as a very ugly abuse of the privilege system. If you want to grant a privilege, use GRANT, not the name of a group. -- Peter Eisentraut [EMAIL PROTECTED] ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html