I have a 3rd party software that dumps results to my Postgresql database.
Every so often I get debug information saying ERROR: Relation "lines" does not exist
Obviously this software is querying for lines, which doesnt exist in my database.
Is there anyway to find out what query is being submitted to generate this error?
TIA
Chad