url_encode
url_encode, url_decode functions
Repository
okbob/url_encode
https://github.com/okbob/url_encode
Source
url_encode-1.2.5.tar.gz
url_encode-1.2.5.tar.gz
Overview
| Package | Version | Category | License | Language |
|---|---|---|---|---|
url_encode | 1.2.5 | UTIL | PostgreSQL | C |
| ID | Extension | Bin | Lib | Load | Create | Trust | Reloc | Schema |
|---|---|---|---|---|---|---|---|---|
| 4190 | url_encode | No | Yes | No | Yes | No | Yes | - |
Version
| Type | Repo | Version | PG Ver | Package | Deps |
|---|---|---|---|---|---|
| EXT | PIGSTY | 1.2.5 | 1817161514 | url_encode | - |
| RPM | PIGSTY | 1.2.5 | 1817161514 | url_encode_$v | - |
| DEB | PIGSTY | 1.2.5 | 1817161514 | postgresql-$v-url-encode | - |
Build
You can build the RPM / DEB packages for url_encode using pig build:
Install
You can install url_encode directly. First, make sure the PGDG and PIGSTY repositories are added and enabled:
Install the extension using pig or apt/yum/dnf:
Install
pig
dnf
apt
Create Extension:
Usage
url_encode: URL encoding and decoding functions for PostgreSQL
Functions
url_encode(text) returns text
Percent-encode a string for use in URLs:
url_decode(text) returns text
Decode a percent-encoded string:
uri_encode(text) returns text
Encode a full URI (preserves scheme, slashes, etc.):
uri_decode(text) returns text
Decode an encoded URI:
Was this page helpful?
Thanks—your feedback helps us improve this page.
What got in the way? (optional)