@postgresql.org
Sent: Wednesday, April 10, 2013 7:19 AM
Subject: Re: [BUGS] BUG #8056: postgres forgets hstore over time
2013/4/9 :
> The following bug has been logged on the website:
>
> Bug reference: 8056
> Logged by: Eugene
> Email address: knowze...@yahoo.c
On 4/10/2013 11:01 AM, E E wrote:
CREATE OR REPLACE FUNCTION accounts.myhstore_merge(myh hstore, mytext
text[])
RETURNS hstore AS
$BODY$BEGIN
SET search_path TO public;
RETURN myh || hstore(mytext);
END;$BODY$
LANGUAGE plpgsql VOLATILE
COST 100;
public.hstore(...)would have been
: Wednesday, April 10, 2013 7:19 AM
Subject: Re: [BUGS] BUG #8056: postgres forgets hstore over time
2013/4/9 :
> The following bug has been logged on the website:
>
> Bug reference: 8056
> Logged by: Eugene
> Email address: knowze...@yahoo.com
> PostgreSQL vers
2013/4/9 :
> The following bug has been logged on the website:
>
> Bug reference: 8056
> Logged by: Eugene
> Email address: knowze...@yahoo.com
> PostgreSQL version: 9.2.1
Please update your Postgres to 9.2.4.
> I have hstore installed on my server and it works fine. But somet
The following bug has been logged on the website:
Bug reference: 8056
Logged by: Eugene
Email address: knowze...@yahoo.com
PostgreSQL version: 9.2.1
Operating system: centos 6 64bit
Description:
I have hstore installed on my server and it works fine. But sometimes
pos