Tab completion for INHERIT and NO INHERIT

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Tab completion for INHERIT and NO INHERIT
Date: 2012-07-24 01:22:41
Message-ID: CAMkU=1yT1mY1bxspQEf+ULe7xgROj1Sd0pt1-yBwA1TE7rJkFQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
complete_inherit_v1.patch application/octet-stream 1023 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Adam Crews 2012-07-24 02:02:45 Re: postgres 9 bind address for replication
Previous Message Marko Kreen 2012-07-23 22:07:07 Re: [patch] libpq one-row-at-a-time API