Re: Import .sql file

From: "Vishal Kashyap (at) [SaiHertz]" <vishalonlist(at)gmail(dot)com>
To: Sudhakar Kurumella <kurumella(at)yahoo(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Import .sql file
Date: 2004-12-06 19:09:31
Message-ID: 77b69d210412061109137b7930@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Aly Dharshi 2004-12-07 01:40:52 Re: DB start error message
Previous Message Sudhakar Kurumella 2004-12-06 19:01:54 Import .sql file