mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Tab completion for \lo_import
Josh Kupershmidt
This commit is contained in:
parent
42c80c696e
commit
4403a9d791
@ -3359,7 +3359,8 @@ psql_completion(char *text, int start, int end)
|
||||
strcmp(prev_wd, "\\ir") == 0 || strcmp(prev_wd, "\\include_relative") == 0 ||
|
||||
strcmp(prev_wd, "\\o") == 0 || strcmp(prev_wd, "\\out") == 0 ||
|
||||
strcmp(prev_wd, "\\s") == 0 ||
|
||||
strcmp(prev_wd, "\\w") == 0 || strcmp(prev_wd, "\\write") == 0
|
||||
strcmp(prev_wd, "\\w") == 0 || strcmp(prev_wd, "\\write") == 0 ||
|
||||
strcmp(prev_wd, "\\lo_import") == 0
|
||||
)
|
||||
{
|
||||
completion_charp = "\\";
|
||||
|
Loading…
Reference in New Issue
Block a user