schedoc
Cross documentation between Django and DBT projects
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: pg_schedoc
: Cross documentation between Django and DBT projects
Information
- Extension ID: 4230
- Extension Name:
schedoc
- Package Name:
pg_schedoc
- Category:
UTIL
- License: GPLv3
- Website: https://github.com/ZeroGachis/pg_schedoc
- Language: SQL
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 0.0.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 be installed into other schemas
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires:
ddl_historization
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
pg_schedoc_$v
- RPM Ver :
0.0.2
- RPM Deps:
ddl_historization_$v
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-schedoc
- DEB Ver :
0.0.2
- DEB Deps:
postgresql-$v-ddl-historization
Packages
Installation
Install schedoc
via the pig
CLI tool:
pig ext install pg_schedoc; # Extension Namepig ext install schedoc; # normalized package name
Install pg_schedoc
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pg_schedoc"]}' # -l <cls>
Install pg_schedoc
RPM from YUM repo directly:
dnf install pg_schedoc_17;
dnf install pg_schedoc_16;
dnf install pg_schedoc_15;
dnf install pg_schedoc_14;
dnf install pg_schedoc_13;
Install pg_schedoc
DEB from APT repo directly:
apt install postgresql-17-pg-schedoc;
apt install postgresql-16-pg-schedoc;
apt install postgresql-15-pg-schedoc;
apt install postgresql-14-pg-schedoc;
apt install postgresql-13-pg-schedoc;
Enable schedoc
extension on PostgreSQL cluster:
CREATE EXTENSION schedoc CASCADE;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.