how to find DB names in Postgres 7.1?

From: Limin Liu <limin(at)pumpkinnet(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: how to find DB names in Postgres 7.1?
Date: 2001-03-06 20:47:35
Message-ID: 3AA54CE7.8BE7877A@pumpkinnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


In Postgres 7.1, ${PGDATA}/base contains directories named by
numbers!! They used to be database names. If a user created a db,
can the db admin know what is that db name (without sending any query to
db server)?

I believe there must have some kind of mapping table exist. Can anyone
tell me where to find it?

Thanx for your help

LM.Liu

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martin A. Marques 2001-03-06 20:48:14 Re: PHP and PostgresSQL beta
Previous Message Simon Crute 2001-03-06 20:47:12 How robust is PostgreSQL