Обсуждение: Postgres 7.03 table describe problem

Поиск
Список
Период
Сортировка

Postgres 7.03 table describe problem

От
Andy
Дата:
The documentation states that \d <table> will give you the table
description.

However this does not seem to be the case I get the following messages:
sessions=# \d sessions
ERROR:  getattproperties: no attribute tuple 1259 -2


Re: Postgres 7.03 table describe problem

От
Tom Lane
Дата:
Andy <andy@quadrant.net> writes:
> sessions=# \d sessions
> ERROR:  getattproperties: no attribute tuple 1259 -2

You have a broken installation; you'll find that a lot of stuff fails
besides this.  What platform are you on, and how did you build or obtain
the executables?

            regards, tom lane