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
Post a Comment