pg_render
pg_render
pg_render : Render HTML in SQL
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 4290 | pg_render
|
pg_render
|
0.1.3 |
UTIL
|
MIT
|
Rust
|
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--s-d--
|
No
|
Yes
|
No
|
Yes
|
no
|
no
|
| Relationships | |
|---|---|
| See Also | pg_html5_email_address
pg_readme
gzip
bzip
zstd
http
pg_net
pg_curl
|
manual updated pgrx by Vonng
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PIGSTY
|
0.1.3 |
18
17
16
15
14
13
|
pg_render |
- |
| RPM | PIGSTY
|
0.1.3 |
18
17
16
15
14
13
|
pg_render_$v |
- |
| DEB | PIGSTY
|
0.1.3 |
18
17
16
15
14
13
|
postgresql-$v-pg-render |
- |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
MISS
|
el8.aarch64
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
MISS
|
el9.x86_64
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
MISS
|
el9.aarch64
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
MISS
|
el10.x86_64
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
MISS
|
el10.aarch64
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
MISS
|
d12.x86_64
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
MISS
|
d12.aarch64
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
MISS
|
d13.x86_64
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
MISS
|
d13.aarch64
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
MISS
|
u22.x86_64
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
MISS
|
u22.aarch64
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
MISS
|
u24.x86_64
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
MISS
|
u24.aarch64
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
PIGSTY 0.1.3
|
MISS
|
Source
pig build pkg pg_render; # build rpm / deb with pigInstall
Make sure PGDG and PIGSTY repo available:
pig repo add pgdg pigsty -u # add both repo and update cacheInstall this extension with pig:
pig install pg_render; # install via package name, for the active PG version
pig install pg_render -v 18; # install for PG 18
pig install pg_render -v 17; # install for PG 17
pig install pg_render -v 16; # install for PG 16
pig install pg_render -v 15; # install for PG 15
pig install pg_render -v 14; # install for PG 14Create this extension with:
CREATE EXTENSION pg_render;Last updated on