psql: Remove PARTITION BY clause in tab completion for unlogged tables CREATE UNLOGGED TABLE was still being recommended by psql's tab completion as a possible pattern, but the backend is rejecting this option since e2bab2d79204.
Reported-by: Shinya Kato <[email protected]> Reviewed-by: Nathan Bossart <[email protected]> Reviewed-by: Shinya Kato <[email protected]> Discussion: https://postgr.es/m/CAOzEurQZ1a+6d1K8b=+ww1nfqvwat9kscqsbwxybapnycen...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/361499538c9d3640e1ed5522e08fdf81b08e76ae Modified Files -------------- src/bin/psql/tab-complete.in.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
