forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita7c4dad
committed
Fix psql's tab completion for ALTER DATABASE ... SET TABLESPACE.
We have the infrastructure to offer a list of tablespace names, butit wasn't being used here; instead you got "FROM", "CURRENT", and "TO"which aren't actually legal in this syntax.Dagfinn Ilmari Mannsåker, reviewed by Arthur ZakirovDiscussion:https://postgr.es/m/d8jo9djvm7h.fsf@dalvik.ping.uio.no1 parent1dba1b6 commita7c4dad
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1588 | 1588 |
| |
1589 | 1589 |
| |
1590 | 1590 |
| |
| 1591 | + | |
| 1592 | + | |
| 1593 | + | |
| 1594 | + | |
1591 | 1595 |
| |
1592 | 1596 |
| |
1593 | 1597 |
| |
|
0 commit comments
Comments
(0)