Re: How to import *.sql file to postgresql database - Mailing list pgsql-general

From Edoardo Panfili
Subject Re: How to import *.sql file to postgresql database
Date
Msg-id 4C435FEA.2050801@aspix.it
Whole thread Raw
In response to How to import *.sql file to postgresql database  (Andre Lopes <lopes80andre@gmail.com>)
Responses Re: How to import *.sql file to postgresql database  (Andre Lopes <lopes80andre@gmail.com>)
List pgsql-general
On 18/07/10 22.06, Andre Lopes wrote:
> Hi,
>
> I have a DUMP file with INSERT's commands. I need to import this data to
> postgresql database with the "psql" command.
>
> How can I do this task?

I think

psql -U user_name database_name <dump_file

EDoardo

pgsql-general by date:

Previous
From: Andre Lopes
Date:
Subject: Re: How to import *.sql file to postgresql database
Next
From: Andre Lopes
Date:
Subject: Re: How to import *.sql file to postgresql database