mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 14:19:26 -04:00
Fix spelling mistake in postgresql.conf.
Greg Sabino Mullane
This commit is contained in:
parent
15dc3f59c7
commit
70da495d84
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
# take effect.
|
||||
#
|
||||
# Any parameter can also be given as a command-line option to the server, e.g.,
|
||||
# "postgres -c log_connections=on". Some paramters can be changed at run time
|
||||
# "postgres -c log_connections=on". Some parameters can be changed at run time
|
||||
# with the "SET" SQL command.
|
||||
#
|
||||
# Memory units: kB = kilobytes MB = megabytes GB = gigabytes
|
||||
|
|
|
|||
Loading…
Reference in a new issue