Re: [PATCH] Improve tab completion for ALTER TABLE on identity columns - Mailing list pgsql-hackers

From Dagfinn Ilmari Mannsåker
Subject Re: [PATCH] Improve tab completion for ALTER TABLE on identity columns
Date
Msg-id 87k052jx35.fsf@wibble.ilmari.org
Whole thread Raw
In response to [PATCH] Improve tab completion for ALTER TABLE on identity columns  (Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>)
Responses Re: [PATCH] Improve tab completion for ALTER TABLE on identity columns  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
List pgsql-hackers
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> 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



pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: Move backup-related code to xlogbackup.c/.h
Next
From: Tom Lane
Date:
Subject: Re: Fix error message for MERGE foreign tables