Using Batch Files to Create DB Structure - Mailing list pgsql-novice

From Don Parris
Subject Using Batch Files to Create DB Structure
Date
Msg-id 669261440507132255681c520a@mail.gmail.com
Whole thread Raw
Responses Re: Using Batch Files to Create DB Structure
Re: Using Batch Files to Create DB Structure
List pgsql-novice
Greetings,

I'm coming over from MySQL.  I'm running SUSE Linux 9.2, running PGSQL 7.4.8.

In MySQL, I could use a simple batch file to run all my table creation
statements:
mysql -u user -p mydb < /file/path/batchfile.sql

Is this possible with PGSQL?  Can I do this, for instance:
psql -W mydb < /file/path/batchfile.sql

and get all my tables created?

Or is this why there are a dozen languages for server programming?  If
redirecting the input from a batchfile is possible, please point me to
the right documentation..  If not, I'll go back to the languages
section of the manual.  Many thanks in advance.

Don
--
DC Parris GNU Evangelist
http://matheteuo.org/
gnumathetes@gmail.com
Free software is like God's love -
you can share it with anyone anywhere anytime!

pgsql-novice by date:

Previous
From: Keith Worthington
Date:
Subject: Re: view data types
Next
From: brew@theMode.com
Date:
Subject: Re: Using Batch Files to Create DB Structure