Re: \list

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: \list
Дата
Msg-id 24313.1133927981@sss.pgh.pa.us
обсуждение исходный текст
Ответ на \list  (Jos <jos@martiens.net>)
Список pgsql-novice
Jos <jos@martiens.net> writes:
> I'm quite new to PSQL , trying to list all tables available in a db called
> "cgi" and here's what psql gives me back, using the interactive psql shell:

> With \l or \list
> cgi=> \list
> ERROR:  parser: parse error at or near "("

> with \d

> cgi=> \d some_table
> ERROR:  parser: parse error at or near "."

I think you are using a psql client that is much newer than the server
you are speaking to.  Generally you want to use a psql of the same
version as the server ...

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: Charley Tiggs
Дата:
Сообщение: Re: SQL Statement Help Needed
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: \list