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
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
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
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