The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
273 views

Postsql and Postgis

I'm trying to get postsql and postgis to work together, but keep running into the same issue. Using: PostgreSQL 9.2.3 (postgres.app) when I run: CREATE EXTENSION postgis; ERROR: could not access ...
0
votes
1answer
238 views

GeoDjango: syncdb failing to create PointField

I am using Django 1.2 and the latest version of Postgres.app on MacOS 10.7. When I run manage.py syncdb to create a database with a PointField in it, I get the following error: Installing index for ...
0
votes
1answer
105 views

Postgres not available as adapter on Induction

I'm using Postgres.app and the latest build of Induction ( Version 0.1.0 (28) ) and I cannot choose "Postgres" as an adapter. I only have the options for mongodb, redis, and sqlite. If I attempt to ...
1
vote
0answers
388 views

Postgres - could not connect to server after trying rake db:create:all

I'm trying to get Postgres up and running on OS X Lion - homebrew - rvm. http://railscasts.com/episodes/342-migrating-to-postgresql After following the above instructions, I ran into the same ...
0
votes
0answers
163 views

Using postgres.app with rails

I recently re-installed postgres using postgres.app and now my rails app is not able to find the database. I am getting the following error: ...