Re: ToDo List Item - System Table Index Clustering

From: Simone Aiken <saiken(at)ulfheim(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Nicolas Barbier <nicolas(dot)barbier(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: ToDo List Item - System Table Index Clustering
Date: 2011-01-16 18:47:11
Message-ID: 672A3926-B679-43FF-BAB9-EC51E1916121@ulfheim.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>> Select typoutput::oid from pg_type limit 1;

> Also, you *can* go back the other way. It's very common to write
>
> Select * from pg_proc where oid = 'boolout'::regproc
>
> rather than looking up the OID first.

> see "Object Identifier Types" in the manual.

Many thanks to you both, that helps tremendously.

- Simone Aiken

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andy Colson 2011-01-16 19:05:11 texteq/byteaeq: avoid detoast [REVIEW]
Previous Message Tom Lane 2011-01-16 18:26:38 Re: We need to log aborted autovacuums