Thread: Postgres 7.03 table describe problem

Postgres 7.03 table describe problem

From
Andy
Date:
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

From
Tom Lane
Date:
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