Re: Problems with PostgreSQL 7.1.2

From: Grant <grant(at)conprojan(dot)com(dot)au>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Problems with PostgreSQL 7.1.2
Date: 2001-08-05 23:48:00
Message-ID: Pine.LNX.4.21.0108060945010.11357-100000@webster.conprojan.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> In old versions of PostgreSQL, we could see the database names in the
> pgsql/data/base directory, perhaps in this version, we cant see the
> database names, we see numbers that represents the databases. I would
> like to know how can I do to appear the databases names instead of
> numbers.

You should not be touching any files used by postgresql, except
pg_hba.conf. If you want a list of all available databases perform this
command from the command line:

psql -h localhost -U postgres template1 -q -c "\l"

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Subra Radhakrishnan 2001-08-06 10:12:05 Wrong # of arguments in call to RI_Fkey_key equals _upd()
Previous Message pmiranda 2001-08-03 15:29:37 Can't I do that?