vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Author: dpage Date: 2007-09-07 14:49:51 +0100 (Fri, 07 Sep 2007) New Revision: 6627 Revision summary: http://svn.pgadmin.org/cgi-bin/viewc...=6627&view=rev Log: Track tablespaces by their OID, not their name. This prevents a nasty potential gotcha where renaming a tablespace and then viewing the property page for an object that hasn't subsequently been refreshed can default the tablespace combobox to the wrong value. This gets nasty if not noticed when the user changes some other property - the object will be moved to the tablespace selected in error!! Per report from Erwin. Modified: trunk/pgadmin3/pgadmin/dlg/dlgDatabase.cpp trunk/pgadmin3/pgadmin/dlg/dlgIndex.cpp trunk/pgadmin3/pgadmin/dlg/dlgIndexConstraint.cpp trunk/pgadmin3/pgadmin/dlg/dlgProperty.cpp trunk/pgadmin3/pgadmin/dlg/dlgTable.cpp trunk/pgadmin3/pgadmin/include/dlg/dlgProperty.h trunk/pgadmin3/pgadmin/include/schema/pgDatabase.h trunk/pgadmin3/pgadmin/include/schema/pgIndex.h trunk/pgadmin3/pgadmin/include/schema/pgTable.h trunk/pgadmin3/pgadmin/schema/pgDatabase.cpp trunk/pgadmin3/pgadmin/schema/pgIndex.cpp trunk/pgadmin3/pgadmin/schema/pgTable.cpp ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| Thread Tools | |
| Display Modes | |
|
|