Re: Creating tables from files - Mailing list pgsql-general

From Rich Shepard
Subject Re: Creating tables from files
Date
Msg-id Pine.LNX.4.33.0111061857050.7562-100000@salmo.appl-ecosys.com
Whole thread Raw
In response to Re: Creating tables from files  (Jason Earl <jason.earl@simplot.com>)
List pgsql-general
On 6 Nov 2001, Jason Earl wrote:

> Let's say you had a file (create.sql) that had:
>
> CREATE TABLE foo (
>         bar     SERIAL PRIMARY KEY,
>         baz     text
> );
>
> and you wanted to load this into the processdata database.  The
> command would look like this:
>
> psql processdata -f create.sql
>
> See man psql for more information, and fire up psql and do /? and
> check out the /i command it does the same thing.
>
> I hope this is helpful,

  Yup. Thank you very much, Jason.

Rich

Dr. Richard B. Shepard, President

                       Applied Ecosystem Services, Inc. (TM)
            2404 SW 22nd Street | Troutdale, OR 97060-1247 | U.S.A.
 + 1 503-667-4517 (voice) | + 1 503-667-8863 (fax) | rshepard@appl-ecosys.com
                         http://www.appl-ecosys.com


pgsql-general by date:

Previous
From: Jason Earl
Date:
Subject: Re: Creating tables from files
Next
From: Bruce Momjian
Date:
Subject: Sourceforge on Oracle?