mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Update timezone documentation to reflect current reality: instead of
giving tables of known timezone names, refer the user to the system views. Joachim Wieland
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user