core-jgi/db/ddlutils/postgresql
Carlos Ruiz f9fc05acb1 Speed up financial reports
[ 1642765 ] problem with Facc_act_balance slow financial report
Implemented a better approach (suggested by Heng Sin)
- Dropped Fact_Acct_Balance table
- Created Fact_Acct_Balance view for backward compatibility
- Created speed up index on Fact_Acct
- Replaced the accesses to Fact_Acct_Balance by accessing directly Fact_Acct in code
- Don't need to "update balances" anymore
2008-07-15 08:47:46 +00:00
..
functions Fixed the return type RETURNS TIMESTAMP WITH TIME ZONE AS $$ and sqlj function 2007-12-06 01:25:22 +00:00
log
pljava/META-INF
views Speed up financial reports 2008-07-15 08:47:46 +00:00
RUN_build.sh
build-ddl.properties
build-ddl.xml
build-pljava.xml
build.properties
build.xml [ 1707540 ] Dependency problem when modifying AD Columns and Sync. 2007-04-30 15:52:19 +00:00
install_procedures.sql
jdbc.properties.postgresql
operators.sql
readme.txt

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.