Possible DB corruption - Mailing list pgsql-general

From Justin M Wozniak
Subject Possible DB corruption
Date
Msg-id Pine.GSO.4.58.0705251642420.19266@cse.nd.edu
Whole thread Raw
Responses Re: Possible DB corruption
Re: Possible DB corruption
List pgsql-general
Hello
    We noticed that some records were mysteriously disappearing from
our DB.  I went in with psql and found that the \dt command no longer
works, providing the output below.  Is this a sure sign of DB corruption?
Running psql (PostgreSQL) 7.4.8 on Linux 2.4.27.
    Thanks

GEMSd=> \dt
      List of relations
 Schema | Name | Type | Owner
--------+------+------+-------
(0 rows)

However... using SELECT statments on tables that I remember are present
still works...

--
Justin Michael Joseph Wozniak

pgsql-general by date:

Previous
From: "Andrus"
Date:
Subject: How to create trigger if it does not exist
Next
From: Andrew Sullivan
Date:
Subject: Re: Limiting number of rows returned at a time in select query