- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit5953c99
committed
Improve tab completion of CREATE EVENT TRIGGER in psql
This adds tab completion of the clauses WHEN and EXECUTEFUNCTION|PROCEDURE clauses to CREATE EVENT TRIGGER, similar to CREATETRIGGER in the previous commit. This has version-dependent logic so asFUNCTION is chosen over PROCEDURE for 11 and newer versions.Author: Dagfinn Ilmari MannsåkerReviewed-by: Tom Lane, Michael PaquierDiscussion:https://postgr.es/m/d8jmur4q4yc.fsf@dalvik.ping.uio.no1 parent292ef6e commit5953c99
1 file changed
+23
-0
lines changedLines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2608 | 2608 |
| |
2609 | 2609 |
| |
2610 | 2610 |
| |
| 2611 | + | |
| 2612 | + | |
| 2613 | + | |
| 2614 | + | |
| 2615 | + | |
| 2616 | + | |
| 2617 | + | |
| 2618 | + | |
| 2619 | + | |
| 2620 | + | |
| 2621 | + | |
| 2622 | + | |
| 2623 | + | |
| 2624 | + | |
| 2625 | + | |
| 2626 | + | |
| 2627 | + | |
| 2628 | + | |
| 2629 | + | |
| 2630 | + | |
| 2631 | + | |
| 2632 | + | |
| 2633 | + | |
2611 | 2634 |
| |
2612 | 2635 |
| |
2613 | 2636 |
| |
|
0 commit comments
Comments
(0)