Tab completion for INHERIT and NO INHERIT - Mailing list pgsql-hackers

From Jeff Janes
Subject Tab completion for INHERIT and NO INHERIT
Date
Msg-id CAMkU=1yT1mY1bxspQEf+ULe7xgROj1Sd0pt1-yBwA1TE7rJkFQ@mail.gmail.com
Whole thread Raw
Responses Re: Tab completion for INHERIT and NO INHERIT  (Robert Haas <robertmhaas@gmail.com>)
List 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

pgsql-hackers by date:

Previous
From: Marko Kreen
Date:
Subject: Re: [patch] libpq one-row-at-a-time API
Next
From: Adam Crews
Date:
Subject: Re: postgres 9 bind address for replication