pg_render
Render HTML in SQL
pg_render : Render HTML in SQL
Overview
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
| --s-d-- | No | Yes | No | Yes | no | no |
| Relationships | |
|---|---|
| See Also | pg_readme ddlx schedoc pgpdf pgdd meta pg_get_functiondef pg_dbms_metadata pg_catcheck pg_query_rewrite |
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PIGSTY | 0.1.3 |
18 17 16 15 14 | pg_render |
- |
| RPM | PIGSTY | 0.1.3 |
18 17 16 15 14 | pg_render_$v |
- |
| DEB | PIGSTY | 0.1.3 |
18 17 16 15 14 | postgresql-$v-pg-render |
- |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 |
|---|---|---|---|---|---|
| el8.x86_64 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 |
| el8.aarch64 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 |
| el9.x86_64 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 |
| el9.aarch64 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 |
| el10.x86_64 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 |
| el10.aarch64 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 |
| d12.x86_64 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 |
| d12.aarch64 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 |
| d13.x86_64 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 |
| d13.aarch64 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 |
| u22.x86_64 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 |
| u22.aarch64 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 |
| u24.x86_64 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 |
| u24.aarch64 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 |
| u26.x86_64 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 |
| u26.aarch64 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 | PIGSTY 0.1.3 |
Source
github.com/mkaski/pg_render
pg_render-0.1.3.tar.gz
Install
Make sure PGDG and PIGSTY repo available:
Install this extension with pig:
Create this extension with:
Usage
render(template text, input json|array|value)
Render a template with query results using Liquid syntax:
render_agg(template text, input record|json|value)
Aggregate render function – renders a template for each row: