Thread

Commits

  1. doc: Fix mention of AT LOCAL in release notes

  1. BUG #18649: PG17 release note bug for "AS LOCAL"

    The Post Office <noreply@postgresql.org> — 2024-10-09T01:34:39Z

    The following bug has been logged on the website:
    
    Bug reference:      18649
    Logged by:          TAKATSUKA Haruka
    Email address:      harukat@sraoss.co.jp
    PostgreSQL version: 17.0
    Operating system:   any
    Description:        
    
    The following "AS LOCAL" should be "AT LOCAL".
    
    doc/src/sgml/release-17.sgml:
    <!--
    Author: Michael Paquier <michael@paquier.xyz>
    2023-10-13 [97957fdba] Add support for AT LOCAL
    -->
    
         <listitem>
          <para>
          Allow the session <link linkend="guc-timezone">time zone</link>
          to be specified by <literal>AS LOCAL</literal> (Vik Fearing)
          <ulink url="&commit_baseurl;97957fdba">&sect;</ulink>
          </para>
    
          <para>
          This is useful when converting adding and removing time zones from
          time stamps values, rather than specifying the literal session
          time zone.
          </para>
         </listitem>
    
    
  2. Re: BUG #18649: PG17 release note bug for "AS LOCAL"

    Daniel Gustafsson <daniel@yesql.se> — 2024-10-09T08:11:27Z

    > On 9 Oct 2024, at 03:34, PG Bug reporting form <noreply@postgresql.org> wrote:
    > 
    > The following bug has been logged on the website:
    > 
    > Bug reference:      18649
    > Logged by:          TAKATSUKA Haruka
    > Email address:      harukat@sraoss.co.jp
    > PostgreSQL version: 17.0
    > Operating system:   any
    > Description:        
    > 
    > The following "AS LOCAL" should be "AT LOCAL".
    
    Nice catch, fixing.
    
    --
    Daniel Gustafsson