Re: [HACKERS] patch: CREATE OR REPLACE FUNCTION autocomplete

2012-03-13 Thread Peter Eisentraut
On sön, 2012-02-19 at 20:23 +0100, Pavel Stehule wrote: > other very simple patch - enhance autocomplete to support CREATE OR > REPLACE FUNCTION statement I see two problems with this: - We also have other CREATE OR REPLACE variants that this won't complete. - It won't complete something like CR

[HACKERS] patch: CREATE OR REPLACE FUNCTION autocomplete

2012-02-19 Thread Pavel Stehule
Hello other very simple patch - enhance autocomplete to support CREATE OR REPLACE FUNCTION statement Regards Pavel Stehule *** ./src/bin/psql/tab-complete.c.orig 2012-02-19 20:05:05.0 +0100 --- ./src/bin/psql/tab-complete.c 2012-02-19 20:20:43.817202512 +0100 *** *** 644,649