Re: [BUGS] BUG #8056: postgres forgets hstore over time

2013-04-22 Thread E E
@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

Re: [BUGS] BUG #8056: postgres forgets hstore over time

2013-04-10 Thread John R Pierce
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

Re: [BUGS] BUG #8056: postgres forgets hstore over time

2013-04-10 Thread E E
: 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

Re: [BUGS] BUG #8056: postgres forgets hstore over time

2013-04-10 Thread Dickson S. Guedes
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

[BUGS] BUG #8056: postgres forgets hstore over time

2013-04-09 Thread knowzerox
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