theory/Setup PostgreSQL to Build PGXN Extensions
Setup a PostgreSQL database, PGXN client, and build tools
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| postgresql version | Version of PostgreSQL to use | no | latest |
| postgresql db | POSTGRES_DB - name for the default database that is created | no | "" |
| postgresql user | POSTGRES_USER - create the specified user with superuser power | no | "" |
| postgresql password | POSTGRES_PASSWORD - superuser password | no | "" |
| postgresql init scripts | POSTGRES_INIT_SCRIPTS - directory containing DB init scripts | no | "" |
Outputs
no outputs