Re: [HACKERS] Tab completion for DROP CONSTRAINT

2012-08-20 Thread Robert Haas
On Sun, Aug 19, 2012 at 4:43 PM, Jeff Janes jeff.ja...@gmail.com 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.com
The Enterprise PostgreSQL Company


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


[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
Description: Binary data

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers