diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-07-16 05:51:42 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-07-16 05:51:42 +0000 |
commit | 06dfb46d825f0a7820594d6a74e031d09c25b7ab (patch) | |
tree | 2ffa4dd1e83b328c44dac6bd6644767a6e7f1a54 | |
parent | a1d110b84107857f21a4bf4aca01e4d4907d16dc (diff) |
Correct typo in command line options for backend server.
-rw-r--r-- | doc/src/sgml/ref/set.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index af71daf5321..eb725692fc6 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -201,7 +201,7 @@ default Setting the <envar>PGDATESTYLE</envar> environment variable. </member> <member> - Running postmaster using the <option>-oe</option> parameter to set + Running postmaster using the <option>-o -e</option> option to set dates to the <literal>European</literal> convention. Note that this affects only the some combinations of date styles; for example the ISO style is not affected by this parameter. |