You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2007/04/14 21:25:35 UTC

svn commit: r528862 - /ofbiz/trunk/framework/entity/config/entityengine.xml

Author: jonesde
Date: Sat Apr 14 12:25:35 2007
New Revision: 528862

URL: http://svn.apache.org/viewvc?view=rev&rev=528862
Log:
Changed postgres config to not alias columns in views

Modified:
    ofbiz/trunk/framework/entity/config/entityengine.xml

Modified: ofbiz/trunk/framework/entity/config/entityengine.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/config/entityengine.xml?view=diff&rev=528862&r1=528861&r2=528862
==============================================================================
--- ofbiz/trunk/framework/entity/config/entityengine.xml (original)
+++ ofbiz/trunk/framework/entity/config/entityengine.xml Sat Apr 14 12:25:35 2007
@@ -291,6 +291,7 @@
             check-on-start="true"
             add-missing-on-start="true"
             use-fk-initially-deferred="false"
+            alias-view-columns="false"
             join-style="ansi"
             use-binary-type-for-blob="true">
             <!-- use this attribute to make the EntityListIterator more effective for pgjdbc 7.5devel and later: