From: | E E <knowzerox(at)yahoo(dot)com> |
---|---|
To: | "Dickson S(dot) Guedes" <listas(at)guedesoft(dot)net> |
Cc: | "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org> |
Subject: | Re: BUG #8056: postgres forgets hstore over time |
Date: | 2013-04-20 19:19:09 |
Message-ID: | 1366485549.86939.YahooMailNeo@web140202.mail.bf1.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Ok, after making my own functions and putting:
SET search_path TO public;
On top, the errors seemed to have stopped. So it seems like this is an issue with the search_path being forgotten.
________________________________
From: Dickson S. Guedes <listas(at)guedesoft(dot)net>
To: knowzerox(at)yahoo(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Sent: Wednesday, April 10, 2013 7:19 AM
Subject: Re: [BUGS] BUG #8056: postgres forgets hstore over time
2013/4/9 <knowzerox(at)yahoo(dot)com>:
> The following bug has been logged on the website:
>
> Bug reference: 8056
> Logged by: Eugene
> Email address: knowzerox(at)yahoo(dot)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 sometimes
> postgres would give me errors such as:
>
> type "hstore" does not exist
Did you check search_path? Compare search_path between sessions that
are getting error and see if hstore type/functions are reached through
it.
[]s
--
Dickson S. Guedes
mail/xmpp: guedes(at)guedesoft(dot)net - skype: guediz
http://github.com/guedes - http://guedesoft.net
http://www.postgresql.org.br
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2013-04-20 21:02:11 | Re: BUG #8095: postgres acquiring lock on a table when not in transaction |
Previous Message | Tom Lane | 2013-04-19 20:42:23 | Re: BUG #8097: pg_dump incomplete data output |