What is the command to create a table from a pre-written description text file?
In mysql it is:
%mysql sample_db < create_xxxx.sql
In postgresql, there are schema and I want to create the DB in a particulat schema!
Thanks.