[Collab-qa-commits] r1477 - udd/sql

Andreas Tille tille at alioth.debian.org
Wed Jun 10 19:13:24 UTC 2009


Author: tille
Date: 2009-06-10 19:13:24 +0000 (Wed, 10 Jun 2009)
New Revision: 1477

Added:
   udd/sql/createlang_plpgsql.sql
Log:
The most recent DDTP translation will be obtained using a plpgsql function.  I hope I do not break any policy by installing this additional language


Added: udd/sql/createlang_plpgsql.sql
===================================================================
--- udd/sql/createlang_plpgsql.sql	                        (rev 0)
+++ udd/sql/createlang_plpgsql.sql	2009-06-10 19:13:24 UTC (rev 1477)
@@ -0,0 +1,3 @@
+BEGIN ; 
+CREATE LANGUAGE plpgsql ;
+COMMIT ;




More information about the Collab-qa-commits mailing list