Re: Cannot export database tables

From: "Dimitris Sakellarios" <dimitris(dot)sakellarios(at)telesuite(dot)gr>
To: "'Archana K N'" <archanakknn(at)gmail(dot)com>
Cc: <pgsql-php(at)postgresql(dot)org>
Subject: Re: Cannot export database tables
Date: 2012-06-04 10:15:19
Message-ID: 666163E00B784DABA06FB7BFDAD70BD0@toshiba
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Dear Archana,

If you are using pgAdminIII run it and go to "file -> open -> options"

There define the correct path for the pg_dump.exe executable in the PG bin
path like C:\Program Files\pgAdmin III\1.8 if you are using 1.8 version else
your version.

BR,

Sakellarios Dimitris

Telesuite ltd Telecommunication and Internet Services

Address : T. Sofouli 14, Post Code 16344, Ilioupoli - Athens, Greece

T.: +30 211 760 1300 F.: +30 211 176 9999 M.: +30 6982 550 850 e-mail:
dimitris.sakellarios <mailto:dimitris(dot)sakellarios(at)telesuite(dot)gr>
@telesuite.gr url: http://www.telesuite.gr <http://www.telesuite.gr/>

_____

From: pgsql-php-owner(at)postgresql(dot)org [mailto:pgsql-php-owner(at)postgresql(dot)org]
On Behalf Of Archana K N
Sent: Monday, June 04, 2012 12:53 PM
To: pgsql-php(at)postgresql(dot)org
Subject: [PHP] Cannot export database tables

Hello,

I am getting this error when trying export the tables from database.
"Export error: Failed to execute pg_dump (given path in your
conf/config.inc.php : /usr/bin/pg_dump). Please, fix this path in your
configuration and relog."

I am using windows and changed my path to "C:\Program
Files\PostgreSQL\9.1\bin\pg_dump". Then also it is showing the same error.

--
-------------------
regards
archana
--------------------

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Archana K N 2012-06-05 05:21:19 Problem in importing database
Previous Message Archana K N 2012-06-04 10:14:22 Re: Cannot export database tables