Fix typo in tab-complete.c
authorMichael Paquier
Thu, 29 Jul 2021 05:49:48 +0000 (14:49 +0900)
committerMichael Paquier
Thu, 29 Jul 2021 05:49:48 +0000 (14:49 +0900)
Introduced in b048326.

Reported-by: Jeff Davis
Discussion: https://postgr.es/m/10785e3e9456a5d761164d3e60d9c4981b80e321[email protected]

src/bin/psql/tab-complete.c

index cc13fc05bba0b2e5f15f1a3d643682e2b861c7fe..064892bade6542a7d90ba087ea8c816d2eea4cc2 100644 (file)
@@ -2145,7 +2145,7 @@ psql_completion(const char *text, int start, int end)
                      "TABLESPACE", "UNLOGGED", "WITH", "WITHOUT");
 
    /*
-    * If we have ALTER TABLE mt> SET ACCESS METHOD provide a list of table
+    * If we have ALTER TABLE th> SET ACCESS METHOD provide a list of table
     * AMs.
     */
    else if (Matches("ALTER", "TABLE", MatchAny, "SET", "ACCESS", "METHOD"))