Re: [GENERAL] Hiding databases

2005-02-03 Thread Martin Balint
b 03, 2005 at 07:54:22PM +0100, Martin Balint wrote: is it somehow possible to hide databases from users? You can of course hide the database contents, through the HBA mechanism (pg_hba.conf). You can't really hide the fact that the database exists. ---(e

[GENERAL] Hiding databases

2005-02-03 Thread Martin Balint
Hello, is it somehow possible to hide databases from users? Example: I am user postgres1 and I created a database 'pg1db' with owner postgres1. I log into phppgadmin as user postgres2, and I can see pg1db in the list. But I don't want to, I want pg1db to be private for user postgres1, so no one e