donb
committed
on 10 Mar 10
1. Changed trigger functions from "opaque" to "trigger" to get rid of the
warnings during initial install (only for acs-kernel, there areā€¦ Show more
1. Changed trigger functions from "opaque" to "trigger" to get rid of the

  warnings during initial install (only for acs-kernel, there are a lot

  elsewhere!)

2. Added "embeds" for postgresql and partially for oracle.

3. Added global parameters for postgresql and partially for oracle.

(oracle will be forthcoming shortly)

Show less

/tcl/admin-init-postgresql.xql (+15)
  1 <?xml version="1.0"?>
  2 <queryset>
  3    <rdbms><type>postgresql</type><version>7.1</version></rdbms>
  4
  5 <fullquery name="path_select">     
  6       <querytext>
  7      
  8         select package_id, site_node__url(node_id) as url from apm_packages p, site_nodes n
  9         where p.package_id = n.object_id
  10    
  11       </querytext>
  12 </fullquery>
  13
  14  
  15 </queryset>