Re: Re: Run scripts - Mailing list pgsql-general

From Guy Fraser
Subject Re: Re: Run scripts
Date
Msg-id 3B8D4135.751CCB6A@incentre.net
Whole thread Raw
List pgsql-general
Lee Harr wrote:
>
> On 24 Aug 2001 05:43:37 -0700, Christoph <christoph..lange@web.de> wrote:
> > Working with oracle I used the command
> > @/home/lange/textfile.sql
> > to run scripts. Does anyone happen to know how this works with postgres?
> >
>
> In psql, you could use:
>
> \i /home/lange/textfile.sql
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl

From the command line, you can do this :

psql -f /home/lange/textfile.sql database

--
There is a fine line between genius and lunacy, fear not, walk the
line with pride. Not all things will end up as you wanted, but you
will certainly discover things the meek and timid will miss out on.

pgsql-general by date:

Previous
From: Guy Fraser
Date:
Subject: Re: PostgreSQL Log Analyzer 1.0 is out
Next
From: Peter Eisentraut
Date:
Subject: Re: RFC: PostgreSQL and MySQL comparison.