Postgres Catalog#
Add a Postgres catalog to the cluster along with a standalone Postgres service.
Usage#
Module Uses Persistent Storage
This module uses named volumes to persist data. To delete these volumes, run:
minitrino remove --volumes --module ${module}
Provision the module:
minitrino provision -m postgres
Connect to the coordinator container’s Trino CLI:
minitrino exec -i 'trino-cli'
Confirm Postgres is reachable:
SHOW SCHEMAS FROM postgres;