[PATCH] Improve tab completion for ALTER TABLE on identity columns
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
From: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-10-12T14:18:46Z
Lists: pgsql-hackers
Attachments
Hi Hackers, I noticed that psql has no tab completion around identity columns in ALTER TABLE, so here's some patches for that. In passing, I also added completion for ALTER SEQUECNE … START, which was missing for some reason. - ilmari
Commits
-
psql: Improve tab completion for ALTER TABLE on identity columns
- 2ea5de296ef2 16.0 landed