I have a database named Extension
A schema named public
A tables named extension and mfo_3
Here's what happen. When I try to export the database from the schema not the public schema in phppgadmin, It works!
But when I tried to to export within the schema or the public schema. Sample, I tried to export the table named mfo_3's data, I get an error
Dumping of complex table and schema names on Windows is not supported. Phppgadmin.
Is there any solution for me to export my specific table's data?
BTW, I'm using the version 9.3.0 of PostgreSQL