diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-09-20 17:16:06 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-09-20 17:16:06 -0400 |
commit | a7c4dad1a770c1c4256aa87e01a85172e1549aad (patch) | |
tree | b067696b52a26689f4a1b4bfcfab1edc4ed1473f /src/backend/parser/parse_expr.c | |
parent | 1dba1b61c2fbe0164453963d51e7b0f6c49d8fca (diff) | |
download | postgresql-a7c4dad1a770c1c4256aa87e01a85172e1549aad.tar.gz postgresql-a7c4dad1a770c1c4256aa87e01a85172e1549aad.zip |
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
Diffstat (limited to 'src/backend/parser/parse_expr.c')
0 files changed, 0 insertions, 0 deletions