envvar
Fetch the value of an environment variable
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: envvar
: Fetch the value of an environment variable
Information
- Extension ID: 4270
- Extension Name:
envvar
- Package Name:
envvar
- Category:
UTIL
- License: PostgreSQL
- Website: https://github.com/theory/pg-envvar
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.0.0
- Postgres Support:
17
,16
,15
,14
,13
- Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Unknown
- Trusted: Unknown
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
pg_envvar_$v*
- RPM Ver :
1.0.0
- RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-envvar
- DEB Ver :
1.0.0
- DEB Deps: N/A
Availability
Installation
Install envvar
via the pig
CLI tool:
pig ext install envvar
Install envvar
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["envvar"]}' # -l <cls>
Install envvar
RPM from YUM repo directly:
dnf install pg_envvar_17*;
dnf install pg_envvar_16*;
dnf install pg_envvar_15*;
dnf install pg_envvar_14*;
dnf install pg_envvar_13*;
Install envvar
DEB from APT repo directly:
apt install postgresql-17-pg-envvar;
apt install postgresql-16-pg-envvar;
apt install postgresql-15-pg-envvar;
apt install postgresql-14-pg-envvar;
apt install postgresql-13-pg-envvar;
Create envvar
extension on PostgreSQL cluster:
CREATE EXTENSION envvar;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.