dpg portability
dpg portability
Report PostgreSQL-specific constructs in use
Synopsis
Parses the .dpg source files and reports all constructs that are PostgreSQL-specific (not covered by ISO/IEC 9075 standard SQL), along with standard SQL alternatives where available.
This command never blocks compilation or apply.
Use –format json for machine-readable output suitable for CI or tooling.
dpg portability [flags]
Options
--cluster string cluster to analyze (required when multiple clusters exist)
--database string database to analyze (required when multiple databases exist)
--format string output format: text or json (default "text")
-h, --help help for portability
Options inherited from parent commands
-C, --dir string project root directory (default: current working directory)
--env string path to .env file (default: .env in project root, if present)
SEE ALSO
- dpg - Declarative PG — schema compiler and migration tool