Tab completion for DROP CONSTRAINT
Jeff Janes <jeff.janes@gmail.com>
From: Jeff Janes <jeff.janes@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-08-19T20:43:40Z
Lists: pgsql-hackers
Attachments
- drop_constraint_complete_v1.patch (application/octet-stream) patch v1
Interactively dropping primary key constraints has been annoying me. I believe this patch fixes that, hopefully for other kinds of cataloged constraints as well. I believe this finishes, at least for a while, my tab-completion related gripes. Cheers, Jeff