Improve tab completion of CREATE EVENT TRIGGER in psql This adds tab completion of the clauses WHEN and EXECUTE FUNCTION|PROCEDURE clauses to CREATE EVENT TRIGGER, similar to CREATE TRIGGER in the previous commit. This has version-dependent logic so as FUNCTION is chosen over PROCEDURE for 11 and newer versions.
Author: Dagfinn Ilmari Mannsåker Reviewed-by: Tom Lane, Michael Paquier Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/5953c99697621174f50aa219a3cd457212968268 Modified Files -------------- src/bin/psql/tab-complete.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+)
