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 ****
     <para>
      <xref linkend="datetime-timezone-set-table"> shows the time zone
      names recognized by <productname>PostgreSQL</productname> as valid
!     settings for the <xref linkend="guc-timezone"> parameter.  Note that
      these names are conceptually as well as practically different from
      the names shown in <xref linkend="datetime-timezone-input-table">:
      most of these names imply a local daylight-savings time rule, whereas
--- 990,998 ----
     <para>
      <xref linkend="datetime-timezone-set-table"> shows the time zone
      names recognized by <productname>PostgreSQL</productname> as valid
!     settings for the <xref linkend="guc-timezone"> parameter, and as
! 	parameters to the <literal>AT TIME ZONE function</> (see 
! 	<xref linkend="functions-datetime-zoneconvert">).  Note that
      these names are conceptually as well as practically different from
      the names shown in <xref linkend="datetime-timezone-input-table">:
      most of these names imply a local daylight-savings time rule, whereas
***************
*** 1004,1010 ****
     </para>
  
      <table id="datetime-timezone-set-table">
!      <title>Time Zone Names for Setting <varname>timezone</></title>
       <tgroup cols="1">
        <thead>
         <row>
--- 1006,1012 ----
     </para>
  
      <table id="datetime-timezone-set-table">
!      <title>Time Zone Names for Setting <varname>timezone</> and <literal>AT TIME ZONE</></title>
       <tgroup cols="1">
        <thead>
         <row>
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., <literal>'PST'</literal>)
      or as an interval (e.g., <literal>INTERVAL '-08:00'</literal>).
      In the text case, the available zone names are those shown in
!     <xref linkend="datetime-timezone-input-table">.  (It would be useful
!     to support the more general names shown in
!     <xref linkend="datetime-timezone-set-table">, but this is not yet
!     implemented.)
     </para>
  
     <para>
--- 5673,5679 ----
      specified either as a text string (e.g., <literal>'PST'</literal>)
      or as an interval (e.g., <literal>INTERVAL '-08:00'</literal>).
      In the text case, the available zone names are those shown in
!     <xref linkend="datetime-timezone-set-table">.
     </para>
  
     <para>
