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:
@ -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"))
|
||||
|
Reference in New Issue
Block a user