table list problem. - Mailing list pgsql-bugs

From Sezai Yilmaz
Subject table list problem.
Date
Msg-id Pine.LNX.4.10.9908120117510.2614-100000@ata.cs.hun.edu.tr
Whole thread Raw
List pgsql-bugs
Hello.

I have just compiled POstgreSQL 6.5.1 on AIX 4.2.1.0. But it has a problem
with listing all tables of a database.

template1=> create table s(a text);
CREATE
template1=> \d *
Couldn't find any tables, sequences or indices!
template1=> \d s
Table    = s
+----------------------------------+----------------------------------+-------+
|              Field               |              Type                |
Length|
+----------------------------------+----------------------------------+-------+
| a                                | text                             |
var |
+----------------------------------+----------------------------------+-------+

Is there anyone who knows how to fix this problem?

Sezai.



pgsql-bugs by date:

Previous
From: Christof Petig
Date:
Subject: int2 unique index malfunction (btree corrupt)
Next
From: Giampiero Raschetti
Date:
Subject: GROUP BY bug report