Re: oid2name

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
Cc: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: oid2name
Date: 2004-09-16 13:24:28
Message-ID: 200409161324.i8GDOS504882@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Your patch has been added to the PostgreSQL unapplied patches list at:

http://momjian.postgresql.org/cgi-bin/pgpatches

It will be applied as soon as one of the PostgreSQL committers reviews
and approves it.

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

Alvaro Herrera wrote:
> Patchers,
>
> Here is a patch bringing oid2name into the 21st century. Supports
> schemas (thought you can't select what schema to display), tablespaces,
> and using -o for OIDs and -f for filenames (pg_class.relfilenode). Also
> -t now accepts LIKE patterns. There can be multiple and mixed -o, -f
> and -t arguments, and it will show all the objects in one go.
>
> By default it only shows filenode and relation name, though a -x switch
> makes it include tablespace name, schema name and OID.
>
> Also, the headers are prettier.
>
> Please comment, review and/or apply.
>
> --
> Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
> "Cuando no hay humildad las personas se degradan" (A. Christie)

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

  • oid2name at 2004-09-14 18:49:50 from Alvaro Herrera

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2004-09-16 23:35:41 Re: [HACKERS] x86_64 configure problem
Previous Message Neil Conway 2004-09-16 03:16:28 Re: arrayfuncs: fix read of uninitialized mem