postgresql - Unable to restore SEC filings preloaded database from arelle.org, postgres pg_dump gzip file -


i trying restore sec form preloaded database arelle.org using postgres. below link: http://arelle.org/documentation/xbrl-database/

it's 1 towards bottom of page says "preloaded database". able download file, unable gunzipped @ first. so, copied file , renamed .gz extension instead of .gzip. then, able gunzip it, noot sure if affects file.

after tried following command on postgress restore database in database created:

psql -u username -d mydb -f secfile.pg (no luck)

i tried:

pg_restore -c -d mydb secfile.pg (also no luck)

i not sure if it's because copied , renamed file. but, i'd appreciate if help.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -