Make psql distinguish between unique indices and unique constraints.
Robert Haas <rhaas@postgresql.org>
Make psql distinguish between unique indices and unique constraints. Josh Kupershmidt. Reviewing and kibitzing by Kevin Grittner and me.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/describe.c | modified | +7 −2 |
| src/test/regress/expected/typed_table.out | modified | +1 −1 |