[BUGS] Privileges to start system services

2010-12-07 Thread Abdellah Amrani
Hello, Sorry, my English is not good. I am administrator of my computer I download poker tracker 3 and I can not install PostgreSQL 8.3 I have the error message : Service 'PostgreSQL' Database Server 8.3 [pgsql-8.3] failed to start. Verify that you have privileges to start system services. ( Re

[BUGS] BUG #5787: Privileges to start system services

2010-12-07 Thread Amrani
The following bug has been logged online: Bug reference: 5787 Logged by: Amrani Email address: sada...@hotmail.fr PostgreSQL version: 8.3 Operating system: Windows XP Description:Privileges to start system services Details: Hello, Sorry, my English is not good. I a

[BUGS] i need some help on installing all the stuff

2010-12-07 Thread Jordi Giró Clarasó Giró Clarasó
hello people of HM!! first of all i'd like to say that my english is not very good, cause im spanish but i'll try to explain the situation. the situation is ive tried not less than hundred times to install PSQ & Holdem M. and its impossible the thing is i've go to a informatic place and they can

Re: [BUGS] BUG #5787: Privileges to start system services

2010-12-07 Thread Kevin Grittner
"Amrani" wrote: > I download poker tracker 3 and I can not install PostgreSQL 8.3 > I have the error message : > Service 'PostgreSQL' Database Server 8.3 [pgsql-8.3] failed to > start. Verify that you have privileges to start system services. This sounds like it is most likely a problem with t

Re: [BUGS] i need some help on installing all the stuff

2010-12-07 Thread Kevin Grittner
Jordi Giró Clarasó Giró Clarasó wrote: > the situation is ive tried not less than hundred times to install > PSQ & Holdem M. and its impossible This sounds like it is most likely a problem with the poker tracker installation software, so you will probably get a better and faster resolution from

[BUGS] unexpected "ERROR: concurrent delete in progress"

2010-12-07 Thread Jon Nelson
While tracking down some issues that /might/ be kernel related, I ran into an error message: ERROR: concurrent delete in progress With this SQL in a file (t.sql): begin; create temporary table foo as select x as a, ARRAY[x] as b FROM generate_series(1, 1000 ) AS x; create index foo_a_idx on

Re: [BUGS] unexpected "ERROR: concurrent delete in progress"

2010-12-07 Thread Tom Lane
Jon Nelson writes: > While tracking down some issues that /might/ be kernel related, I ran > into an error message: > ERROR: concurrent delete in progress > With this SQL in a file (t.sql): > begin; > create temporary table foo as select x as a, ARRAY[x] as b FROM > generate_series(1, 1000