Is it possible to grant database level access to a user in PostgreSQL?
I have created a user and database, and I want the user to have full
control over that database. I have been through the online docs and
news groups but have not found a statement or answer to the question.
Thomas