When exporting postgresql data with "Export grid rows" the resulting SQL has no table name, like:
INSERT INTO "" ...
INSERT INTO "" ...
Implement TPGQuery.TableName, so exporting grid rows get a table name when needed. E.g. for output format "SQL Inserts". See http://www.heidisql.com/forum.php?t=18946 and issue #3696.
Should be fixed in r5035
Please login to leave a reply, or register at first.