I created one new database, then I am using psql to run this sql file(https://github.com/Arelle/Arelle/blob/master/arelle/plugin/xbrlDB/sql/public/xbrlPublicPostgresDB.ddl) here is my command:
/usr/bin/psql postgresql://db_user:db_password@localhost:5432/my_new_db -f /tmp/xbrlPublicPostgresDB.ddl
psql show me the : , which is asking me to input something.
I checked xbrlPublicPostgresDB.ddl, which does not ask any user input. why does psql ask any user input?