Create table from sql file postgres

# more psql /usr/local/pgsql/bin close existing terminal, then fire up new terminal $ which psql /usr/local/pgsql/bin/psql userName$ psql psql: FATAL: role "userName" does not exist $ su --> Password: [rootPassword] root# psql psql: FATAL: role "root" does not exist // so psql is in the PATH but not running yet because we have not created the ... ................
................