diff options
author | Fujii Masao <fujii@postgresql.org> | 2021-04-12 21:34:23 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2021-04-12 21:34:23 +0900 |
commit | 81e094bdfdd6cf6568cba2b25eea9876daceaacb (patch) | |
tree | d9bca1d99e48fc0a20abdb60fa6f18e65f08a069 /src/backend/commands/variable.c | |
parent | b094063cd16d22b2f065a432580bb3568b2d8a77 (diff) | |
download | postgresql-81e094bdfdd6cf6568cba2b25eea9876daceaacb.tar.gz postgresql-81e094bdfdd6cf6568cba2b25eea9876daceaacb.zip |
Support tab-complete for TRUNCATE on foreign tables.
Commit 8ff1c94649 extended TRUNCATE command so that it can also truncate
foreign tables. But it forgot to support tab-complete for TRUNCATE on
foreign tables. That is, previously tab-complete for TRUNCATE displayed
only the names of regular tables.
This commit improves tab-complete for TRUNCATE so that it displays also
the names of foreign tables.
Author: Fujii Masao
Reviewed-by: Bharath Rupireddy
Discussion: https://postgr.es/m/551ed8c1-f531-818b-664a-2cecdab99cd8@oss.nttdata.com
Diffstat (limited to 'src/backend/commands/variable.c')
0 files changed, 0 insertions, 0 deletions