We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5099cd9 commit f4d7074Copy full SHA for f4d7074
README.md
@@ -27,7 +27,7 @@
27
+ `cargo pgrx package`: Create installation packages for your extension
28
+ More in the [`README.md`](cargo-pgrx/README.md)!
29
- **Target Multiple Postgres Versions**
30
- + Support from Postgres 12 to Postgres 16 from the same codebase
+ + Support from Postgres 12 to Postgres 17 from the same codebase
31
+ Use Rust feature gating to use version-specific APIs
32
+ Seamlessly test against all versions
33
- **Automatic Schema Generation**
0 commit comments