mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04: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:
parent
856de3b39c
commit
15c6ede045
1 changed files with 1 additions and 1 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue