Re: Improved tab completion for FDW DDL - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Improved tab completion for FDW DDL
Date
Msg-id 569307BC.7040103@gmx.net
Whole thread Raw
In response to Re: Improved tab completion for FDW DDL  (Andreas Karlsson <andreas@proxel.se>)
Responses Re: Improved tab completion for FDW DDL  (Andreas Karlsson <andreas@proxel.se>)
List pgsql-hackers
The second part is not necessary, because there is already code that
completes FDW names after "FOREIGN DATA WRAPPER".  So this already works.

The other two parts are valid improvements, but they should be done
consistently across commands.  So please

- Also complete RENAME TO in ALTER FOREIGN DATA WRAPPER.

- Also complete OPTIONS in FOREIGN DATA WRAPPER and SERVER commands.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: COPY (... tab completion
Next
From: Robert Haas
Date:
Subject: Re: ExecGather() + nworkers