Is it possible to control user access per database without using an external
password file?
As it is, (pg_hba.conf),
local all password
with passwords in Postgres, any user can create tables in any database
but cannot delete or otherwise alter tables not owned by him.
I hope to manage users completely within the database.
Thanks.
gh