Re: createdb Question - Mailing list pgsql-novice

From Michael Glaesemann
Subject Re: createdb Question
Date
Msg-id C1F859EE-E719-4780-844A-36083CFB7330@myrealbox.com
Whole thread Raw
In response to Re: createdb Question  (<operationsengineer1@yahoo.com>)
List pgsql-novice
On Nov 17, 2005, at 2:25 , <operationsengineer1@yahoo.com> wrote:

> psql -d foo2 -f foo-dump.sql
>
> is different from the manual's:
>
> psql -e foo < foo-dump.sql
>
> can you please briefly explain the nuances at work
> here?  i didn't find any pg-dump reference to your use
> of the -f flag or the manual's use of the -e flag.

That's because they're psql flags:

http://www.postgresql.org/docs/8.1/interactive/app-psql.html

Using the -f flag will include line numbers in its output which I
find helpful.


Michael Glaesemann
grzm myrealbox com




pgsql-novice by date:

Previous
From: "Obe, Regina DND\\MIS"
Date:
Subject: Re: Application using PostgreSQL as a back end (experien
Next
From: George Weaver
Date:
Subject: Problem getting xml2 contrib module working with 8.1