postgresql 8.3rc1 on vista

From: Niederland <niederland(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: postgresql 8.3rc1 on vista
Date: 2008-01-17 21:26:17
Message-ID: 6ff73379-376e-425b-bf5f-36d4947ee48f@d21g2000prf.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On my laptop which I use for development (Windows VISTA), I tried
Postgresql 8.3 RC1. I ran into one problem... It seems that either
the service is not finding the postgresql.conf file or not paying
attention to the search_path within it. This worked in all the
previous 8.2.x, 8.1.x I've used.

I defined a search path which contains some of the schemas...

search_path = 'public,dmsif,rawrr,rawadp,quartz' # schema names

Using pgadmin (also the same result with my application).

Select * from qrtz_fired_triggers
returns:
ERROR: relation "qrtz_fired_triggers" does not exist

and
select * from quartz.qrtz_fired_triggers
works as expected.

Just to verify the installation the service, is pointing to the
correct data directory.

Any suggestions?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ivan Sergio Borgonovo 2008-01-17 21:51:00 Re: advocacy: drupal and PostgreSQL
Previous Message Bill Moran 2008-01-17 21:11:40 Re: advocacy: drupal and PostgreSQL