The following bug has been logged on the website:
Bug reference: 8472
Logged by: Luis Gonzalo Constantini Rickel
Email address: gonc...@gmail.com
PostgreSQL version: 9.2.4
Operating system: Windows
Description:
Hi,
I think that I found the reason why in Windows yo
On Mon, Sep 16, 2013 at 08:40:57AM +, j.rom...@salsa.es wrote:
> The following bug has been logged on the website:
>
> Bug reference: 8455
> Logged by: Jesus Romero
> Email address: j.rom...@salsa.es
> PostgreSQL version: 9.1.9
> Operating system: Ubuntu server 12.04
> Des
On Thu, Sep 26, 2013 at 4:19 PM, David Rennalls wrote:
> On Thu, Sep 26, 2013 at 3:40 PM, Kim Applegate wrote:
>> I have seen this issue on a slave although it was in version 9.2. I ran
>
> oh ok. Looks like the issue was fixed in 8.2.23 according to these
> release notes http://www.postgresql.o
On Thu, Sep 26, 2013 at 3:40 PM, Kim Applegate wrote:
> I have seen this issue on a slave although it was in version 9.2. I ran
oh ok. Looks like the issue was fixed in 8.2.23 according to these
release notes http://www.postgresql.org/docs/8.2/static/release-8-2-23.html
...
o Fix race condition
I have seen this issue on a slave although it was in version 9.2. I ran
this
select 2619::regclass;
regclass
--
pg_statistic
(1 row)
I was able to fix my select issue by running analyze on the database
On Thu, Sep 26, 2013 at 11:47 AM, David Rennalls wrote:
> David Fetter
David Fetter fetter.org> writes:
>
> Upgrade to 9.1.3 and let us know whether that fixes the problem.
I've run into this issue as well on postgres 8.4.14. Aside from upgrading to a
newer release is there any manual fixup that can be done ?
Thanks,
David
--
Sent via pgsql-bugs mailing
The following bug has been logged on the website:
Bug reference: 8471
Logged by: Dan Rickner
Email address: dnrick...@taylor.edu
PostgreSQL version: 9.2.4
Operating system: CentOS
Description:
Our ERP stores student GPA values as a text string. I am trying to select
On upgrading a 9.0 database to 9.2 using pg_upgrade, I got this:
# pg_upgradecluster -m upgrade 9.0 main /psql/data-9.2
[...]
Performing Upgrade
--
[...]
Restoring database schema to new clusterok
Removing support functions from new cluster ok
Co