On 01/11/2016 02:39 AM, Peter Eisentraut wrote:
> The second part is not necessary, because there is already code that
> completes FDW names after "FOREIGN DATA WRAPPER". So this already works.
Good spot, thanks. I have no idea why I did not think it worked. Maybe
it just did not work in 9.2 and I failed when trying to reproduce it on
master.
> - Also complete RENAME TO in ALTER FOREIGN DATA WRAPPER.
Done.
> - Also complete OPTIONS in FOREIGN DATA WRAPPER and SERVER commands.
Done.
Andreas