Re: postgres 7.2.2 admin - Mailing list pgsql-novice

From A.Bhuvaneswaran
Subject Re: postgres 7.2.2 admin
Date
Msg-id Pine.LNX.4.44.0304151441370.10246-100000@Bhuvan.bksys.co.in
Whole thread Raw
In response to postgres 7.2.2 admin  (Vittorio Zuccala' <vitto.z@tiscalinet.it>)
List pgsql-novice
> I reinstalled my linuxbox yesterday.
> i've also included postgreSQL installation...
> i've this problem: is the "pgsql" command exists in 7.2.2 version?!
> if not, in which way can i see my databases?

pgsql command donot exist in any of versions. It is psql. Use,
$ psql -l
to list the databases.

regards,
bhuvaneswaran


pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: viewing rules
Next
From: "A.Bhuvaneswaran"
Date:
Subject: Re: What version am I running?