[postgis-tickets] [PostGIS] #4484: Data Extension for postgis use for documentation and possibly tests
PostGIS
trac at osgeo.org
Wed Aug 14 15:08:23 PDT 2019
#4484: Data Extension for postgis use for documentation and possibly tests
---------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: assigned
Priority: medium | Milestone: PostGIS 3.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+---------------------------
I'm going to break this out into separate steps.
We talked about having these on IRC so that our documentation can just
reference them.
This one would be called: postgis_sample_data
and would have sample tables for geometry / geography
These can be an additional steps in the repo and we can dispense with
upgrade paths and would not by default build them. Maybe eventually we
can have a ./configure --with-sample-data or some such thing to make it
easier.
So would be:
To build would be something like
{{{
make postgis_sample_data
}}}
{{{
CREATE EXTENSION postgis_sample_data;
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4484>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list