As the title states, I am not getting the line numbers for errors in SQL Developer when I query a Postgres DB. Just a position error. Something like:
ERROR: syntax error at or near "SELECT"
Position: 135
I went into the preference and have the 'Show Line Numbers' enabled:
but they aren't showing. Is this an issue with Postgres in SQL Developer or something else?
Thanks.


