pgsql/doc/src/sgml/ref psql-ref.sgml

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/doc/src/sgml/ref psql-ref.sgml
Date: 2001-05-28 04:27:17
Message-ID: 200105280427.f4S4RHl98652@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/05/28 00:27:17

Modified files:
doc/src/sgml/ref: psql-ref.sgml

Log message:
Sample output that appears below the table attributes for \d:

Indicies: palm_buy_date_idx
palm_user_date_idx
Primary Key: palm_buyers_pkey
Unique Key: palm_buyers_username
Constraint: "$1" ((sex = 'M'::bpchar) OR (sex = 'F'::bpchar))

Note that check constraint name now shown as well. (Makes it a lot easier
to test inheritance support in ADD/DROP constraint :) )

Attached is a docs change for psql.

Christopher Kings

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-05-28 04:28:36 pgsql/doc TODO
Previous Message Bruce Momjian - CVS 2001-05-28 02:01:22 pgsql/src/bin/psql describe.c