You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the "cds-cdn" user has only permissions on the "cdn" schema, that showcases the fact that in spite of selecting the cdn schema in the command line the binary tried to connect to the public schema
I tried to update the code generating the connection string itself in several ways but postgresql does not seem to play nice with this.
What works well is an exec statement right after the connection
I will relay a pull request to propose a fix shortly after submission of this issue
The text was updated successfully, but these errors were encountered:
gsalingu
changed the title
CDS database engine does not account for scema
CDS database engine does not account for schema parameter
Oct 30, 2024
While running on new versions of postgresql the automatic schema selection at connection time does not seem to work
the "cds-cdn" user has only permissions on the "cdn" schema, that showcases the fact that in spite of selecting the cdn schema in the command line the binary tried to connect to the public schema
I tried to update the code generating the connection string itself in several ways but postgresql does not seem to play nice with this.
What works well is an exec statement right after the connection
I will relay a pull request to propose a fix shortly after submission of this issue
The text was updated successfully, but these errors were encountered: