Re: [GENERAL] Fatal error while installing

2006-08-31 Thread Ardian Xharra
bject: Re: [GENERAL] Fatal error while installing How do i remove this user?I am running on Win XP here. Joshua D. Drake wrote: Gibson wrote: I seem to get this error "user postgres could not be created, user account already exists" when trying to install postgres. Anyone knows how

Re: [GENERAL] Fatal error while installing

2006-08-31 Thread Gibson
How do i remove this user?I am running on Win XP here. Joshua D. Drake wrote: Gibson wrote: I seem to get this error "user postgres could not be created, user account already exists" when trying to install postgres. Anyone knows how to fix this? Sounds to me like the user postgres on the OS

Re: [GENERAL] Fatal error while installing

2006-08-31 Thread Joshua D. Drake
Gibson wrote: I seem to get this error "user postgres could not be created, user account already exists" when trying to install postgres. Anyone knows how to fix this? Sounds to me like the user postgres on the OS already exists. Joshua D. Drake Erik Jones wrote: Erik Jones wrote: Ok, c

[GENERAL] Fatal error while installing

2006-08-31 Thread Gibson
I seem to get this error "user postgres could not be created, user account already exists" when trying to install postgres. Anyone knows how to fix this? Erik Jones wrote: Erik Jones wrote: Ok, consider the following table definition: CREATE TABLE stats ( id SERIAL PRIMARY KEY, hits bigint d