Re: Problems with PostgreSQL 7.1.2 - Mailing list pgsql-admin

From Grant
Subject Re: Problems with PostgreSQL 7.1.2
Date
Msg-id Pine.LNX.4.21.0108060945010.11357-100000@webster.conprojan.com.au
Whole thread Raw
In response to Problems with PostgreSQL 7.1.2  (Fabio Sobral <sobral@lncc.br>)
List pgsql-admin
>    In old versions of PostgreSQL, we could see the database names in the
> pgsql/data/base directory, perhaps in this version, we can�t 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"


pgsql-admin by date:

Previous
From: pmiranda@vm.com.br
Date:
Subject: Can't I do that?
Next
From: Subra Radhakrishnan
Date:
Subject: Wrong # of arguments in call to RI_Fkey_key equals _upd()