SVN Commit by andreas: r4435 - trunk/pgadmin3/src/schema

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by andreas: r4435 - trunk/pgadmin3/src/schema
Date: 2005-09-10 18:00:43
Message-ID: 200509101800.j8AI0hhe011269@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: andreas
Date: 2005-09-10 19:00:42 +0100 (Sat, 10 Sep 2005)
New Revision: 4435

Modified:
trunk/pgadmin3/src/schema/pgSchema.cpp
Log:
fix missing rules

Modified: trunk/pgadmin3/src/schema/pgSchema.cpp
===================================================================
--- trunk/pgadmin3/src/schema/pgSchema.cpp 2005-09-10 17:31:11 UTC (rev 4434)
+++ trunk/pgadmin3/src/schema/pgSchema.cpp 2005-09-10 18:00:42 UTC (rev 4435)
@@ -243,6 +243,7 @@
schema = sch;
database = schema->GetDatabase();
server= database->GetServer();
+ iSetOid(sch->GetOid());
}

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2005-09-10 18:09:34 Re: Rules listing error
Previous Message Andreas Pflug 2005-09-10 17:42:27 Re: Appropriate wxLongLong method?