Re: Creating schema for multiple tables/fields/indices.

From: "dlangschied" <dlangschied(at)ameritech(dot)net>
To: "Adam Witney" <awitney(at)sghms(dot)ac(dot)uk>
Cc: "pgsql-admin" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Creating schema for multiple tables/fields/indices.
Date: 2003-04-24 15:49:23
Message-ID: 01b901c30a79$14170780$6401a8c0@lcshost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Thanks! This looks doable.

Sincerely,

David Langschied
Langschied Consulting Services
25644 Mackinac
Roseville, MI 48066

Phone: (586)777-7542
Cell: (248)789-8493
e-mail: dlangschied(at)ameritech(dot)net
----- Original Message -----
From: "Adam Witney" <awitney(at)sghms(dot)ac(dot)uk>
To: "dlangschied" <dlangschied(at)Ameritech(dot)Net>; "pgsql-admin"
<pgsql-admin(at)postgresql(dot)org>
Sent: Thursday, April 24, 2003 11:40 AM
Subject: Re: [ADMIN] Creating schema for multiple tables/fields/indices.

>
> If you have the CREATE statements all written out in one file (eg
> create_stuff.sql)
>
> psql <dbname> <username> < create_stuff.sql
>
> Or you could connect with psql and type
>
> \i create_stuff.sql
>
>
>
>
>
> > I just downloaded postgreSQL. I have finished the install and
everything
> > looks okay. I am now ready to create a db and add
tables/fields/indices. I
> > have approx. 100 tables 2,000 fields and 500 indices. Before I spend an
> > ungodly amount of time doing these individually, can I load an entire
schema
> > via some scripting method?
> >
> > Sincerely,
> >
> > David Langschied
> > Langschied Consulting Services
> > 25644 Mackinac
> > Roseville, MI 48066
> >
> > Phone: (586)777-7542
> > Cell: (248)789-8493
> > e-mail: dlangschied(at)ameritech(dot)net
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 2: you can get off all lists at once with the unregister command
> > (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Jeff Boes 2003-04-24 16:13:54 How to suppress errors from postmaster log?
Previous Message Victor Yegorov 2003-04-24 15:46:04 Re: Creating schema for multiple tables/fields/indices.