Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converting part by part does not work #2

Open
Bouncner opened this issue Jan 10, 2014 · 0 comments
Open

Converting part by part does not work #2

Bouncner opened this issue Jan 10, 2014 · 0 comments

Comments

@Bouncner
Copy link

Due to the large size of our data set we are currently splitting the dump file by "COPY FROM ..." to store every table data in a separate file which is later converted with pg2mysql.

I don't know too much about pg dumps, but in many cases there is a single select statement after a table, but it is not always the case.
In case there is no final select statement, the converter does not write to disk as the condition around line 100 in pg2mysql.inc.php is not evaluating to true.

I know our case is a bit "strange", but why is " ); " being checked instead of " . " ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant