Re: Make psql use all pretty print options - Mailing list pgsql-patches

From Christopher Kings-Lynne
Subject Re: Make psql use all pretty print options
Date
Msg-id 3F80E531.70902@familyhealth.com.au
Whole thread Raw
In response to Make psql use all pretty print options  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Responses Re: Make psql use all pretty print options
List pgsql-patches
This patch hasn't been forgotten about?

Chris

Christopher Kings-Lynne wrote:

> 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



pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Open 7.4 items
Next
From: Tom Lane
Date:
Subject: Re: fix log_min_duration_statement logic error