pgLatLon

diff README.html @ 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 7c1c76e7d341
line diff
     1.1 --- a/README.html	Mon Aug 22 21:52:32 2016 +0200
     1.2 +++ b/README.html	Mon Aug 22 22:00:21 2016 +0200
     1.3 @@ -37,10 +37,10 @@
     1.4  <p>It is also possible to compile and install the extension without GNU Make as
     1.5  follows:</p>
     1.6  
     1.7 -<pre><code>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 +<pre><code>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  </code></pre>
    1.15  
    1.16  <h3>Loading the extension</h3>

Impressum / About Us