Re: Making tab-complete.c easier to maintain - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: Making tab-complete.c easier to maintain
Date
Msg-id 568CD784.20804@proxel.se
Whole thread Raw
In response to Re: Making tab-complete.c easier to maintain  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On 01/06/2016 01:13 AM, Michael Paquier wrote:
> On Wed, Jan 6, 2016 at 2:03 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> I've pushed the second patch now.  I made a few adjustments --- notably,
>> I didn't like the way you'd implemented '*' wildcards, because they
>> wouldn't have behaved very sanely in combination with '|'.  The case
>> doesn't come up in the current set of patterns, but we'll likely want it
>> sometime.
>
> Thanks! Let's consider this project as done then. That was a long way to it...

Thanks to everyone involved in cleaning this up, it is much easier to 
add tab completions now.

Andreas




pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Regression caused by recent change to initdb?
Next
From: Michael Paquier
Date:
Subject: Re: Function and view to retrieve WAL receiver status