@@ -3,10 +3,10 @@ |
||
3 | 3 | namespace PHPPgAdmin\Help; |
4 | 4 | |
5 | 5 | /** |
6 | - * Help links for PostgreSQL 8.2 documentation |
|
7 | - * |
|
8 | - * $Id: PostgresDoc82.php,v 1.3 2007/11/30 15:27:26 soranzo Exp $ |
|
9 | - */ |
|
6 | + * Help links for PostgreSQL 8.2 documentation |
|
7 | + * |
|
8 | + * $Id: PostgresDoc82.php,v 1.3 2007/11/30 15:27:26 soranzo Exp $ |
|
9 | + */ |
|
10 | 10 | class PostgresDoc82 extends PostgresDoc81 |
11 | 11 | { |
12 | 12 | public function __construct($conf, $major_version) |
@@ -3,10 +3,10 @@ |
||
3 | 3 | namespace PHPPgAdmin\Database; |
4 | 4 | |
5 | 5 | /** |
6 | - * PostgreSQL 8.1 support |
|
7 | - * |
|
8 | - * $Id: Postgres81.php,v 1.21 2008/01/19 13:46:15 ioguix Exp $ |
|
9 | - */ |
|
6 | + * PostgreSQL 8.1 support |
|
7 | + * |
|
8 | + * $Id: Postgres81.php,v 1.21 2008/01/19 13:46:15 ioguix Exp $ |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | class Postgres81 extends Postgres82 |
12 | 12 | { |
@@ -3,10 +3,10 @@ |
||
3 | 3 | namespace PHPPgAdmin\Database; |
4 | 4 | |
5 | 5 | /** |
6 | - * PostgreSQL 8.3 support |
|
7 | - * |
|
8 | - * $Id: Postgres82.php,v 1.10 2007/12/28 16:21:25 ioguix Exp $ |
|
9 | - */ |
|
6 | + * PostgreSQL 8.3 support |
|
7 | + * |
|
8 | + * $Id: Postgres82.php,v 1.10 2007/12/28 16:21:25 ioguix Exp $ |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | class Postgres83 extends Postgres84 |
12 | 12 | { |
@@ -3,10 +3,10 @@ |
||
3 | 3 | namespace PHPPgAdmin\Database; |
4 | 4 | |
5 | 5 | /** |
6 | - * PostgreSQL 8.4 support |
|
7 | - * |
|
8 | - * $Id: Postgres82.php,v 1.10 2007/12/28 16:21:25 ioguix Exp $ |
|
9 | - */ |
|
6 | + * PostgreSQL 8.4 support |
|
7 | + * |
|
8 | + * $Id: Postgres82.php,v 1.10 2007/12/28 16:21:25 ioguix Exp $ |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | class Postgres84 extends Postgres90 |
12 | 12 | { |
@@ -3,10 +3,10 @@ |
||
3 | 3 | namespace PHPPgAdmin\Database; |
4 | 4 | |
5 | 5 | /** |
6 | - * PostgreSQL 8.0 support |
|
7 | - * |
|
8 | - * $Id: Postgres80.php,v 1.28 2007/12/12 04:11:10 xzilla Exp $ |
|
9 | - */ |
|
6 | + * PostgreSQL 8.0 support |
|
7 | + * |
|
8 | + * $Id: Postgres80.php,v 1.28 2007/12/12 04:11:10 xzilla Exp $ |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | class Postgres80 extends Postgres81 |
12 | 12 | { |
@@ -3,10 +3,10 @@ |
||
3 | 3 | namespace PHPPgAdmin\Database; |
4 | 4 | |
5 | 5 | /** |
6 | - * PostgreSQL 8.2 support |
|
7 | - * |
|
8 | - * $Id: Postgres82.php,v 1.10 2007/12/28 16:21:25 ioguix Exp $ |
|
9 | - */ |
|
6 | + * PostgreSQL 8.2 support |
|
7 | + * |
|
8 | + * $Id: Postgres82.php,v 1.10 2007/12/28 16:21:25 ioguix Exp $ |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | class Postgres82 extends Postgres83 |
12 | 12 | { |
@@ -3,11 +3,11 @@ |
||
3 | 3 | namespace PHPPgAdmin\Database; |
4 | 4 | |
5 | 5 | /** |
6 | - * A class that implements the DB interface for Postgres |
|
7 | - * Note: This class uses ADODB and returns RecordSets. |
|
8 | - * |
|
9 | - * $Id: Postgres74.php,v 1.72 2008/02/20 21:06:18 ioguix Exp $ |
|
10 | - */ |
|
6 | + * A class that implements the DB interface for Postgres |
|
7 | + * Note: This class uses ADODB and returns RecordSets. |
|
8 | + * |
|
9 | + * $Id: Postgres74.php,v 1.72 2008/02/20 21:06:18 ioguix Exp $ |
|
10 | + */ |
|
11 | 11 | |
12 | 12 | class Postgres74 extends Postgres80 |
13 | 13 | { |