So they will see each others database name? I really don't want this....
To what end? Are you trying to keep users out of certain databases?
If so, then you can configure pg_hba.conf accordingly.
Yes, I don't even want them to see the database name.
Alvaro Herrera napsal(a):
On Thu, Feb 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.
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@xxxxxxxxxxxxxx)