Re: \d on database with a lot of tables is slow
- From: "Jim C. Nasby" <jnasby(at)pervasive(dot)com>
- To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- Cc: Hannu Krosing <hannu(at)skype(dot)net>, pgsql-hackers(at)postgresql(dot)org
- Subject: Re: \d on database with a lot of tables is slow
- Date: Tue, 27 Sep 2005 19:16:28 -0500
- Message-id: <20050928001628(dot)GE30974(at)pervasive(dot)com>
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(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461
Home |
Main Index |
Thread Index