Subject: | not understanding LOCK & UNLOCK TABLES |
If I try to convert my databse from MySQL to PostgreSQL, I get error
in line with:
LOCK TABLES ... WRITE;
UNLOCK TABLES;
After comment it sqlt work good for me...
It seems that it didn't understand LOCK & UNLOCK query.
$ sqlt -f MySQL -t PostgreSQL openlib.sql > openlib-pg.sql