database - import dump.sql file into postresql -


i new postgresql. have file name dump.sql. want import postgresql database. created database using create database_name. used psql database_name < /downloads/web-task/dump.sql. after running command shows not output. assume did not import dump.sql. how can import file postgresql db?

we have determined in chat trying import dump.sql file within psql prompt, couldn't work... data imported.


Comments

Popular posts from this blog

Issues changing the value of an element in an array in matlab -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

vb.net - Alternative to the T-SQL AS keyword -