Re: \d on database with a lot of tables is slow - Mailing list pgsql-hackers

From Jim C. Nasby
Subject Re: \d on database with a lot of tables is slow
Date
Msg-id 20050928001628.GE30974@pervasive.com
Whole thread Raw
In response to Re: \d on database with a lot of tables is slow  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: \d on database with a lot of tables is slow
List pgsql-hackers
On Tue, Sep 27, 2005 at 06:53:13PM -0400, Tom Lane wrote:
> > Also, do you have any idea on the 'Did not find relation named
> > "table-thats-there"' error? table-thats-there isn't a temp table, and I don't
> > believe they're even using temp tables, so I don't think that's the issue.
> 
> Uh, what's the exact error message again?  (If it's a backend message,
> the verbose form would be useful.)

Sorry, remembered it wrong. It's 'Did not find any relation named',
which appears to be in bin/psql/describe.c. It does occur when trying to
do a \d on a specific table.
-- 
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461


pgsql-hackers by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: State of support for back PG branches
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Vacuum questions...