Skip to content

[5.7] Support "geometry" type in Postgres schema grammar #25323

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

Merged
merged 2 commits into from
Aug 26, 2018
Merged

[5.7] Support "geometry" type in Postgres schema grammar #25323

merged 2 commits into from
Aug 26, 2018

Conversation

elynnaie
Copy link

Benefit to end users: Ability to create geography(geometry, 4326) columns in Postgres using PostGis.

Reasons it does not break any existing features: It removes a "not implemented" exception from being thrown and adds functionality only. Does not remove or alter any other functionality.

How it makes building web applications easier: Sometimes we may want to store multiple different types of geometries (e.g. POINT, POLYGON, etc) in the same column. This change allows us to do that.

See #21056 (comment) for in-depth analysis that prompted this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants