diff options
| author | Fujii Masao | 2014-01-27 03:23:20 +0000 |
|---|---|---|
| committer | Fujii Masao | 2014-01-27 03:23:20 +0000 |
| commit | 7c619be623237f3fee3222bc171a6a0afb0ce7a5 (patch) | |
| tree | 33503f7f9efad307b463c7e61480f56b4ea91c32 /src/include | |
| parent | 152d24f5ddbc535bb437b57856fa3c7c5c630472 (diff) | |
Fix typos in comments for ALTER SYSTEM.
Michael Paquier
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/pg_config_manual.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h index 20c5ff0e902..44c42bc96c0 100644 --- a/src/include/pg_config_manual.h +++ b/src/include/pg_config_manual.h @@ -304,6 +304,6 @@ /* * Automatic configuration file name for ALTER SYSTEM. * This file will be used to store values of configuration parameters - * set by ALTER SYSTEM command + * set by ALTER SYSTEM command. */ #define PG_AUTOCONF_FILENAME "postgresql.auto.conf" |
