Re: Make psql use all pretty print options

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Make psql use all pretty print options
Date: 2003-10-10 02:51:12
Message-ID: 200310100251.h9A2pCr05374@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Christopher Kings-Lynne wrote:
> This patch hasn't been forgotten about?

Uh, I can't find this patch. That either means it is in CVS already, or
in the 7.5 patches queue:

http:/momjian.postgresql.org/cgi-bin/pgpatches2

However, I don't see it in there. Was it for 7.4? Did I lose it?

Hold, I think I remember this patch --- we talked about it via IM. You
posted it, but I thought you said it wasn't ready, so I didn't keep it
--- was that the one?

---------------------------------------------------------------------------

>
> 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
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-10-10 03:13:48 [Fwd: Make psql use all pretty print options]
Previous Message Bruce Momjian 2003-10-10 02:08:49 Re: [HACKERS] Open 7.4 items