Re: - Mailing list pgsql-php

From Raymond O'Donnell
Subject Re:
Date
Msg-id 5047132A.8040402@iol.ie
Whole thread Raw
In response to  (Archana K N <archanakknn@gmail.com>)
Responses Re:  (Archana K N <archanakknn@gmail.com>)
List pgsql-php
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
rod@iol.ie


pgsql-php by date:

Previous
From: Archana K N
Date:
Subject: Importing data in postgres from .sql file
Next
From: Archana K N
Date:
Subject: Re: