PostgreSQL BugTool Submission

Lists: pgsql-bugs
From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: PostgreSQL BugTool Submission
Date: 2000-08-24 04:07:18
Message-ID: 200008240407.e7O47Iu86137@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

chris vale (cvale(at)pacbell(dot)net) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
psql list ( \d ) command returns error

Long Description

Using 7.0.2 on LinuxPPC (YellowDog ) and RPMS's from postgresql.org.
When trying to list/describe ( \d <table> )

ERROR: getattproperties: no attribute tuple 1259 -2

for an aggregates and functions ( \da or \df )

ERROR: getattproperties: no attribute tuple 1247 -2

for list comment ( \dd <object> )

ERROR: get_attdisbursion: no attribute tuple 16932 -2

Sample Code

No file was uploaded with this report


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: chris vale <cvale(at)pacbell(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: PostgreSQL BugTool Submission
Date: 2000-08-24 04:37:16
Message-ID: 25403.967091836@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> When trying to list/describe ( \d <table> )

> ERROR: getattproperties: no attribute tuple 1259 -2

Sounds pretty thoroughly hosed ... but there's not enough info here
to diagnose the problem. Is this a fresh install, or an installation
that had been working for a while and went wrong? How did you do
the installation exactly?

regards, tom lane