Re: [ADMIN] denying created users on postgres

1999-01-15 Thread csy
Hiya! But won't this be a bit tedious if you have a large postgresql system with many databases with many tables and user accounts? Won't you need to assign a lot of rights everytime you create a new table / database? Shouldn't there be a more safe way of doing such things like say by default, o

[ADMIN] denying created users on postgres

1999-01-14 Thread dreamwvr
hi, i would suggest you get used to the grant statement that is available from psql... This will allow you to grant rights on a per table basis to users that access the database. ???'s when will postgres get the same functionality for browser to database access as mysql??? sort of disappoint