Re: Tab completion for CREATE SCHEMAAUTHORIZATION

From: ilmari(at)ilmari(dot)org (Dagfinn Ilmari Mannsåker )
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Tab completion for CREATE SCHEMAAUTHORIZATION
Date: 2021-07-15 11:13:46
Message-ID: 87wnprhlsl.fsf@wibble.ilmari.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

ilmari(at)ilmari(dot)org (Dagfinn Ilmari Mannsåker) writes:

> Hi Hackers,
>
> I just noticed there's no tab completion for CREATE SCHEMA
> AUTHORIZATION, nor for anything after CREATE SCHEMA <name>.
>
> Please find attached a patch that adds this.

Added to the 2021-09 commit fest: https://commitfest.postgresql.org/34/3252/

- ilmari

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2021-07-15 11:35:27 Re: Introduce pg_receivewal gzip compression tests
Previous Message Dagfinn Ilmari Mannsåker 2021-07-15 11:12:48 Re: Replace remaining castNode(…, lfirst(…)) and friends calls with l*_node()