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
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
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
"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
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
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
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