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

From: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Improve tab completion for ALTER TABLE on identity columns
Date: 2022-11-01 11:29:21
Message-ID: 871qqmkj5a.fsf@wibble.ilmari.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2022-11-01 11:42:11 Re: Prefetch the next tuple's memory during seqscans
Previous Message David Rowley 2022-11-01 11:28:46 Add palloc_aligned() to allow arbitrary power of 2 memory alignment