Skip to content

Commit 4403a9d

Browse files
committed
Tab completion for \lo_import
Josh Kupershmidt
1 parent 42c80c6 commit 4403a9d

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
@@ -3359,7 +3359,8 @@ psql_completion(char *text, int start, int end)
33593359
strcmp(prev_wd, "\\ir") == 0 || strcmp(prev_wd, "\\include_relative") == 0 ||
33603360
strcmp(prev_wd, "\\o") == 0 || strcmp(prev_wd, "\\out") == 0 ||
33613361
strcmp(prev_wd, "\\s") == 0 ||
3362-
strcmp(prev_wd, "\\w") == 0 || strcmp(prev_wd, "\\write") == 0
3362+
strcmp(prev_wd, "\\w") == 0 || strcmp(prev_wd, "\\write") == 0 ||
3363+
strcmp(prev_wd, "\\lo_import") == 0
33633364
)
33643365
{
33653366
completion_charp = "\\";

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy