diff options
author | Robert Haas <rhaas@postgresql.org> | 2010-12-03 09:00:18 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2010-12-03 09:00:18 -0500 |
commit | 5ef6c913836b136632adf8f4625691e4656e8c05 (patch) | |
tree | 0bfaf6614752c54bab3e8910ac275ad7ecdcb47d /src | |
parent | 970a18687f9b3058e89d5994a8fbf70888e79548 (diff) | |
download | postgresql-5ef6c913836b136632adf8f4625691e4656e8c05.tar.gz postgresql-5ef6c913836b136632adf8f4625691e4656e8c05.zip |
Remove now-outdated mention of quotes being required in recovery.conf.
Noted by Itagaki Takahiro.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/access/transam/recovery.conf.sample | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/backend/access/transam/recovery.conf.sample b/src/backend/access/transam/recovery.conf.sample index 722c7d677d3..d0d57deea01 100644 --- a/src/backend/access/transam/recovery.conf.sample +++ b/src/backend/access/transam/recovery.conf.sample @@ -15,8 +15,6 @@ # # name = 'value' # -# (The quotes around the value are NOT optional, but the "=" is.) -# # Comments are introduced with '#'. # # The complete list of option names and allowed values can be found |