Re: Problem in importing database - Mailing list pgsql-php

From Raymond O'Donnell
Subject Re: Problem in importing database
Date
Msg-id 4FCDD6A0.7030107@iol.ie
Whole thread Raw
In response to Problem in importing database  (Archana K N <archanakknn@gmail.com>)
Responses Re: Problem in importing database  (Archana K N <archanakknn@gmail.com>)
List pgsql-php
On 05/06/2012 06:21, Archana K N wrote:
> Hello,
>
>            I got a text file when i exported a database in postgres
> using pgadmin it was named 'dump.sql'. And when i tried to import the
> same to postgres using pgadmin i got the following error.
>
> "dump.sql:1: ERROR: syntax error at or near "Dumping"
> LINE 1: Dumping of complex table and schema names on Windows is not ...

Reading the contents of the file will give you the answer... :-) Looks
like you got an error message instead of a dump.

Also, I'd guess from the above that you used PhpPgAdmin, not pgAdmin;
they're two very different animals.

Ray.

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

pgsql-php by date:

Previous
From: Archana K N
Date:
Subject: Problem in importing database
Next
From: Archana K N
Date:
Subject: Re: Problem in importing database