diff options
author | Bruce Momjian <bruce@momjian.us> | 2009-04-06 19:03:04 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2009-04-06 19:03:04 +0000 |
commit | 72e2315c34270f91d587a6f46c69c106100a2de9 (patch) | |
tree | 76d93f8e4444a54df482dd506243aa742ef1dab7 | |
parent | 802e414d6250af3127ad5a69baa02c95fcfd4876 (diff) | |
download | postgresql-72e2315c34270f91d587a6f46c69c106100a2de9.tar.gz postgresql-72e2315c34270f91d587a6f46c69c106100a2de9.zip |
Properly align equals signs in new postgresql.conf units comments.
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 6de692c611b..0c46142f973 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -24,11 +24,11 @@ # "postgres -c log_connections=on". Some parameters can be changed at run time # with the "SET" SQL command. # -# Memory units: kB = kilobytes Time units: ms = milliseconds -# MB = megabytes s = seconds -# GB = gigabytes min = minutes -# h = hours -# d = days +# Memory units: kB = kilobytes Time units: ms = milliseconds +# MB = megabytes s = seconds +# GB = gigabytes min = minutes +# h = hours +# d = days #------------------------------------------------------------------------------ |