diff options
author | Bruce Momjian | 2004-12-18 04:21:43 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-12-18 04:21:43 +0000 |
commit | 5dac7c73c77b3fb55dad975f30fe3382f04de47c (patch) | |
tree | fae171dda16a271cd2dc0718eff0c9d03bfc6be3 | |
parent | 50b1651df7a087bb3d11130d85f276febd26fbc9 (diff) |
Changes the doc's to reflect what the user will find as default.
Robert Treat
-rw-r--r-- | doc/src/sgml/runtime.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 4c130b4947f..9295b14c614 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.296 2004/12/13 18:05:09 petere Exp $ +$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.297 2004/12/18 04:21:43 momjian Exp $ --> <Chapter Id="runtime"> @@ -3148,8 +3148,8 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows <listitem> <para> Sets the time zone for displaying and interpreting time - stamps. The default is to use whatever the system environment - specifies as the time zone. See <xref + stamps. The default is 'unknown', which means to use whatever + the system environment specifies as the time zone. See <xref linkend="datatype-datetime"> for more information. </para> </listitem> |