Unverified Commit 8343be67 authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

Add facilities to list extension versions. (#378)

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.
parent 30ba5425
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment