Re: oid2name - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: oid2name
Date
Msg-id 200409161324.i8GDOS504882@candle.pha.pa.us
Whole thread Raw
In response to oid2name  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List 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@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: arrayfuncs: fix read of uninitialized mem
Next
From: Joe Conway
Date:
Subject: Re: [HACKERS] x86_64 configure problem