songololo edited a comment on issue #84:
URL: https://github.com/apache/incubator-age/issues/84#issuecomment-857604398


   For others running into this, a solution is to add the "search_path" to your 
connection settings:
   
   ```
   await asyncpg.create_pool(**self.db_config,
                                                server_settings={'search_path': 
'ag_catalog, "$user", public'},
                                                min_size=1,
                                                max_size=3)
   ```


-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to