Extension point to provide database configuration support. To add database support to adempiere, you must provide extension for this extension point and the org.compiere.db.AdempiereDatabase extension point. The id attribute of the 2 extension must match ( case sensitive ). PostgreSQL or Oracle Implementation class name for the org.adempiere.install.IDatabaseConfig interface 1.0.0 <pre> <extension id="org.adempiere.db.postgresql.config.ConfigPostgreSQL" name="PostgreSQL Database Configuration" point="org.adempiere.install.IDatabaseConfig"> <database class="org.adempiere.db.postgresql.config.ConfigPostgreSQL" id="PostgreSQL"> </database> </extension> </pre> The class attribute must represent an implementor of org.adempiere.install.IDatabaseConfig org.compiere.db.oracle.provider and org.compiere.db.postgresql.provider bundle This file is part of Adempiere ERP Bazaar http://www.adempiere.org. Copyright (C) Heng Sin Low. Copyright (C) Contributors. This program is free software; you can redistribute it and/or modify it under the terms version 2 of the GNU General Public License as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.