-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pg partionned tables #179
Comments
Would you mind sharing the whole error from the logs? |
INFO[8356] GET /gouv.cad_parcelle.html method=GET url=/gouv.cad_parcelle.html in this example, the main table (cad), the child table (cad_75), and the view on main table (v_cad) are correctly referenced into the geometry_columns view. |
Could you also give me the SQL defns of the tables of interest? |
good morning Paul,
i am running european cadastre data and i need the partionning feature (attach partition syntax). pg15 postgis 3.3
it seems reading the main table does not work (bounds error in docker logs), but reading a view of the main table works.
thank you for your excellent work.
The text was updated successfully, but these errors were encountered: