From 1ca583f6c0f9c178dd2721886c723791ced65520 Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Fri, 23 May 2025 16:01:07 -0400
Subject: doc PG 18 relnotes: update to current
Includes runtime injection point item by Michael Paquier.
Reported-by: Michael Paquier
Author: Michael Paquier
Discussion: https://postgr.es/m/aDAS0_eWzeGl4sok@paquier.xyz
---
doc/src/sgml/release-18.sgml | 22 ++++++++++++++++++++--
1 file changed, 20 insertions(+), 2 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/release-18.sgml b/doc/src/sgml/release-18.sgml
index 73523289d97..ea0b23bf1fe 100644
--- a/doc/src/sgml/release-18.sgml
+++ b/doc/src/sgml/release-18.sgml
@@ -6,7 +6,7 @@
Release date:
- 2025-??-??, CURRENT AS OF 2025-05-01
+ 2025-??-??, CURRENT AS OF 2025-05-23
@@ -1212,12 +1212,15 @@ This is useful for operating system configuration.
Add server variable extension_control_path to specify the location of extension control files (Peter Eisentraut, Matheus Alcantara)
§
+§
@@ -2582,12 +2585,15 @@ Add pg_dump options --with-schema, --with-data, and --with-statistics (Jeff Davi
-Add pg_dump option --sequence-data to dump sequence data that would normally be excluded (Nathan Bossart)
+Add pg_dump and pg_dumpall option --sequence-data to dump sequence data that would normally be excluded (Nathan Bossart)
§
+§
@@ -2833,6 +2839,18 @@ Injection points can now be created, but not run, via INJECTION_POINT_LOAD(), an
+
+
+
+
+Support runtime arguments in injection points (Michael Paquier)
+§
+
+
+