projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5b9097
)
doc: Fix mention of AT LOCAL in release notes
author
Daniel Gustafsson
Wed, 9 Oct 2024 08:13:20 +0000
(10:13 +0200)
committer
Daniel Gustafsson
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
Discussion: https://postgr.es/m/18649-
4d146d83086d4e7c
@postgresql.org
doc/src/sgml/release-17.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-17.sgml
b/doc/src/sgml/release-17.sgml
index eb65d1d725d5a5969baea3a6e6b7c3bf8cb33107..8d433c9957da19e36d23c583b90fec0d43d58cad 100644
(file)
--- 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
A
S
LOCAL
(Vik Fearing)
+ to be specified by
A
T
LOCAL
(Vik Fearing)
§