Re: [GENERAL] problem starting postmaster as a service - Mailing list pgsql-jdbc

From Melanie Bergeron
Subject Re: [GENERAL] problem starting postmaster as a service
Date
Msg-id 400839EB.2040707@globeecom.com
Whole thread Raw
List pgsql-jdbc
I checked postmaster.log and realize that I don't have the right to
access many directories so I used [chown postgres dir_name] for some
directories and all was ok now.

Thank you very very much for your help!!

Melanie

Chris Travers wrote:

>Melanie:
>
>check /var/log/postgresql.log under cygwin.  It may tell you where the
>problem is.
>
>FWIW, I had to do as follows:  Move directory from /var/pgsql/ to
>/var/postgresql/ (documentation is not in sync with Cygwin setup).
>
>Chmod -R 777 /var/postgresql (eek!)
>chown postgres /var/postgresql
>then log in as postgres and correct the permissions.
>
>Your milage may vary.
>
>Best Wishes,
>Chris Travers
>
>
>
>.
>
>
>


pgsql-jdbc by date:

Previous
From: Melanie Bergeron
Date:
Subject: Re: problem to connect to database
Next
From: Kris Jurka
Date:
Subject: Re: getTables or code problem?