Skip to content
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

Document How to List Installed Extensions #197

Open
tmountain opened this issue Aug 15, 2024 · 0 comments
Open

Document How to List Installed Extensions #197

tmountain opened this issue Aug 15, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@tmountain
Copy link

Improve documentation

Link

https://github.com/supabase/dbdev

Describe the problem

There's nothing in the docs showing how to list installed packages. I had to dig through the CLI source code to find out how to do this.

Describe the improvement

Update the docs to inform users that they can run this query.

select name, default_version from pgtle.available_extensions()

Update the docs to inform users that the CLI supports this as well (example using local dev).

dbdev list --connection 'postgresql://postgres:postgres@localhost:54322/postgres'

Additional context

Docs for basic package management should always include install, list, update, and removal of packages.

@tmountain tmountain added the documentation Improvements or additions to documentation label Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant