Skip to content

Commit 15c6ede

Browse files
committed
Fix typo in tab-complete.c
Introduced in b048326. Reported-by: Jeff Davis Discussion: https://postgr.es/m/[email protected]
1 parent 856de3b commit 15c6ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/psql/tab-complete.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2145,7 +2145,7 @@ psql_completion(const char *text, int start, int end)
21452145
"TABLESPACE", "UNLOGGED", "WITH", "WITHOUT");
21462146

21472147
/*
2148-
* If we have ALTER TABLE <smt> SET ACCESS METHOD provide a list of table
2148+
* If we have ALTER TABLE <sth> SET ACCESS METHOD provide a list of table
21492149
* AMs.
21502150
*/
21512151
else if (Matches("ALTER", "TABLE", MatchAny, "SET", "ACCESS", "METHOD"))

0 commit comments

Comments
 (0)