| From: | Sezai Yilmaz <sezaiy(at)ata(dot)cs(dot)hun(dot)edu(dot)tr> |
|---|---|
| To: | pgsql-bugs(at)postgreSQL(dot)org |
| Subject: | table list problem. |
| Date: | 1999-08-11 22:20:40 |
| Message-ID: | Pine.LNX.4.10.9908120117510.2614-100000@ata.cs.hun.edu.tr |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Giampiero Raschetti | 1999-08-12 15:44:54 | GROUP BY bug report |
| Previous Message | Christof Petig | 1999-08-11 09:07:15 | int2 unique index malfunction (btree corrupt) |