plsh
PL/sh procedural language
Module:
Categories:
Overview
PGDG 1st Party Extension: plsh : PL/sh procedural language
Information
- Extension ID: 3080
- Extension Name:
plsh - Package Name:
plsh - Category:
LANG - License: MIT
- Website: https://github.com/petere/plsh
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.20220917
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
plsh_$v* - RPM Ver :
1.20220917 - RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-plsh - DEB Ver :
1.20220917 - DEB Deps: N/A
Availability
| OS | Arch | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8 |
x86_64 |
plsh_17 PGDG 1.20220917 |
plsh_16 PGDG 1.20220917 |
plsh_15 PGDG 1.20220917 |
plsh_14 PGDG 1.20220917 |
plsh_13 PGDG 1.20220917 |
el8 |
aarch64 |
plsh_17 PGDG 1.20220917 |
plsh_16 PGDG 1.20220917 |
plsh_15 PGDG 1.20220917 |
plsh_14 PGDG 1.20220917 |
plsh_13 PGDG 1.20220917 |
el9 |
x86_64 |
plsh_17 PGDG 1.20220917 |
plsh_16 PGDG 1.20220917 |
plsh_15 PGDG 1.20220917 |
plsh_14 PGDG 1.20220917 |
plsh_13 PGDG 1.20220917 |
el9 |
aarch64 |
plsh_17 PGDG 1.20220917 |
plsh_16 PGDG 1.20220917 |
plsh_15 PGDG 1.20220917 |
plsh_14 PGDG 1.20220917 |
plsh_13 PGDG 1.20220917 |
d12 |
x86_64 |
postgresql-17-plsh PGDG 1.20220917 |
postgresql-16-plsh PGDG 1.20220917 |
postgresql-15-plsh PGDG 1.20220917 |
postgresql-14-plsh PGDG 1.20220917 |
postgresql-13-plsh PGDG 1.20220917 |
d12 |
aarch64 |
postgresql-17-plsh PGDG 1.20220917 |
postgresql-16-plsh PGDG 1.20220917 |
postgresql-15-plsh PGDG 1.20220917 |
postgresql-14-plsh PGDG 1.20220917 |
postgresql-13-plsh PGDG 1.20220917 |
u22 |
x86_64 |
postgresql-17-plsh PGDG 1.20220917 |
postgresql-16-plsh PGDG 1.20220917 |
postgresql-15-plsh PGDG 1.20220917 |
postgresql-14-plsh PGDG 1.20220917 |
postgresql-13-plsh PGDG 1.20220917 |
u22 |
aarch64 |
postgresql-17-plsh PGDG 1.20220917 |
postgresql-16-plsh PGDG 1.20220917 |
postgresql-15-plsh PGDG 1.20220917 |
postgresql-14-plsh PGDG 1.20220917 |
postgresql-13-plsh PGDG 1.20220917 |
u24 |
x86_64 |
postgresql-17-plsh PGDG 1.20220917 |
postgresql-16-plsh PGDG 1.20220917 |
postgresql-15-plsh PGDG 1.20220917 |
postgresql-14-plsh PGDG 1.20220917 |
postgresql-13-plsh PGDG 1.20220917 |
u24 |
aarch64 |
postgresql-17-plsh PGDG 1.20220917 |
postgresql-16-plsh PGDG 1.20220917 |
postgresql-15-plsh PGDG 1.20220917 |
postgresql-14-plsh PGDG 1.20220917 |
postgresql-13-plsh PGDG 1.20220917 |
Installation
Install plsh via the pig CLI tool:
pig ext install plsh
Install plsh via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["plsh"]}' # -l <cls>
Install plsh RPM from YUM repo directly:
dnf install plsh_17*;
dnf install plsh_16*;
dnf install plsh_15*;
dnf install plsh_14*;
dnf install plsh_13*;
Install plsh DEB from APT repo directly:
apt install postgresql-17-plsh;
apt install postgresql-16-plsh;
apt install postgresql-15-plsh;
apt install postgresql-14-plsh;
apt install postgresql-13-plsh;
Create plsh extension on PostgreSQL cluster:
CREATE EXTENSION plsh;
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.