> 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