Re: [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: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-11-01T11:29:21Z
Lists: pgsql-hackers
Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes: > On 14.10.22 16:31, Dagfinn Ilmari Mannsåker wrote: >>> I noticed that psql has no tab completion around identity columns in >>> ALTER TABLE, so here's some patches for that. >> Added to the next commit fest: >> https://commitfest.postgresql.org/40/3947/ > > Committed. Thanks! - ilmari
Commits
-
psql: Improve tab completion for ALTER TABLE on identity columns
- 2ea5de296ef2 16.0 landed