[PATCH] Tab completion for CREATE OR REPLACE

Wang, Shenhao <wangsh.fnst@cn.fujitsu.com>

From: "Wang, Shenhao" <wangsh.fnst@cn.fujitsu.com>
To: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2019-08-22T06:05:44Z
Lists: pgsql-hackers

Attachments

Hello, hackers:

I created a patch about tab completion for command CREATE OR REPLACE in psql
includes:
	CREATE [ OR REPLACE ] FUNCTION
	CREATE [ OR REPLACE ] PROCEDURE
	CREATE [ OR REPLACE ] LANGUAGE
	CREATE [ OR REPLACE ] RULE name AS ON event
	CREATE [ OR REPLACE ] VIEW AS SELECT
	CREATE [ OR REPLACE ] AGGREGATE
	CREATE [ OR REPLACE ] TRANSFORM

------------------------------------------------------------------------------------------
Regards
Shenhao Wang


Commits

  1. Add tab completion for CREATE OR REPLACE in psql.