Datagrip error when executing SQL query in postgresql: ERROR prepared statement "S_19" already exists

0
1 comment

Hi,

That's mean that you have S_19 prepared statement in your database. Pay attention to Postgres documentation for prepared statements https://www.postgresql.org/docs/9.6/static/sql-deallocate.html and https://www.postgresql.org/docs/9.6/static/sql-prepare.html

This error is thrown by your database. We show such errors as it is.

Thank you.

0

Please sign in to leave a comment.