Обсуждение: postgres 7.2.2 admin

Поиск
Список
Период
Сортировка

postgres 7.2.2 admin

От
Vittorio Zuccala'
Дата:
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?
Thanks!!

--
-----------------------------------------------------
 (o-  | c:\> win2000patch001.exe
 //\  | This Microsoft(c) patch fix all bugs present.
 V_/_ | All right reserved!!
      | Insert Linux boot disk to continue ...
      | loading kernel ...

vitto.z@tiscalinet.it        ICQ#20318568

Вложения

Re: postgres 7.2.2 admin

От
"A.Bhuvaneswaran"
Дата:
> 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