url_encode
url_encode, url_decode functions
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: url_encode
: url_encode, url_decode functions
Information
- Extension ID: 4090
- Extension Name:
url_encode
- Package Name:
url_encode
- Category:
UTIL
- License: PostgreSQL
- Website: https://github.com/okbob/url_encode
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.2
- Postgres Support:
17
,16
,15
,14
,13
- Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Can not install to arbitrary schema
- Trusted: Unknown
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
url_encode_$v*
- RPM Ver :
1.2
- RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-url-encode
- DEB Ver :
1.2
- DEB Deps: N/A
Packages
Installation
Install url_encode
via the pig
CLI tool:
pig ext install url_encode
Install url_encode
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["url_encode"]}' # -l <cls>
Install url_encode
RPM from YUM repo directly:
dnf install url_encode_17*;
dnf install url_encode_16*;
dnf install url_encode_15*;
dnf install url_encode_14*;
dnf install url_encode_13*;
Install url_encode
DEB from APT repo directly:
apt install postgresql-17-url-encode;
apt install postgresql-16-url-encode;
apt install postgresql-15-url-encode;
apt install postgresql-14-url-encode;
apt install postgresql-13-url-encode;
Enable url_encode
extension on PostgreSQL cluster:
CREATE EXTENSION url_encode;
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.