Re: ToDo List Item - System Table Index Clustering
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Simone Aiken <saiken@ulfheim.net>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-01-20T14:27:38Z
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
On Wed, Jan 19, 2011 at 4:27 PM, Simone Aiken <saiken@ulfheim.net> wrote: > In my experience size increases related to documentation are almost always > worth it. So I'm prejudiced right out of the gate. I was wondering if > every pg_ table gets copied out to every database .. if there is already a > mechanism for not replicating all of them we could utilize views or > re-writes rules to merge a single copy of catalog comments in a separate > table with each deployed database's pg_descriptions. All of them get copied, except for a handful of so-called shared catalogs. Changing that would be difficult. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company