diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2000-04-16 03:50:00 +0000 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2000-04-16 03:50:00 +0000 |
commit | 88a30e68f604701d6b7be09c4d33d8b9313fe8c4 (patch) | |
tree | bce75d925fe0e4576dcdfa1d8a5e0583e33dc7fb /src | |
parent | 8064a49f6f8e38aa0ba0fd46c6903ea513014446 (diff) | |
download | postgresql-88a30e68f604701d6b7be09c4d33d8b9313fe8c4.tar.gz postgresql-88a30e68f604701d6b7be09c4d33d8b9313fe8c4.zip |
Change postmaster.opts.default.sample. remove -S option.
With the default option, pg_ctl can show messages from
postmaster upon its failure.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_ctl/postmaster.opts.default.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_ctl/postmaster.opts.default.sample b/src/bin/pg_ctl/postmaster.opts.default.sample index d1aef133fa8..8b137891791 100644 --- a/src/bin/pg_ctl/postmaster.opts.default.sample +++ b/src/bin/pg_ctl/postmaster.opts.default.sample @@ -1 +1 @@ --S + |