parser-error

Поиск
Список
Период
Сортировка
От Ralf Bortfeldt
Тема parser-error
Дата
Msg-id 200401141735.48167.bortfeldt@minet.uni-jena.de
обсуждение исходный текст
Ответы Re: parser-error  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Hello pg-cracks,

I´m connecting remote to a pgsql server and get a successful login to the
specified database xy.
I can do the basic queries BUT some of the meta-commandos don´t work.
----------------------------------------------------------
Examples:
----------------------------------------------------------
#input 1:
>>xy=> \d
#to get an overview on the tables in db xy

#server response:
>>ERROR:  parser: parse error at or near "."
-----------------------------------------------------------
 #similiar with input 2:
>>xy=> \l
#to get an overview on databases on the pgsql-server
#server response:
ERROR:  parser: parse error at or near "("
------------------------------------------------------------

Oddly enough, the meta-commands \q and \? do work.
Did anybody stumble about this problem or something similiarly and has an idea
how to fix it?

best regards
Ralf


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: SQL_ASCII / LATIN1
Следующее
От: Terry Lee Tucker
Дата:
Сообщение: Trigger Question