Skip to content

PSQL

psql -s mydb # single step for debugging
  • Read statements from file
mydb=> \i file.sql
Last updated on