Re: Reg: SQL Query for Postgres 8.4.3

From: Mark Kirkwood <mark(dot)kirkwood(at)catalyst(dot)net(dot)nz>
To: Srinivas Naik <naik(dot)srinu(at)gmail(dot)com>
Cc: Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org, Erik Rijkers <er(at)xs4all(dot)nl>
Subject: Re: Reg: SQL Query for Postgres 8.4.3
Date: 2010-05-05 01:15:26
Message-ID: 4BE0C6AE.90000@catalyst.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 05/05/10 06:24, Srinivas Naik wrote:
>
>
> I am sorry for that, but I made two different installations and I was
> messing up with various inputs.
>
> Actually, the installed versions are below
> *postgresql-8.3*
> *Ubuntu 8.10 with 2.6.27 Kernel*
> *and its an 32Bit O/S*
>
> pgsql$ SELECT substring(B'1111000000000001' from 5 for -2);
> ERROR:invalid memory alloc request size 4244635647
>
>

Please log into postgres do:

SELECT version();

(and Robert suggested) and show us the output - as we need to know the
3rd number e.g 8.3.x in the postgres version to help you any more.

regards

Mark

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Kirkwood 2010-05-05 01:21:23 Re: Reg: SQL Query for Postgres 8.4.3
Previous Message Josh Berkus 2010-05-05 00:48:31 Re: max_standby_delay considered harmful