projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e52dbdd
)
Correct last internal oid value for PostgreSQL 8.0
author
chriskl
<chriskl>
Tue, 15 Mar 2005 02:55:45 +0000
(
02:55
+0000)
committer
chriskl
<chriskl>
Tue, 15 Mar 2005 02:55:45 +0000
(
02:55
+0000)
classes/database/Postgres80.php
patch
|
blob
|
blame
|
history
diff --git
a/classes/database/Postgres80.php
b/classes/database/Postgres80.php
index ea71d33c72e621c3f601ccce8be49a8b4f364aa6..98df38f99140e9183596a6ece1bbe6dd4f2debc8 100644
(file)
--- a/
classes/database/Postgres80.php
+++ b/
classes/database/Postgres80.php
@@
-3,7
+3,7
@@
/**
* PostgreSQL 8.0 support
*
- * $Id: Postgres80.php,v 1.1
0 2005/02/06 00:34:20 mr-russ
Exp $
+ * $Id: Postgres80.php,v 1.1
1 2005/03/15 02:55:45 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 = 1722
6
;
+ var $_lastSystemOID = 1722
8
;
/**
* Constructor