Hi Kris, Kris Jurka a écrit : > > The display for tables that have oids higher than INT_MAX is correct in > one dialog, but wrapped around in another. The popup properties is > wrong while the properties displayed in the core view is right. It's > difficult to describe exactly in words, so here's a screenshot. > > http://ejurka.com/pgsql/pgadmin/highoids.png >
Thanks for the report and the screenshot. We use long instead of unsigned long in dlgProperties.cpp. So it should be pretty easy to fix but I need some time to build a test case. Thanks. -- Guillaume. <!-- http://abs.traduc.org/ http://lfs.traduc.org/ http://docs.postgresqlfr.org/ --> ---------------------------(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
