[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
- 0001-Tab-completion-of-CREATE-OR-REPLACE-in-psql.patch (application/octet-stream) patch 0001
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
-
Add tab completion for CREATE OR REPLACE in psql.
- fc16778873d0 13.0 landed