Create tables in one query

From: "Tomasz Gralewski" <tg(at)bhv(dot)pl>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Create tables in one query
Date: 2000-11-23 14:02:51
Message-ID: 00Nov23.150256met.40330@deuter.bhv.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello,
Tomasz Gralewski

I'd like to create a few tables in one SQL query, is that possible.
What tools I have to use, Perl, Tcl, or maybe is there block command
separator that I can write:
CREATE TABLE abd
(
a type,
b type,
c type
) and I whant to add the next table here, how can I separate, by this (";"
that;s the end of table abd).

Thank You in advance.
Tomasz

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message sathya priya 2000-11-23 14:31:00 PQendcopy: resetting connection error
Previous Message Ramesh H R 2000-11-23 02:50:57 How to know table structure from a java program