Index: openacs-4/packages/acs-tcl/tcl/application-link-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/application-link-procs-postgresql.xql,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/acs-tcl/tcl/application-link-procs-postgresql.xql 26 Jul 2005 16:43:57 -0000 1.1.2.2 @@ -0,0 +1,33 @@ + + +postgresql7.2 + + + + select acs_rel__new ( + null, + 'application_link', + :this_package_id, + :target_package_id, + :this_package_id, + :user_id, + :id_addr + ) + + + + + + select acs_rel__new ( + null, + 'application_link', + :target_package_id, + :this_package_id, + :this_package_id, + :user_id, + :id_addr + ) + + + +