]> git.ipfire.org Git - thirdparty/postgresql.git/commit
This just breaks down the indices in to three groups:
authorBruce Momjian <bruce@momjian.us>
Mon, 28 May 2001 02:01:22 +0000 (02:01 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 28 May 2001 02:01:22 +0000 (02:01 +0000)
commitd66a404983269c7b086bc7c57a3ea2f3a049b21b
tree8dcda2565a165c65f8734bccc6c0a30f23ff0b89
parente23f8c4557e82bafeae267929f0c58628e510a85
This just breaks down the indices in to three groups:

non-unique: stay as they were
unique and primary: become listed as primary keys
unique and non-primary: become listed as unique keys

I also made it so that it shows the names of check constraints ie:

Check: "$1" (a > 5)

Christopher Kings
src/bin/psql/describe.c