Created
October 16, 2019 03:28
-
-
Save lequanghuylc/f32e2a8bcc26e43f7ff22d286e6538f4 to your computer and use it in GitHub Desktop.
[psql command]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// import | |
psql -h localhost -U user -W -d database_name -f path/to/file.sql | |
// export |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment