Skip to content

Instantly share code, notes, and snippets.

@mmRoshani
Last active April 20, 2023 16:56
Show Gist options
  • Save mmRoshani/a1bae0200ca504e062993b1aaebff697 to your computer and use it in GitHub Desktop.
Save mmRoshani/a1bae0200ca504e062993b1aaebff697 to your computer and use it in GitHub Desktop.
PostgreSQL useful commands

psql installation

$ yay -S psqlodbc

Restore *.sql

> psql -U postgres -h localhost -d dev -f ./<sql-name>.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment