pgl_ddl_deploy
pgl_ddl_deploy
pgl_ddl_deploy : automated ddl deployment using pglogical
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 9520 | pgl_ddl_deploy | pgl_ddl_deploy | 2.2.1 | ETL | MIT | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--s-d-- | No | Yes | No | Yes | no | no |
| Relationships | |
|---|---|
| Requires | pglogical |
| See Also | pglogical_origin pglogical_ticker ddlx pg_permissions pg_failover_slots pgactive wal2json decoderbufs |
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PGDG | 2.2.1 | 18 17 16 15 14 13 | pgl_ddl_deploy | - |
| RPM | PGDG | 2.2.1 | 18 17 16 15 14 13 | pgl_ddl_deploy_$v* | pglogical_$v |
| DEB | PGDG | 2.2.1 | 18 17 16 15 14 13 | postgresql-$v-pgl-ddl-deploy | postgresql-$v-pglogical |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64 | MISS | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 |
el8.aarch64 | MISS | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 |
el9.x86_64 | MISS | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.0 | PGDG 2.2.0 | PGDG 2.2.0 |
el9.aarch64 | MISS | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 |
el10.x86_64 | MISS | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 |
el10.aarch64 | MISS | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 |
d12.x86_64 | MISS | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 |
d12.aarch64 | MISS | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 |
d13.x86_64 | MISS | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 |
d13.aarch64 | MISS | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 |
u22.x86_64 | MISS | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 |
u22.aarch64 | MISS | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 |
u24.x86_64 | MISS | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 |
u24.aarch64 | MISS | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 | PGDG 2.2.1 |
Source
Install
Make sure PGDG repo available:
pig repo add pgdg -u # add pgdg repo and update cacheInstall this extension with pig:
pig install pgl_ddl_deploy; # install via package name, for the active PG version
pig install pgl_ddl_deploy -v 17; # install for PG 17
pig install pgl_ddl_deploy -v 16; # install for PG 16
pig install pgl_ddl_deploy -v 15; # install for PG 15
pig install pgl_ddl_deploy -v 14; # install for PG 14
pig install pgl_ddl_deploy -v 13; # install for PG 13Create this extension with:
CREATE EXTENSION pgl_ddl_deploy CASCADE; -- requires pglogicalLast updated on