Tab completion for INHERIT and NO INHERIT
Jeff Janes <jeff.janes@gmail.com>
From: Jeff Janes <jeff.janes@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-07-24T01:22:41Z
Lists: pgsql-hackers
Attachments
- complete_inherit_v1.patch (application/octet-stream) patch v1
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