Index: src/sgml/datetime.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/datetime.sgml,v retrieving revision 2.45 diff -c -r2.45 datetime.sgml *** src/sgml/datetime.sgml 9 Jan 2005 18:58:10 -0000 2.45 --- src/sgml/datetime.sgml 13 Jun 2005 20:00:28 -0000 *************** *** 990,996 **** shows the time zone names recognized by PostgreSQL as valid ! settings for the parameter. Note that these names are conceptually as well as practically different from the names shown in : most of these names imply a local daylight-savings time rule, whereas --- 990,998 ---- shows the time zone names recognized by PostgreSQL as valid ! settings for the parameter, and as ! parameters to the AT TIME ZONE function (see ! ). Note that these names are conceptually as well as practically different from the names shown in : most of these names imply a local daylight-savings time rule, whereas *************** *** 1004,1010 **** ! Time Zone Names for Setting <varname>timezone</> --- 1006,1012 ----
! Time Zone Names for Setting <varname>timezone</> and <literal>AT TIME ZONE</> Index: src/sgml/func.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/func.sgml,v retrieving revision 1.254 diff -c -r1.254 func.sgml *** src/sgml/func.sgml 13 Jun 2005 02:40:04 -0000 1.254 --- src/sgml/func.sgml 13 Jun 2005 20:00:30 -0000 *************** *** 5673,5682 **** specified either as a text string (e.g., 'PST') or as an interval (e.g., INTERVAL '-08:00'). In the text case, the available zone names are those shown in ! . (It would be useful ! to support the more general names shown in ! , but this is not yet ! implemented.) --- 5673,5679 ---- specified either as a text string (e.g., 'PST') or as an interval (e.g., INTERVAL '-08:00'). In the text case, the available zone names are those shown in ! .