]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: Fix mention of AT LOCAL in release notes
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 9 Oct 2024 08:13:20 +0000 (10:13 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 9 Oct 2024 08:13:20 +0000 (10:13 +0200)
The release notes accidentally spelled AT LOCAL as AS LOCAL.

Reported-by: Takatsuka Haruka <harukat@sraoss.co.jp>
Discussion: https://postgr.es/m/18649-4d146d83086d4e7c@postgresql.org

doc/src/sgml/release-17.sgml

index eb65d1d725d5a5969baea3a6e6b7c3bf8cb33107..8d433c9957da19e36d23c583b90fec0d43d58cad 100644 (file)
@@ -2100,7 +2100,7 @@ Author: Michael Paquier <michael@paquier.xyz>
      <listitem>
       <para>
       Allow the session <link linkend="guc-timezone">time zone</link>
-      to be specified by <literal>AS LOCAL</literal> (Vik Fearing)
+      to be specified by <literal>AT LOCAL</literal> (Vik Fearing)
       <ulink url="&commit_baseurl;97957fdba">&sect;</ulink>
       </para>