Re: Bug #932: some system tables are not accessible

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Bug #932: some system tables are not accessible
Дата
Msg-id 20030403140317.F84048-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на Bug #932: some system tables are not accessible  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
On Thu, 3 Apr 2003 pgsql-bugs@postgresql.org wrote:

> Raouf (raimeur@cisco.com) reports a bug with a severity of 2
> The lower the number the more severe it is.
>
> Short Description
> some system tables are not accessible
>
> description:
> Some system tables are not accessible, for instance:
> 1- pg_user
> 2- pg_tables
>
> I have not tried all the system tables so probably others are missing.
>
> output:
> testCoverage=# select * from pg_tables;
> less: not found
> testCoverage=#

This seems to be saying your pager isn't there, not anything about
the table itself.

Try doing
\pset pager off

before your query and see if it still fails.

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

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #932: some system tables are not accessible
Следующее
От: Bernd von den Brincken
Дата:
Сообщение: 'query was cancelled' - depending on search pattern