Re: [HACKERS] Tab completion for DROP CONSTRAINT

2012-08-20 Thread Robert Haas
On Sun, Aug 19, 2012 at 4:43 PM, Jeff Janes wrote: > Interactively dropping primary key constraints has been annoying me. > > I believe this patch fixes that, hopefully for other kinds of > cataloged constraints as well. Committed, thanks. -- Robert Haas EnterpriseDB: http://www.enterprisedb.co

[HACKERS] Tab completion for DROP CONSTRAINT

2012-08-19 Thread Jeff Janes
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 drop_constraint_complete_v1.patch Des