Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
/**
3
 * ADOdb PostgreSQL driver
4
 *
5
 * NOTE: Since ADOdb 3.31, this file is no longer used, and the "postgres"
6
 * driver is remapped to the latest available postgres version. Maintaining
7
 * multiple postgres drivers is no easy job, so hopefully this will ensure
8
 * greater consistency and fewer bugs.
9
 *
10
 * This file is part of ADOdb, a Database Abstraction Layer library for PHP.
11
 *
12
 * @package ADOdb
13
 * @link https://adodb.org Project's web site and documentation
14
 * @link https://github.com/ADOdb/ADOdb Source code and issue tracker
15
 *
16
 * The ADOdb Library is dual-licensed, released under both the BSD 3-Clause
17
 * and the GNU Lesser General Public Licence (LGPL) v2.1 or, at your option,
18
 * any later version. This means you can use it in proprietary products.
19
 * See the LICENSE.md file distributed with this source code for details.
20
 * @license BSD-3-Clause
21
 * @license LGPL-2.1-or-later
22
 *
23
 * @copyright 2000-2013 John Lim
24
 * @copyright 2014 Damien Regad, Mark Newnham and the ADOdb community
25
 */