diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-09-22 16:20:00 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-09-22 16:20:00 +0000 |
commit | e893e87530cd4b718d7cc07f3b578a5c6bf27b2f (patch) | |
tree | 79760f7c131f874d820770e4c17ca9fd5efb71ff /doc/src/sgml/ref/set.sgml | |
parent | 9adb2c49dd61752827fc091729d39f3aaa0b6e1c (diff) |
Update timezone documentation to reflect current reality: instead of
giving tables of known timezone names, refer the user to the system views.
Joachim Wieland
Diffstat (limited to 'doc/src/sgml/ref/set.sgml')
-rw-r--r-- | doc/src/sgml/ref/set.sgml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/set.sgml b/doc/src/sgml/ref/set.sgml index cc660fb6b31..76e8decf5c5 100644 --- a/doc/src/sgml/ref/set.sgml +++ b/doc/src/sgml/ref/set.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/set.sgml,v 1.89 2006/09/16 00:30:20 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/set.sgml,v 1.90 2006/09/22 16:20:00 tgl Exp $ PostgreSQL documentation --> @@ -207,9 +207,8 @@ SELECT setseed(<replaceable>value</replaceable>); </varlistentry> </variablelist> - See <xref linkend="datatype-datetime"> for more information - about time zones. Also, <xref linkend="datetime-appendix"> - has a list of the recognized names for time zones. + See <xref linkend="datatype-timezones"> for more information + about time zones. </para> </listitem> </varlistentry> |