Re: Import .sql file - Mailing list pgsql-novice

From Vishal Kashyap @ [SaiHertz]
Subject Re: Import .sql file
Date
Msg-id 77b69d210412061109137b7930@mail.gmail.com
Whole thread Raw
In response to Import .sql file  (Sudhakar Kurumella <kurumella@yahoo.com>)
List pgsql-novice
Dear Sudhakar ,

>How can i restore or import into
> a postgreSQL server.
>
>

From command line

psql -U <user> <database> -f <file_name.sql>

--
With Best Regards,
Vishal Kashyap.
http://vishalkashyap.tk

pgsql-novice by date:

Previous
From: Sudhakar Kurumella
Date:
Subject: Import .sql file
Next
From: "Colin Gillespie"
Date:
Subject: triggers, transactions and locks