asdf-postgres icon indicating copy to clipboard operation
asdf-postgres copied to clipboard

asdf plugin for Postgres

Results 14 asdf-postgres issues
Sort by recently updated
recently updated
newest added

This is very similar to a [reported issue with this asdf itself](https://github.com/asdf-vm/asdf/issues/503). It is unclear to me how to tell pip where `pg_config` is outside of it just being on...

**Is your feature request related to a problem? Please describe.** On upgrading asdf, none of the postgres related shims were working, due to the `exec` call pointing to a specific...

enhancement

**Describe the bug** Trying to install [email protected] through asdf and getting the above error. **Steps to reproduce** 1. brew install asdf 2. Added "postgres 9.6.18" to my .tool-versions file 3....

bug

**Describe the bug** I don't exactly know what causes this, but whenever I try to connect to remote Heroku Postgres database with PostgreSQL built using asdf on macos Sonoma, it...

bug

**Describe the bug** Even after installing all the dependencies for Ubuntu listed [here](https://github.com/smashedtoatoms/asdf-postgres#ubuntu), the error `configure: error: ICU library not found` is still logged. Ubuntu: ``` Linux rubynho 6.5.0-15-generic #15~22.04.1-Ubuntu...

bug

I actually already had the icu4c library installed, so that wasn't the issue. The issue was it couldn't find it. Fixes build failure: ``` checking whether to build with ICU...

OpenSSL detection was not working on all platforms because the loop which was supposed to add the paths didn't work on Mac in every case. Readline simply wasn't being detected...

**Describe the bug** Commands such as `psql` and `pg_dump` crash when connecting with TLS using openssl v3.2+. The error is: ``` pg_dump: error: connection to server at "" (), port...

bug

The nightly build of the master branch has been fixed a couple of days ago (#78), yet this status badge at the top of README still indicates it's failing. The...

**Describe the bug** Trying to install the latest (16.0) Postgres on a brand-new WSL machine yields the following error (this is the end of the stack trace): ``` make -C...

bug