Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0baf82f

Browse files
committed
Improve tab-completion for DEALLOCATE.
Author: Naoki NakamichiReviewed-by: Fujii MasaoDiscussion:https://postgr.es/m/ec1a45b06edfce13706f2c765778d8c2@oss.nttdata.com
1 parentcc99baa commit0baf82f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/bin/psql/tab-complete.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2911,7 +2911,8 @@ psql_completion(const char *text, int start, int end)
29112911

29122912
/* DEALLOCATE */
29132913
elseif (Matches("DEALLOCATE"))
2914-
COMPLETE_WITH_QUERY(Query_for_list_of_prepared_statements);
2914+
COMPLETE_WITH_QUERY(Query_for_list_of_prepared_statements
2915+
" UNION SELECT 'ALL'");
29152916

29162917
/* DECLARE */
29172918
elseif (Matches("DECLARE",MatchAny))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp