1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix typo in tab-complete.c

Introduced in b048326.

Reported-by: Jeff Davis
Discussion: https://postgr.es/m/10785e3e9456a5d761164d3e60d9c4981b80e321.camel@j-davis.com
This commit is contained in:
Michael Paquier
2021-07-29 14:49:48 +09:00
parent 856de3b39c
commit 15c6ede045

View File

@ -2145,7 +2145,7 @@ psql_completion(const char *text, int start, int end)
"TABLESPACE", "UNLOGGED", "WITH", "WITHOUT");
/*
* If we have ALTER TABLE <smt> SET ACCESS METHOD provide a list of table
* If we have ALTER TABLE <sth> SET ACCESS METHOD provide a list of table
* AMs.
*/
else if (Matches("ALTER", "TABLE", MatchAny, "SET", "ACCESS", "METHOD"))