Jamie Deppeler wrote:
> This is a simple question what is the best way to execute a SQL script,
> this script will create schemas and tables for a database i created.
psql -f my_script_file -U username mydbname
or
psql -U username mydbname < my_script_file
--
Richard Huxton
Archonet Ltd