Re: [PATCH] Improve tab completion for CREATE TABLE

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Improve tab completion for CREATE TABLE
Date: 2018-12-23 00:35:29
Message-ID: 20181223003529.GA1726@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Dec 22, 2018 at 01:33:23PM +0000, Dagfinn Ilmari Mannsåker wrote:
> The CREATE and ALTER TABLE documentation calls them storage parameters,
> so I've gone for table_storage_parameters in the attached v2 patch.

Sold. And committed.

>> Reordering them is a good idea, log_autovacuum_min_duration being the
>> bad entry.
>
> toast_tuple_target was also on the wrong side of the toast.*
> options.

Indeed.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-12-23 00:41:03 Re: Offline enabling/disabling of data checksums
Previous Message Heikki Linnakangas 2018-12-23 00:32:22 Re: Speeding up text_position_next with multibyte encodings