Re: [HACKERS] \d and large objects - Mailing list pgsql-hackers

From aixssd!darrenk@abs.net (Darren King)
Subject Re: [HACKERS] \d and large objects
Date
Msg-id 012c8dd0575a26b4524b2e149c34f263
Whole thread Raw
List pgsql-hackers
>
> Currently, \d display all of the tables and indices associated with
> large objects.  Should \d do that?  I find it a bit annoying, but
> that's because our database has about a hundred large objects.
>
> If \d is supposed to do this, how about another command which doesn't
> show the large object tables and indices.

IMO, \d shouldn't do this the same way that it doesn't show the pg_*
system tables.

Psql was broken in the filenames it was looking for to exclude large
objects from listings.  Was looking for "Inv[0-9]+" (Inversion relic?)
instead of "xin[xv][0-9]+".

Did a 'grep "Inv\["' on the src tree and didn't get any hits, so psql
might have been the only place.  Patch sent to patches...


Darren   darrenk@insightdist.com

------------------------------

pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: [HACKERS] Re: TZ environment variable
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Re: [PATCHES] Raymond Toy: Case sensitivity bug with large objects!