Re: postgresql 8.3rc1 on vista - Mailing list pgsql-general

From Niederland
Subject Re: postgresql 8.3rc1 on vista
Date
Msg-id 2beac681-e436-4f22-91ae-8683286dd941@e4g2000hsg.googlegroups.com
Whole thread Raw
In response to postgresql 8.3rc1 on vista  (Niederland <niederland@gmail.com>)
List pgsql-general
Here's more information:  It appears that the postgresql.conf file is
not being used...

executing a show all; from psql
I see that the parameters are using the default values and not paying
attention to the settings in the postgresql.conf file.

The config_file has a value of c:/program files/PostgreSQL/8.3-rc1/
data/postgresql.conf
and the data_directory is c:/program files/PostgreSQL/8.3-rc1/data

I verified data is being placed under that directory and the database
is working as expected.
I also verified that changes in the hba_file (setting it to a trust
access) works.
hba_file has a value of c:/program files/PostgreSQL/8.3-rc1/data/
pg_hba.conf

Why aren't the changes in the postgresql.conf file reflected in the
show all; (of course after a restart via the service)?

Just a side note the executable path in the service shown below also
looks correct.
"C:\Program Files\PostgreSQL\8.3-rc1\bin\pg_ctl.exe" runservice -w -N
"pgsql-8.3-rc1" -D "C:\Program Files\PostgreSQL\8.3-rc1\data\"

Is the path to the postgresql.conf file handled differently then the
path to the pg_hba.conf file?

Thanks

pgsql-general by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: ATTN: Clodaldo was Performance problem. Could it be related to 8.3-beta4?
Next
From: Jon Hancock
Date:
Subject: postgresql source build instructions for ubuntu 7.04