Tab completion for CREATE TABLE ... AS - Mailing list pgsql-hackers

From Gilles Darold
Subject Tab completion for CREATE TABLE ... AS
Date
Msg-id e462b251-99a7-4abc-aedc-214688742c80@darold.net
Whole thread Raw
Responses Re: Tab completion for CREATE TABLE ... AS
Re: Tab completion for CREATE TABLE ... AS
List pgsql-hackers
Hi,


Look like the tab completion for CREATE TABLE ... AS is not proposed.


gilles=# CREATE TABLE test
(             OF            PARTITION OF

  The attached patch fix that and also propose the further completion 
after the AS keyword.


gilles=# CREATE TABLE test
(             AS            OF            PARTITION OF
gilles=# CREATE TABLE test AS
SELECT  WITH

Adding the patch to current commitfest.


Best regards,

-- 
Gilles Darold
http://www.darold.net/

Attachment

pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: Three commit tips
Next
From: Marko Tiikkaja
Date:
Subject: Re: [HACKERS] Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING