Re: [PATCH] Improve tab completion for ALTER TABLE on identity columns

2022-11-01 Thread Dagfinn Ilmari Mannsåker
Peter Eisentraut 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.

Re: [PATCH] Improve tab completion for ALTER TABLE on identity columns

2022-11-01 Thread Peter Eisentraut
On 26.10.22 00:45, Matheus Alcantara wrote: 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. I've tested all 4 of your patches,

Re: [PATCH] Improve tab completion for ALTER TABLE on identity columns

2022-11-01 Thread Peter Eisentraut
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.

Re: [PATCH] Improve tab completion for ALTER TABLE on identity columns

2022-10-25 Thread Matheus Alcantara
> 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 Hi ilmari I've tested all 4 of your patch

Re: [PATCH] Improve tab completion for ALTER TABLE on identity columns

2022-10-14 Thread Dagfinn Ilmari Mannsåker
Dagfinn Ilmari Mannsåker writes: > Hi Hackers, > > 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/ - ilmari

[PATCH] Improve tab completion for ALTER TABLE on identity columns

2022-10-12 Thread Dagfinn Ilmari Mannsåker
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 >From 4dad38d17e82b2efafe3666a0a92aa248cfc5e60 Mon Sep 17 00