Search Postgresql Archives

postgresql 8.3rc1 on vista

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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?



---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to majordomo@xxxxxxxxxxxxxx so that your
       message can get through to the mailing list cleanly

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux