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 871qqmkj5a.fsf@wibble.ilmari.org
Whole thread Raw
In response to Re: [PATCH] Improve tab completion for ALTER TABLE on identity columns  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
List 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



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Add palloc_aligned() to allow arbitrary power of 2 memory alignment
Next
From: Thomas Munro
Date:
Subject: Re: Prefetch the next tuple's memory during seqscans