Re: Question

From: Carlo Florendo <subscribermail(at)gmail(dot)com>
To:
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Question
Date: 2007-04-19 05:55:02
Message-ID: 46270436.2080209@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

María José Peiró Simó wrote:
> We are students of the Universidad Politécnica de Valencia and we have had
> problems with the installation of Postgre 8.2.3
>
> First of all, sorry about our english, but I suposse we can understand.
>
> We installed Postgre 8.2.3 for Windows from www.postgresql.org and it ran well.
> The problem began when we uninstalled that, and installed Postgis. All the
^^^^^^^^^

You are *not* supposed to uninstall PostgreSQL. The PostGIS website says
that, to install PostGIS, you have to:

Un-tar the PostGIS tar-ball in the 'contrib' directory of your PostgreSQL
source tree. You must have the PL/pgSQL prodedural language installed
before installing PostGIS.

tar xvfz postgis-1.1.0.tar.gz
cd postgis-1.1.0
./configure
make
make install
createlang plpgsql yourtestdatabase
psql -d yourtestdatabase -f lwpostgis.sql
psql -d yourtestdatabase -f spatial_ref_sys.sql

You may want to look at the PostGIS site for documentation:
http://postgis.refractions.net/documentation/

Thank you very much.

Best Regards,

Carlo

--
Carlo Florendo
Softare Engineer/Network Co-Administrator
Astra Philippines Inc.
UP-Ayala Technopark, Diliman 1101, Quezon City
Philippines
http://www.astra.ph

--
The Astra Group of Companies
5-3-11 Sekido, Tama City
Tokyo 206-0011, Japan
http://www.astra.co.jp

In response to

  • Question at 2007-04-17 13:41:26 from María José Peiró Simó

Browse pgsql-cygwin by date

  From Date Subject
Next Message telman shahbazov 2007-05-18 10:36:36 Installation problem / cygwin/postgresql/windows
Previous Message Carlo Florendo 2007-04-19 05:40:32 Re: Question