Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re:

0 views
Skip to first unread message

Raymond O'Donnell

unread,
Sep 5, 2012, 4:54:02 AM9/5/12
to
On 05/09/2012 08:18, Archana K N wrote:
> I used the "Export" option in the phpPgAdmin for exporting certain
> database and i got a zip file with .sql file inside it. I dont know
> how to import it back to postgres as i dont see any option for
> importing.

You have to use the unzipped SQL file as input to psql, thus:

psql -f my-file.sql my-database

This is assuming that the db server is running on localhost; if not, use
the -h option to specify the host.

> I am a bit confused with the psql command prompt.

The docs are the best place to start:

http://www.postgresql.org/docs/9.1/static/app-psql.html

HTH,

Ray.


--
Raymond O'Donnell :: Galway :: Ireland
r...@iol.ie


--
Sent via pgsql-php mailing list (pgsq...@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-php

Archana K N

unread,
Sep 5, 2012, 6:31:48 AM9/5/12
to


Thanks

         It Worked!!!!!!!!!!!!!

 


--
-------------------
regards
archana
--------------------
0 new messages