[BUGS] BUG #8472: could not find a \"%s\" to execute. When Directory On %PATH% Has Double Quotes.

2013-09-26 Thread goncons
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

Re: [BUGS] BUG #8455: spanish pgadmin3.mo

2013-09-26 Thread Bruce Momjian
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

Re: [BUGS] select table indicate missing chunk number 0 for toast value 96635 in pg_toast_2619

2013-09-26 Thread David Rennalls
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

Re: [BUGS] select table indicate missing chunk number 0 for toast value 96635 in pg_toast_2619

2013-09-26 Thread David Rennalls
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

Re: [BUGS] select table indicate missing chunk number 0 for toast value 96635 in pg_toast_2619

2013-09-26 Thread Kim Applegate
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

Re: [BUGS] select table indicate missing chunk number 0 for toast value 96635 in pg_toast_2619

2013-09-26 Thread David Rennalls
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

[BUGS] BUG #8471: subquery where not being applied until outer query

2013-09-26 Thread dnrickner
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

[BUGS] pg_upgrade 9.0->9.2 failure: Mismatch of relation OID in database

2013-09-26 Thread Christoph Berg
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