amilenovic commented on issue #466: URL: https://github.com/apache/age/issues/466#issuecomment-1367856647
@jrgemignani I think I solved the problem, even though I don't fully understand the reason. I had to execute ```SET search_path = ag_catalog, "$user", public;```. By default, that one is not executed in AGE docker container, after loading the extension. That was the reason I used ```ag_catalog``` prefix. Now, from python client, I have to make above as a first statement, after connecting to DB. Not ideal, but solves the problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
