diff options
| author | Peter Eisentraut | 2017-04-05 04:38:25 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2017-04-05 04:38:25 +0000 |
| commit | afd79873a0b151bfbe5312acebfe361da09c11fd (patch) | |
| tree | 57955f069c92898a61b579e34f25ad0c93024d71 /src/bin/initdb | |
| parent | 193f5f9e913f3ead6609cc99be82578e0dedd409 (diff) | |
Capitalize names of PLs consistently
Author: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'src/bin/initdb')
| -rw-r--r-- | src/bin/initdb/initdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c index 8dde1e8f9d4..d40ed412fc7 100644 --- a/src/bin/initdb/initdb.c +++ b/src/bin/initdb/initdb.c @@ -1898,7 +1898,7 @@ setup_schema(FILE *cmdfd) } /* - * load PL/pgsql server-side language + * load PL/pgSQL server-side language */ static void load_plpgsql(FILE *cmdfd) |
