forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita2c1530
Add support for tab completion after ALTER EXTENSION ADD|DROP in psql
This appends the set of object types supported by these commands, andthe objects defined in the cluster are completed after that. Note thatthese may not be in the extension being working on when using DROP, tokeep the code simple, but this is much more useful than the previousbehavior of not knowing the objects that can be touched.Author: Vignesh CDiscussion:https://postgr.es/m/CALDaNm3LVM2QcUWqgOonKZH80TveT-tUthbw4ZhuE_6pD3yi-A@mail.gmail.com1 parentb6acf63 commita2c1530
1 file changed
+21
-0
lines changedLines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1982 | 1982 |
| |
1983 | 1983 |
| |
1984 | 1984 |
| |
| 1985 | + | |
| 1986 | + | |
| 1987 | + | |
| 1988 | + | |
| 1989 | + | |
| 1990 | + | |
| 1991 | + | |
| 1992 | + | |
| 1993 | + | |
| 1994 | + | |
| 1995 | + | |
| 1996 | + | |
| 1997 | + | |
| 1998 | + | |
| 1999 | + | |
| 2000 | + | |
| 2001 | + | |
| 2002 | + | |
| 2003 | + | |
| 2004 | + | |
| 2005 | + | |
1985 | 2006 |
| |
1986 | 2007 |
| |
1987 | 2008 |
| |
|
0 commit comments
Comments
(0)