diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-12-03 22:46:51 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-12-03 22:46:51 -0500 |
commit | 25d1ed04a2c4d176f6428b9eed57344e50f44d77 (patch) | |
tree | 83d3a39ca99fd515e1033c563d51d766ebe0c663 /doc/src/sgml/ref | |
parent | 4d88bc8f2b2c094aa157f217afde1116739f2403 (diff) | |
download | postgresql-25d1ed04a2c4d176f6428b9eed57344e50f44d77.tar.gz postgresql-25d1ed04a2c4d176f6428b9eed57344e50f44d77.zip |
Revert initdb --sync-only patch that had incorrect commit messages.
Diffstat (limited to 'doc/src/sgml/ref')
-rw-r--r-- | doc/src/sgml/ref/initdb.sgml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index a1e46eb4c67..08ee37e7d86 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -245,17 +245,6 @@ PostgreSQL documentation </varlistentry> <varlistentry> - <term><option>-S</option></term> - <term><option>--sync-only</option></term> - <listitem> - <para> - Safely write all database files to disk and exit. This does not - perform any of the normal <application>initdb</> operations. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>-T <replaceable>CFG</></option></term> <term><option>--text-search-config=<replaceable>CFG</></option></term> <listitem> |