pgLatLon

diff README.mkd @ 6:2b7aea022117

Remove version 0.1 files (but keep update script from 0.1 to 0.2); Updated version number in manual installation instructions and include extension update script in manual instructions
author jbe
date Mon Aug 22 22:00:21 2016 +0200 (2016-08-22)
parents 4f07a22f4d45
children 684a78d2f9f0
line diff
     1.1 --- a/README.mkd	Mon Aug 22 21:52:32 2016 +0200
     1.2 +++ b/README.mkd	Mon Aug 22 22:00:21 2016 +0200
     1.3 @@ -36,10 +36,10 @@
     1.4  It is also possible to compile and install the extension without GNU Make as
     1.5  follows:
     1.6  
     1.7 -    cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0001.so latlon-v0001.c
     1.8 -    cp latlon-v0001.so `pg_config --pkglibdir`
     1.9 +    cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0002.so latlon-v0002.c
    1.10 +    cp latlon-v0002.so `pg_config --pkglibdir`
    1.11      cp latlon.control `pg_config --sharedir`/extension/
    1.12 -    cp latlon--0.1.sql `pg_config --sharedir`/extension/
    1.13 +    cp latlon--0.1--0.2.sql latlon--0.2.sql `pg_config --sharedir`/extension/
    1.14  
    1.15  ### Loading the extension
    1.16  

Impressum / About Us