Postgresql Transaction ID Not Found

后端 未结 8 1332
小蘑菇
小蘑菇 2021-02-12 11:35

Whenever I am executing a query in postgresql, this is the error message I receive

Transaction ID not found in the session.

Does any

8条回答
  •  我在风中等你
    2021-02-12 12:25

    For me helped changing 'localhost' in connection settings to '127.0.0.1', as mentioned here: https://stackoverflow.com/a/59747781/2590805

提交回复
热议问题