From: Daniel Gustafsson Date: Wed, 9 Oct 2024 08:13:20 +0000 (+0200) Subject: doc: Fix mention of AT LOCAL in release notes X-Git-Tag: REL_17_1~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=647e76c0ff4ad81a457b66ef1581e84b5edf3f84;p=thirdparty%2Fpostgresql.git doc: Fix mention of AT LOCAL in release notes The release notes accidentally spelled AT LOCAL as AS LOCAL. Reported-by: Takatsuka Haruka Discussion: https://postgr.es/m/18649-4d146d83086d4e7c@postgresql.org --- 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 Allow the session time zone - to be specified by AS LOCAL (Vik Fearing) + to be specified by AT LOCAL (Vik Fearing) §