From e936b65917474b345bfbf20e370ae152fe016a85 Mon Sep 17 00:00:00 2001 From: Test User Date: Mon, 4 May 2026 21:45:19 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20README=20version=20range=20inconsistency?= =?UTF-8?q?=20(17=20=E2=86=92=2018)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Line 34 stated "Postgres 13 to Postgres 17" while line 16 correctly states "Postgres 13 through Postgres 18". Updated to reflect that pgrx 0.18.0 now supports Postgres 18. Co-Authored-By: Claude Opus 4.7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbbb4fa4b..469636848 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ + `cargo pgrx package`: Create installation packages for your extension + More in the [`README.md`](cargo-pgrx/README.md)! - **Target Multiple Postgres Versions** - + Support from Postgres 13 to Postgres 17 from the same codebase + + Support from Postgres 13 to Postgres 18 from the same codebase + Use Rust feature gating to use version-specific APIs + Seamlessly test against all versions - **Automatic Schema Generation**