pgsql: Tab-complete CREATE COLLATION.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Tab-complete CREATE COLLATION.
Date: 2021-02-22 11:28:52
Message-ID: E1lE9OW-0000Sv-4Q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tab-complete CREATE COLLATION.

Reviewed-by: Michael Paquier <michael(at)paquier(dot)xyz>
Discussion: https://postgr.es/m/20210117215940.GE8560%40telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5bc09a74719dfeb6c4cebb311b81385c508459a8

Modified Files
--------------
src/bin/psql/tab-complete.c | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2021-02-22 12:07:05 pgsql: Fix docs build for website styles
Previous Message Fujii Masao 2021-02-22 09:26:12 pgsql: Initialize atomic variable waitStart in PGPROC, at postmaster st