table list problem.

Поиск
Список
Период
Сортировка
От Sezai Yilmaz
Тема table list problem.
Дата
Msg-id Pine.LNX.4.10.9908120117510.2614-100000@ata.cs.hun.edu.tr
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Christof Petig
Дата:
Сообщение: int2 unique index malfunction (btree corrupt)
Следующее
От: Giampiero Raschetti
Дата:
Сообщение: GROUP BY bug report