Database Reference
In-Depth Information
PGError: prepared statement "a30" already exists
This is another problem related to sharing a connection between multiple processes when
the client side tries to prepare a statement with a name already used by another process,
usually without clearing the original statement.
To solve this problem, you need to consider all current processes and make the necessary
corrections to avoid the sharing connection problem.
Search WWH ::




Custom Search