From: | Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> |
---|---|
To: | Patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | [Fwd: Make psql use all pretty print options] |
Date: | 2003-10-10 03:13:48 |
Message-ID: | 3F8623EC.3000302@familyhealth.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Resubmission of patch (for 7.4).
I fixed the problems I was having what I chatted to you Bruce, I've
tested it well and it shouldn't be a problem to apply for 7.4. It looks
really nice with the pretty print stuff!
Chris
-------- Original Message --------
Subject: [PATCHES] Make psql use all pretty print options
Date: Mon, 29 Sep 2003 12:31:18 +0800 (WST)
From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: pgsql-patches(at)postgresql(dot)org
Hi,
This patch finishes off the work that I did with making view
definitions use pretty printing.
It does:
* Pretty check constraints
* Pretty index predicates
* Pretty rule definitions
* Uppercases PRIMARY KEY and UNIQUE to be consistent with CHECK and
FOREIGN KEY
* View rules are improved to match table rules:
View "public.v"
Column | Type | Modifiers
----------+---------+-----------
?column? | integer |
View definition:
SELECT 1;
Rules:
r1 AS
ON INSERT TO v DO INSTEAD NOTHING
r2 AS
ON INSERT TO v DO INSTEAD NOTHING
Chris
Attachment | Content-Type | Size |
---|---|---|
describe.txt | text/plain | 8.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2003-10-10 03:25:15 | Re: [Fwd: Make psql use all pretty print options] |
Previous Message | Bruce Momjian | 2003-10-10 02:51:12 | Re: Make psql use all pretty print options |