Re: ToDo List Item - System Table Index Clustering - Mailing list pgsql-hackers

From Simone Aiken
Subject Re: ToDo List Item - System Table Index Clustering
Date
Msg-id 672A3926-B679-43FF-BAB9-EC51E1916121@ulfheim.net
Whole thread Raw
In response to Re: ToDo List Item - System Table Index Clustering  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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




pgsql-hackers by date:

Previous
From: Andy Colson
Date:
Subject: Re: reviewers needed!
Next
From: Josh Berkus
Date:
Subject: Re: What happened to open_sync_without_odirect?