Re: postgresql-postGIS problem detected in pgadmin

From: Lennin Caro <lennin(dot)caro(at)yahoo(dot)com>
To: pgsql-admin(at)postgresql(dot)org, m zyzy <myzyzy(at)gmail(dot)com>
Subject: Re: postgresql-postGIS problem detected in pgadmin
Date: 2009-01-15 14:21:45
Message-ID: 105527.48915.qm@web59504.mail.ac4.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> From: m zyzy <myzyzy(at)gmail(dot)com>
> Subject: [ADMIN] postgresql-postGIS problem detected in pgadmin
> To: pgsql-admin(at)postgresql(dot)org
> Date: Thursday, January 15, 2009, 8:03 AM
> I am using pgadminIII 1.8.4 (tar.gz -built from source) ,
> postgresql
> 8.3.4(rpm from default packages repo) and postgis
> (postgis-1.3.3-4.fc10.i386.rpm) (installed using fedora10
> rpm -i / -ivh
> command) . These 3 have been installed successfully.
>
> But to my horror , when I trying to create a new database ,
> UTF8, using
> postGIS template in pgadmin , the option is not even there
> in the template's
> dropdown list . Which I am suspecting a faulty postGIS
> installation . Prior
> to installing the postgis rpm version, I tried many times
> to install from
> source but to no avail with error message ' PostgreSQL
> is required' when
> POstgreSQL is already installed months before ....

create the database in pgsql

CREATE DATABASE db2 ENCODING 'utf8';

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Jan-Peter Seifert 2009-01-15 17:34:30 Re: MD5 password issue
Previous Message Andreas Wenk 2009-01-15 14:20:23 MD5 password issue