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

Different method definition on various versions PostGIS #22

Open
sharkAndshark opened this issue Apr 22, 2021 · 3 comments
Open

Different method definition on various versions PostGIS #22

sharkAndshark opened this issue Apr 22, 2021 · 3 comments

Comments

@sharkAndshark
Copy link
Contributor

Notice that some methods have different definitions on various versions PostGIS,eg

PostGIS 2.5

geometry ST_GeneratePoints( g geometry , npoints numeric );

PostGIS 3.0

geometry ST_GeneratePoints( g geometry , npoints integer );
geometry ST_GeneratePoints( g geometry , npoints integer , seed integer );

Maybe comment tag or attribution about supported version should be added?

@sharkAndshark
Copy link
Contributor Author

No idea about best practice on this

@apdevelop
Copy link
Owner

Adding comment with min version will be enough... not sure, how to do it better

@sharkAndshark
Copy link
Contributor Author

ok.

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

No branches or pull requests

2 participants