Thread: attribute 'datlastsysoid' not found
Dave, thanks. That seemed to work now I'm getting: An error has occured in pgAdmin II: frmConnect.cmdConnect_Click: Number: -2147467259 Description: Error while executing the query; ERROR: attribute 'datlastsysoid' not found Any suggestions.
> -----Original Message----- > From: Leonardo Junquera [mailto:leo@junquera.com] > Sent: 30 January 2002 16:34 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] attribute 'datlastsysoid' not found > > > Dave, thanks. That seemed to work now I'm getting: > > An error has occured in pgAdmin II: frmConnect.cmdConnect_Click: > > Number: -2147467259 > Description: Error while executing the query; > ERROR: attribute 'datlastsysoid' not found :-) that's in the Troubleshooting Guide. You need to be running PostgreSQL 7.1 or higher I'm afraid. Regards, Dave.
I can get a consistent crash in pgadmin2 v1.2.0 by setting "View System Objects" on and trying to view the data in the pg_index table. Whilst this may well come into the category of "I hurts when I do this" - "Don't do it then", I thought I'd report it... Running under Windows 98. The associated error message is: "PGADMIN2 caused an invalid page fault in module MSADRH15.DLL at 016f:1f541588." -- Thomas Sandford
I think this is related to the same problem I was having before. I'm running the wrong installation of postgres. I haveinstalled 7.1.1 in /usr/local/ and i see that /etc/rc.d/init.d/postgresql is looking in the /var/lib/pgsql to start postgres. I'll have to go through the file and point it to the right directory. ---------- Original Message ---------------------------------- From: Dave Page <dpage@vale-housing.co.uk> Date: Wed, 30 Jan 2002 16:55:06 -0000 > > >> -----Original Message----- >> From: Leonardo Junquera [mailto:leo@junquera.com] >> Sent: 30 January 2002 16:34 >> To: pgadmin-support@postgresql.org >> Subject: [pgadmin-support] attribute 'datlastsysoid' not found >> >> >> Dave, thanks. That seemed to work now I'm getting: >> >> An error has occured in pgAdmin II: frmConnect.cmdConnect_Click: >> >> Number: -2147467259 >> Description: Error while executing the query; >> ERROR: attribute 'datlastsysoid' not found > >:-) that's in the Troubleshooting Guide. You need to be running PostgreSQL >7.1 or higher I'm afraid. > >Regards, Dave. > >---------------------------(end of broadcast)--------------------------- >TIP 5: Have you checked our extensive FAQ? > >http://www.postgresql.org/users-lounge/docs/faq.html >