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/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/a7c4dad1a770c1c4256aa87e01a85172e1549aad Modified Files -------------- src/bin/psql/tab-complete.c | 4 ++++ 1 file changed, 4 insertions(+)
