Skip to content
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

Added schema to table name to create the index #1644

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

lgoltz
Copy link
Contributor

@lgoltz lgoltz commented Feb 15, 2024

The schema name in the CREATE INDEX statement was missing:

SELECT ADDGEOMETRYCOLUMN('xplansyn', 'xplan_bp_schutzpflegeentwicklungsmassnahme','xplan_position','25832','GEOMETRY', 2);
CREATE INDEX spidx_xplan_bp_schutzgebiet_xplan_position ON xplan_bp_schutzgebiet USING GIST (xplan_position ); ;

Expected:

SELECT ADDGEOMETRYCOLUMN('xplansyn', 'xplan_bp_schutzpflegeentwicklungsmassnahme','xplan_position','25832','GEOMETRY', 2);
CREATE INDEX spidx_xplan_bp_schutzgebiet_xplan_position ON xplansyn.xplan_bp_schutzgebiet USING GIST (xplan_position ); ;

@lgoltz lgoltz force-pushed the fix/tableNameWithSchemaInIndex branch from 97db6be to 2640cb4 Compare February 15, 2024 08:31
@lgoltz lgoltz added the tools deegree command line tools (CLI) label Feb 15, 2024
@tfr42 tfr42 added the enhancement enhancement or improvement label Feb 22, 2024
@tfr42 tfr42 added this to the 3.6 milestone Feb 22, 2024
@copierrj copierrj merged commit 6abc0e8 into deegree:main Apr 10, 2024
1 check passed
@tfr42 tfr42 deleted the fix/tableNameWithSchemaInIndex branch April 21, 2024 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement enhancement or improvement tools deegree command line tools (CLI)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants