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

From: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Improve tab completion for ALTER TABLE on identity columns
Date: 2022-10-14 14:31:26
Message-ID: 87k052jx35.fsf@wibble.ilmari.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-10-14 14:43:34 Re: Fix error message for MERGE foreign tables
Previous Message Bharath Rupireddy 2022-10-14 13:21:05 Re: Move backup-related code to xlogbackup.c/.h