hasura / pg-client-hs

A low level Haskell library to connect to postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

better error message when LISTEN fails in consuming

tirumaraiselvan opened this issue · comments

We saw this error (on Cloud v1.3.3):

consuming input failed from postgres connection

coming from:

unless success throwConsumeFailed

The documentation for consumeInput says use errorMessage to get the right error msg instead of printing a static text.