url_encode

url_encode, url_decode functions

Overview

PIGSTY 3rd Party Extension: url_encode : url_encode, url_decode functions

Information

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

OS Arch PG17 PG16 PG15 PG14 PG13
el8 x86_64 url_encode_17
PIGSTY 1.2.5
url_encode_16
PIGSTY 1.2.5
url_encode_15
PIGSTY 1.2.5
url_encode_14
PIGSTY 1.2.5
url_encode_13
PIGSTY 1.2.5
el8 aarch64 url_encode_17
PIGSTY 1.2.5
url_encode_16
PIGSTY 1.2.5
url_encode_15
PIGSTY 1.2.5
url_encode_14
PIGSTY 1.2.5
url_encode_13
PIGSTY 1.2.5
el9 x86_64 url_encode_17
PIGSTY 1.2.5
url_encode_16
PIGSTY 1.2.5
url_encode_15
PIGSTY 1.2.5
url_encode_14
PIGSTY 1.2.5
url_encode_13
PIGSTY 1.2.5
el9 aarch64 url_encode_17
PIGSTY 1.2.5
url_encode_16
PIGSTY 1.2.5
url_encode_15
PIGSTY 1.2.5
url_encode_14
PIGSTY 1.2.5
url_encode_13
PIGSTY 1.2.5
d12 x86_64 postgresql-17-url-encode
PIGSTY 1.2.5
postgresql-16-url-encode
PIGSTY 1.2.5
postgresql-15-url-encode
PIGSTY 1.2.5
postgresql-14-url-encode
PIGSTY 1.2.5
postgresql-13-url-encode
PIGSTY 1.2.5
d12 aarch64 postgresql-17-url-encode
PIGSTY 1.2.5
postgresql-16-url-encode
PIGSTY 1.2.5
postgresql-15-url-encode
PIGSTY 1.2.5
postgresql-14-url-encode
PIGSTY 1.2.5
postgresql-13-url-encode
PIGSTY 1.2.5
u22 x86_64 postgresql-17-url-encode
PIGSTY 1.2.5
postgresql-16-url-encode
PIGSTY 1.2.5
postgresql-15-url-encode
PIGSTY 1.2.5
postgresql-14-url-encode
PIGSTY 1.2.5
postgresql-13-url-encode
PIGSTY 1.2.5
u22 aarch64 postgresql-17-url-encode
PIGSTY 1.2.5
postgresql-16-url-encode
PIGSTY 1.2.5
postgresql-15-url-encode
PIGSTY 1.2.5
postgresql-14-url-encode
PIGSTY 1.2.5
postgresql-13-url-encode
PIGSTY 1.2.5
u24 x86_64 postgresql-17-url-encode
PIGSTY 1.2.5
postgresql-16-url-encode
PIGSTY 1.2.5
postgresql-15-url-encode
PIGSTY 1.2.5
postgresql-14-url-encode
PIGSTY 1.2.5
postgresql-13-url-encode
PIGSTY 1.2.5
u24 aarch64 postgresql-17-url-encode
PIGSTY 1.2.5
postgresql-16-url-encode
PIGSTY 1.2.5
postgresql-15-url-encode
PIGSTY 1.2.5
postgresql-14-url-encode
PIGSTY 1.2.5
postgresql-13-url-encode
PIGSTY 1.2.5

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;




Last modified 2025-02-17: add extension part (cfa504b)