Changes between Version 64 and Version 65 of UsersWikiPackages


Ignore:
Timestamp:
Feb 11, 2020, 1:41:48 PM (4 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiPackages

    v64 v65  
    3535== Windows ==
    3636  You'll see PostGIS various versions available on !EnterpriseDb Application !StackBuilder after you install
    37  [http://www.enterprisedb.com/products-services-training/pgdownload#windows PostgreSQL 8.4-9.1 Installers]
    38 All these should work for Windows XP, Windows Vista, Windows 7, Windows 2003, 2008, 2008 R2
    39 We commonly test on Windows XP, Windows 7 and Windows 2003/2008/2008 R2
    40 
    41  === PostGIS 2.1 ===
    42   [http://www.postgis.org/download/windows/experimental.php Experimental Builds]
    43       These are built for PostgreSQL 8.3-9.2 manually for both 32/64bit whenever anyone asks us
    44       or we think there is enough of a change to warrant.
    45  ''' PostGIS 2.1 buildbot builds '''
     37 [https://www.postgresql.org/download/windows/ PostgreSQL Installers]
     38All these should work on all supported Windows OS
     39We commonly test on Windows 10, Windows 2012, Windows 2016, and Windows 2019
     40 === PostGIS 3.1 ===
     41  [https://postgis.net/windows_downloads/ Builds]
     42      These are built for PostgreSQL 10-12 manually for 64bit whenever a change in the PostGIS master branch
     43 ''' PostGIS 2.3-3.0 buildbot builds '''
    4644  these are auto-built by buildbot whenever codebase changes.
    4745  Usually takes about an hour or so after a change for the packages to be available
    48   Read the packaged Readme. If you have 9.1+ and don't have patience for reading you can also just copy over the folders into your PostgreSQL install and use in your database.
     46  Read the packaged Readme. If you don't have patience for reading you can also just copy over the folders into your PostgreSQL install and use in your database.
    4947
    5048{{{
    5149CREATE EXTENSION postgis;
     50CREATE EXTENSION postgis_raster; --for PostGIS 3.0+
    5251CREATE EXTENSION postgis_topology;
    5352}}}
    5453
    55      * [http://www.postgis.org/download/windows/pg92/buildbot PostgreSQL 9.2 (32-bit and 64-bit)]
    56      * [http://www.postgis.org/download/windows/pg92/buildbot PostgreSQL 9.1 (64-bit)]
    57      * [http://www.postgis.org/download/windows/pg92/buildbot PostgreSQL 9.0 (64-bit)]
    58      
    59  === PostGIS 2.0 ===
    60  Installers and binaries are uploaded to PostGIS website before they are deployed on stackbuilder
    61  [http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgis_tut01 PostGIS 2.0 Windows install instructions]
    62    [http://www.postgis.org/download/windows/#postgis-installers PostgreSQL 8.4-9.1 (32-bit and 64-bit)]
    63 
    64  === PostGIS 1.5 ===
    65  [http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgis_tut01_15 PostGIS 1.5 Windows install instructions]
    66 
    67  Installers and binaries are uploaded to PostGIS website before they are deployed on stackbuilder
    68    [http://www.postgis.org/download/windows/#postgis-installers PostgreSQL 8.3-9.1 32-bit]
    69 
    70    ''' !OpenGeo Suite '''
    71    Don't use this if all you want is PostGIS and PostgreSQL. Self-contained comes with PostgreSQL 8.4, PostGIS, !GeoServer and Editors
    72    * [http://opengeo.org/technology/suite/download/ OpenGeo Suite Community Edition]   
    73    * [http://opengeo.org/products/suite/register/ OpenGeo Suite Enterprise Edition] 
    7454
    7555== Mac OSX ==