[Babase] Creating tables
Karl O. Pinc
kop at meme.com
Fri May 5 13:35:15 EDT 2006
When creating a lot of tables it may be
more efficient to use cut and paste in
a text file and use the
SQL "create table" command.
Then, when you've got all the tables in
a text file you can cut and paste the whole
thing into the SQL window to actually
create them.
In general, scripting commands and keeping them
can be good practice. It allows you to re-run
them if necessary and make small changes.
Note that postgres/phppgadmin will export the
sql that created your tables so you can
use the point and click method and still
keep a record.
Karl <kop at meme.com>
Free Software: "You don't pay back, you pay forward."
-- Robert A. Heinlein
More information about the Babase
mailing list