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 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 Enterpri

[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