Closed paule96 closed 9 months ago
P.S.: The queries alone in a pg console are working fine
Okay readed the source code.... The above described error is a false flag... The OpenConnection code already loads the pg extension and catalog.
I will open a new issue for the real error
hi,
I currently try to play around with pg-age and dotnet. So I found this library. Because playing around with docker is easy, I use the official docker image
apache/age
. This has a preconfigured postgre with the age extension installed.I started to try the extension and couldn't read the data. The issue is, that to use
age
you need to load the extension into the query context and also add theag_catalog
.So I just added this loading to my query like that:
If I do that I get the following error:
That sounds like something is not working with waiting for the completion of a query.