We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Notice that some methods have different definitions on various versions PostGIS,eg
geometry ST_GeneratePoints( g geometry , npoints numeric );
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?
The text was updated successfully, but these errors were encountered:
No idea about best practice on this
Sorry, something went wrong.
Adding comment with min version will be enough... not sure, how to do it better
ok.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: