From afd79873a0b151bfbe5312acebfe361da09c11fd Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 5 Apr 2017 00:38:25 -0400 Subject: Capitalize names of PLs consistently Author: Daniel Gustafsson --- src/include/parser/scanner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/parser') diff --git a/src/include/parser/scanner.h b/src/include/parser/scanner.h index 7ca924cff39..74f1cc897f5 100644 --- a/src/include/parser/scanner.h +++ b/src/include/parser/scanner.h @@ -3,7 +3,7 @@ * scanner.h * API for the core scanner (flex machine) * - * The core scanner is also used by PL/pgsql, so we provide a public API + * The core scanner is also used by PL/pgSQL, so we provide a public API * for it. However, the rest of the backend is only expected to use the * higher-level API provided by parser.h. * -- cgit v1.2.3