Re: [PATCH] Tab complete EXECUTE FUNCTION for CREATE (EVENT) TRIGGER
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: ilmari@ilmari.org (Dagfinn Ilmari Mannsåker )
Cc: Michael Paquier <michael@paquier.xyz>, David Fetter <david@fetter.org>,
pgsql-hackers@postgresql.org
Date: 2018-10-26T14:13:20Z
Lists: pgsql-hackers
ilmari@ilmari.org (Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?=) writes: > A related issue is whether we should change pg_get_triggerdef() to emit > the new syntax as well (in HEAD only, since it would break things that > parse the output). No, because pg_get_triggerdef() does not know what its output will be used for. We can probably change that five years down the road, but right now it could be expected to break reasonable use-cases. regards, tom lane
Commits
-
Add tab completion of EXECUTE FUNCTION for CREATE TRIGGER in psql
- fdf5eade9626 11.1 landed
- 292ef6e2778a 12.0 landed
-
Improve tab completion of CREATE EVENT TRIGGER in psql
- 5953c9969762 12.0 landed
-
Improve tab completion for ANALYZE, EXPLAIN, and VACUUM.
- 121213d9d852 12.0 cited