Importing PostgreSQL in Windows
In the cmd, go to: C:\Program Files\PostgreSQL\9.0\bin
Then type:
psql -f db_file.sql -U postgres -d dbname
Note: Your database must exist.
–
Thanks Ralph!
Advertisement
Categories: PostgreSQL
In the cmd, go to: C:\Program Files\PostgreSQL\9.0\bin
Then type:
psql -f db_file.sql -U postgres -d dbname
Note: Your database must exist.
–
Thanks Ralph!