Re: [HACKERS] Tab completion for INHERIT and NO INHERIT

2012-07-26 Thread Robert Haas
On Mon, Jul 23, 2012 at 9:22 PM, Jeff Janes jeff.ja...@gmail.com wrote:
 I was playing around with partitioning recently, and was annoyed that
 tab completion doesn't work for setting the table to (dis)inherit.

Thanks for the patch.  Committed.

-- 
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 INHERIT and NO INHERIT

2012-07-23 Thread Jeff Janes
I was playing around with partitioning recently, and was annoyed that
tab completion doesn't work for setting the table to (dis)inherit.

It seemed easy enough to add.

For the NO INHERIT case, it would be nice to complete only table
names currently being inherited by the first table, but I don't know
how to make that happen.

Cheers,

Jeff


complete_inherit_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