Re: ToDo List Item - System Table Index Clustering
Simone Aiken <saiken@ulfheim.net>
From: Simone Aiken <saiken@ulfheim.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Nicolas Barbier <nicolas.barbier@gmail.com>, pgsql-hackers@postgresql.org
Date: 2011-01-16T18:47:11Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add new buffers_backend_fsync field to pg_stat_bgwriter.
- 3134d8863e84 9.1.0 cited
>> 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