Re: [PATCHES] [GENERAL] psql's "\d" and CLUSTER

2004-03-30 Thread Bruce Momjian
Igor Shevchenko wrote: > Hi, > > Are there any plans on adding CLUSTER-related information to "\d tablename" ? The attached patch displays cluster information for \d "table" and \di "index": test=> \d test2 Table "public.test2" Column | Type | Modifiers

[PATCHES] xact.c cleanup -- uncontroversial try

2004-03-30 Thread Alvaro Herrera
Hackers, This is a cleanup patch for access/transam/xact.c. It is a trimmed down version of the previous patch, with the controversial part removed. It only removes some #ifdef NOT_USED code, and adds a new TBLOCK state which signals the fact that StartTransaction() has been executed. Please re

Re: [PATCHES] [COMMITTERS] pgsql-server/ oc/src/sgml/datatype.sgml

2004-03-30 Thread Bruce Momjian
Added to TODO: * Add GUC variable to allow output of interval values in ISO8601 format --- Tom Lane wrote: > Ron Mayer <[EMAIL PROTECTED]> writes: > > Would formatting functions for intervals such as... > >to_iso8

Re: [PATCHES] Some Documentation Changes

2004-03-30 Thread Bruce Momjian
Patch applied. Thanks. --- Christopher Browne wrote: > 1. In keeping with the recent discussion that there should be more > said about views, stored procedures, and triggers, in the tutorial, I > have added a bit of verbi