8000 Add facilities to list extension versions. by dimitri · Pull Request #378 · dimitri/pgcopydb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add facilities to list extension versions. #378

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 11, 2023

Conversation

dimitri
Copy link
Owner
@dimitri dimitri commented Jul 11, 2023

The new commands allow listing extension versions in different ways and formats (human-friendly table, JSON):

$ pgcopydb list extensions --available-versions
$ pgcopydb list extensions --requirements

The idea is to prepare for a feature where the extension versions to install on the target database can be provided by the user. To prepare for that, the new commands allow listing available extension versions on the target database and preparing the current requirements file from the extensions available on the target and their default version.

The new commands allow listing extension versions in different ways and
formats (human-friendly table, JSON):

  $ pgcopydb list extensions --available-versions
  $ pgcopydb list extensions --requirements

The idea is to prepare for a feature where the extension versions to install
on the target database can be provided by the user. To prepare for that, the
new commands allow listing available extension versions on the target
database and preparing the current requirements file from the extensions
available on the target and their default version.
@dimitri dimitri merged commit 8343be6 into main Jul 11, 2023
@dimitri dimitri deleted the feature/list-extension-versions branch July 11, 2023 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0