The following bug has been logged online: Bug reference: 2439 Logged by: Jason Kankiewicz Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: Gentoo Linux ~amd64 Description: pgAdmin III v1.4.1 fails to compile with GCC 4.1.0 Details:
"emerge =pgadmin3-1.4.1" produces the following errors with GCC 4.1.0: pgadmin3-1.4.1/src/include/pgSchema.h:88: error: extra qualification 'pgSchemaObject::' on member 'pgSchemaObject' pgadmin3-1.4.1/xtra/pgagent/include/connection.h:44: extra qualification 'DBConn::' on member 'DBConn' Removing the extra qualifications allows the build to succeed. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match