[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [2003] trunk/sql/modules/Report.sql



Revision: 2003
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2003&view=rev
Author:   einhverfr
Date:     2007-12-26 09:00:47 -0800 (Wed, 26 Dec 2007)

Log Message:
-----------
Removing as_array and compound_array since they are part of Pg-database

Modified Paths:
--------------
    trunk/sql/modules/Report.sql

Modified: trunk/sql/modules/Report.sql
===================================================================
--- trunk/sql/modules/Report.sql	2007-12-26 16:55:01 UTC (rev 2002)
+++ trunk/sql/modules/Report.sql	2007-12-26 17:00:47 UTC (rev 2003)
@@ -30,20 +30,6 @@
 );
 
 
-CREATE AGGREGATE as_array (
-	BASETYPE = ANYELEMENT,
-	STYPE = ANYARRAY,
-	SFUNC = ARRAY_APPEND,
-	INITCOND = '{}'
-);
-
-CREATE AGGREGATE compound_array (
-	BASETYPE = ANYARRAY,
-	STYPE = ANYARRAY,
-	SFUNC = ARRAY_CAT,
-	INITCOND = '{}'
-);
-
 CREATE OR REPLACE FUNCTION 
 report_invoice_aging(in_entity_id int, in_entity_class int) 
 RETURNS SETOF report_aging_item


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.