backport: Correct last internal oid value for PostgreSQL 8.0
authorchriskl <chriskl>
Tue, 15 Mar 2005 02:59:12 +0000 (02:59 +0000)
committerchriskl <chriskl>
Tue, 15 Mar 2005 02:59:12 +0000 (02:59 +0000)
classes/database/Postgres80.php

index 5e106509ddff490d0ef97c54e476df191aec98eb..6709198aeee0835872186aaf3d024c5af2019a2c 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * PostgreSQL 8.0 support
  *
- * $Id: Postgres80.php,v 1.7.2.2 2005/02/01 16:49:02 chriskl Exp $
+ * $Id: Postgres80.php,v 1.7.2.3 2005/03/15 02:59:12 chriskl Exp $
  */
 
 include_once('./classes/database/Postgres74.php');
@@ -24,7 +24,7 @@ class Postgres80 extends Postgres74 {
        );
 
        // Last oid assigned to a system object
-       var $_lastSystemOID = 17226;
+       var $_lastSystemOID = 17228;
 
        /**
         * Constructor