Importing dump - Mailing list pgsql-novice

From Jonathan Villa
Subject Importing dump
Date
Msg-id 58124.206.166.29.228.1122308148.squirrel@mail.innovativesource.net
Whole thread Raw
Responses Re: Importing dump
List pgsql-novice
I'm trying my chances here with PostgreSQL, I've used MySQL mostly...

I did a pg_dumpall and now want to import the file...

Where MySQL I can do mysql -u admin -p < dump.sql how I would I mimick this with
PostreSQL?

The dump comes from 7.1 and I'm trying to import into 7.4

Also, how can I dump a specific database?
Example, with MySQL I can do mysqldump -u admin -p --database gforge > dump.sql



-Jonathan




pgsql-novice by date:

Previous
From: "Obe, Regina DND\\MIS"
Date:
Subject: Re: help with a simple SQL query
Next
From: "Jonathan Villa"
Date:
Subject: Eliminating carriage returns?