Fix psql's tab completion for ALTER DATABASE ... SET TABLESPACE.
Tom Lane <tgl@sss.pgh.pa.us>
Fix psql's tab completion for ALTER DATABASE ... SET TABLESPACE. We have the infrastructure to offer a list of tablespace names, but it 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 Zakirov Discussion: https://postgr.es/m/d8jo9djvm7h.fsf@dalvik.ping.uio.no
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/tab-complete.c | modified | +4 −0 |
Discussion
- [PATCH] Tab completion for ALTER DATABASE … SET TABLESPACE 22 messages · 2018-08-30 → 2018-09-22