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

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: <raimeur(at)cisco(dot)com>, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Bug #932: some system tables are not accessible
Date: 2003-04-03 22:05:58
Message-ID: 20030403140317.F84048-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


On Thu, 3 Apr 2003 pgsql-bugs(at)postgresql(dot)org wrote:

> Raouf (raimeur(at)cisco(dot)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.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bernd von den Brincken 2003-04-03 22:17:22 'query was cancelled' - depending on search pattern
Previous Message pgsql-bugs 2003-04-03 20:52:10 Bug #932: some system tables are not accessible