This is a list of URLs to PostgreSQL EXTENSION repos, listed in alphabetical order of parent repo, with active forks listed under each parent.
⭐️ >= 10 stars
⭐️⭐️ >= 100 stars
⭐️⭐️⭐️ >= 1000 stars
Numbers of stars might not be up-to-date.
| #!/bin/bash | |
| # SET THIS TO BE YOUR DESIRED USERNAME | |
| export MY_USER_NAME_FOR_CERT=`whoami` | |
| # This directory is optional, but will use it to keep the CA root key safe | |
| mkdir keys certs | |
| chmod og-rwx keys certs | |
| # Set up a directory that will serve as the pgconf mount |