diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-01-03 18:14:01 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-01-03 18:14:01 -0500 |
commit | dfe67c0e85a5a613f802f78641ccc1c48845076e (patch) | |
tree | 5965c39302437ec6662026b0c33a160f4228a446 /src/backend/commands/trigger.c | |
parent | 8a2e323f208557acbfdc911516e84ec017f5a6ca (diff) | |
download | postgresql-dfe67c0e85a5a613f802f78641ccc1c48845076e.tar.gz postgresql-dfe67c0e85a5a613f802f78641ccc1c48845076e.zip |
Tab completion: don't offer valid constraints in VALIDATE CONSTRAINT.
Improve psql so that "ALTER TABLE foo VALIDATE CONSTRAINT <TAB>"
only offers not-convalidated entries. While it's not formally
wrong to offer validated ones, there's not much point either,
and it can save some typing if we incorporate this knowledge.
David Fetter, reviewed by Aleksander Alekseev
Discussion: https://postgr.es/m/20210427002433.GB17834@fetter.org
Diffstat (limited to 'src/backend/commands/trigger.c')
0 files changed, 0 insertions, 0 deletions