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.