|
|
|
|
|
by froh42
128 days ago
|
|
It seems to try to parse the DDL itself, right? I tried only with a few of the PostgreSQL things we use in our schema and and failed parsing them e.g.
CREATE TABLE books2 (LIKE book INCLUDING ALL); So I assume it is not Progresql DDL it uses but "something close". |
|