Dave,
On Fri, Nov 30, 2001 at 01:30:26PM -0500, dave wrote:
> Hello,
> This may or may not be related to the pgsql
> problem, whenever i try to start it i get an error 1069. Now when i was
> installing pgsql as a service it did ask for the postgres username/password,
> which i supplied, any suggestions appreciated.
$ fgrep 1069 /usr/include/w32api/winerror.h
#define ERROR_SERVICE_LOGON_FAILED 1069L
So, either the username/password combination is not correct or the
account does not have the privileges to start a service. See the
README for details:
/usr/doc/Cygwin/postgresql-7.1.3.README
Jason