Skip to content

Commit

Permalink
Note pg17 support (#1914)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC authored Oct 11, 2024
1 parent 5099cd9 commit f4d7074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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 12 to Postgres 16 from the same codebase
+ Support from Postgres 12 to Postgres 17 from the same codebase
+ Use Rust feature gating to use version-specific APIs
+ Seamlessly test against all versions
- **Automatic Schema Generation**
Expand Down

0 comments on commit f4d7074

Please sign in to comment.