summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2024-10-09 10:13:20 +0200
committerDaniel Gustafsson <dgustafsson@postgresql.org>2024-10-09 10:13:20 +0200
commit647e76c0ff4ad81a457b66ef1581e84b5edf3f84 (patch)
tree981167e5bcb930b21ddd8436157c36e3f29e3230
parentc5b9097255ba70eed9ffe3d804453c80dc1a79f0 (diff)
doc: Fix mention of AT LOCAL in release notes
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
-rw-r--r--doc/src/sgml/release-17.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml
index eb65d1d725d..8d433c9957d 100644
--- a/doc/src/sgml/release-17.sgml
+++ b/doc/src/sgml/release-17.sgml
@@ -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>