From: Michael Paquier Date: Thu, 29 Jul 2021 05:49:48 +0000 (+0900) Subject: Fix typo in tab-complete.c X-Git-Tag: REL_15_BETA1~1784 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15c6ede04577f856f702bf0a032297de667f382a;p=thirdparty%2Fpostgresql.git Fix typo in tab-complete.c Introduced in b048326. Reported-by: Jeff Davis Discussion: https://postgr.es/m/10785e3e9456a5d761164d3e60d9c4981b80e321.camel@j-davis.com --- diff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c index cc13fc05bba..064892bade6 100644 --- a/src/bin/psql/tab-complete.c +++ b/src/bin/psql/tab-complete.c @@ -2145,7 +2145,7 @@ psql_completion(const char *text, int start, int end) "TABLESPACE", "UNLOGGED", "WITH", "WITHOUT"); /* - * If we have ALTER TABLE SET ACCESS METHOD provide a list of table + * If we have ALTER TABLE SET ACCESS METHOD provide a list of table * AMs. */ else if (Matches("ALTER", "TABLE", MatchAny, "SET", "ACCESS", "METHOD"))