Re: postgres 7.2.2 admin

Поиск
Список
Период
Сортировка
От A.Bhuvaneswaran
Тема Re: postgres 7.2.2 admin
Дата
Msg-id Pine.LNX.4.44.0304151441370.10246-100000@Bhuvan.bksys.co.in
обсуждение исходный текст
Ответ на postgres 7.2.2 admin  (Vittorio Zuccala' <vitto.z@tiscalinet.it>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: viewing rules
Следующее
От: "A.Bhuvaneswaran"
Дата:
Сообщение: Re: What version am I running?