pgsql Table of contents Overview Dependencies Usage Prompt Loading files Miscellany Overview Scripts for running Postgres commands on a Miki instance. Dependencies psql Usage Prompt To enter the Postgres prompt, run: pgsql To load an SQL file, run: pgsql -f file.sql Miscellany To display usage summary, run: pgsql --help