query history
saved queries
—
definition · pg_dump --schema-only
—
columns · cardinality (pg_stats)
indexes
Table builder
constraints & indexes:
name · type · null · default · pk · unique · identity · check (expr) · remove
generated ddl
--
generated ddl · review before executing
-- pick a table and an operation
Join suggestions
Ranked: foreign keys high · 2-hop FK chains medium · shared column name+type low
— or path —
export · pg_dump
Plain re-imports via psql; custom via pg_restore — Import below auto-detects either.
import · psql / pg_restore
roles
Mutations via Console DCL templates: CREATE ROLE · GRANT · REVOKE.
table grants in …
audit log · every mutating statement run from this console