pgsql-server/src/bin/psql describe.c

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/bin/psql describe.c
Date: 2003-12-01 22:11:07
Message-ID: 20031201221107.7BFDDD1D400@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 03/12/01 18:11:07

Modified files:
src/bin/psql : describe.c

Log message:
This patch finishes off the work that I did with making view
definitions use pretty printing.

It does:

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

Christopher Kings-Lynne

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-12-01 22:11:56 Re: pgsql-server/src/bin/psql describe.c
Previous Message Bruce Momjian 2003-12-01 22:08:03 pgsql-server/ oc/src/sgml/datatype.sgml oc/src ...