I installed the latest phpPgAdmin & PostgreSQL 8.0.1 (windows), I also installed cygwin, all work fine but I cannot export my tables to SQL file, "show" and "download" options don't work anymore.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I try to run dump and dumpall locally on the server it works, but when working it is prompting me for a password. Question is, if phpPgAdmin perhaps is failing to deliver that password when prompted from dump or dumpall ?
Best regards,
Arne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've got the sme problem with postgresql 8.1+php 5.1.6 and phppgadmin 4.0.1
to export a database you cen use directly postgresql instalation bundled utility pg_dump.exe.
you can find som docs to it on http://www.postgresql.org/docs/8.1/interactive/app-pgdump.html
so this is how you can export the database. a litle bit bigger prolem is to import the exported file with phppgadmin :(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi all,
I installed the latest phpPgAdmin & PostgreSQL 8.0.1 (windows), I also installed cygwin, all work fine but I cannot export my tables to SQL file, "show" and "download" options don't work anymore.
On my W2Kpro/Apache2/PHP5.0.3 setup the SQL files simply are empty.
Best regards,
Arne
i also get this kind of problem.. and after many researches i didn't foun any solution yet
When I try to run dump and dumpall locally on the server it works, but when working it is prompting me for a password. Question is, if phpPgAdmin perhaps is failing to deliver that password when prompted from dump or dumpall ?
Best regards,
Arne
You must correct the paths to pg_dump and pg_dumpall in the config file.
IMO it should give an error if the export fails - not a blank page.
I changed the permission, i corect the path, and i still have a BLANK page when i'm tring to EXPORT. Any idea ?
I've got the sme problem with postgresql 8.1+php 5.1.6 and phppgadmin 4.0.1
to export a database you cen use directly postgresql instalation bundled utility pg_dump.exe.
you can find som docs to it on http://www.postgresql.org/docs/8.1/interactive/app-pgdump.html
so this is how you can export the database. a litle bit bigger prolem is to import the exported file with phppgadmin :(
check your user's permissions