get_latest_minor
Find the last minor release in a given PostgreSQL major branch to identify the correct version for upgrades.
Instructions
Find the latest minor release in a given major branch.
Args: major: A PostgreSQL major version (e.g. "16", "17", "18").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| major | Yes |