Postgres 7.03 table describe problem

Started by Andyover 25 years ago2 messagesgeneral
Jump to latest
#1Andy
andy@quadrant.net

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andy (#1)
Re: Postgres 7.03 table describe problem

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