core-jgi/db/ddlutils/postgresql
Carlos Ruiz e9338353c8
IDEMPIERE-4426 Fix add_months and adddays functions (#220)
Fix add_months function in postgresql to make it consistent with its oracle version
Fix adddays function to behave consistent as the add_months in both oracle and postgresql
Fix adddays in postgresql to add managing fractional days (same as oracle does), so it can add hours, minutes, seconds
Fix subtractdays performance making it immutable
2020-08-21 13:08:07 +02:00
..
functions IDEMPIERE-4426 Fix add_months and adddays functions (#220) 2020-08-21 13:08:07 +02:00
log
pljava/META-INF
views IDEMPIERE-3358 Dictionary fixes (#101) 2020-06-09 12:44:41 +02:00
RUN_build.sh
build-ddl.properties
build-ddl.xml
build-view.xml
build.properties
build.xml Remove obsolete install_procedures.sql and modify build.xml to install the uuid-ossp module. 2011-01-11 17:32:55 +08:00
jdbc.properties.postgresql
operators.sql
readme.txt
uuid-ossp.sql IDEMPIERE-274 Database seed missing Generate_UUID function 2012-05-28 11:50:41 -05:00

readme.txt

1. Installed ant
2. Update build.properties and jdbc.properties.postgresql to suit your environment
3. 'ant create' to create the adempiere seed database for postgresql.