eulerto / pgquarrel

pgquarrel compares PostgreSQL database schemas (DDL)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

query failed: ERROR: syntax error at or near "AS"

hyperknot opened this issue · comments

I've enabled -v -v mode but I get the following:

ERROR query failed: ERROR:  syntax error at or near "AS"
LINE 1: ...isagg THEN 'a' WHEN proiswindow THEN 'w' ELSE 'f' AS prokind...

How can I see what is even LINE 1 in full?

Ops. That's a bug. I fixed it at commit a824029