Index: openacs-4/packages/acs-content-repository/tcl/keyword-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/Attic/keyword-procs-postgresql.xql,v diff -u -N --- openacs-4/packages/acs-content-repository/tcl/keyword-procs-postgresql.xql 7 Aug 2017 23:47:47 -0000 1.8 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,45 +0,0 @@ - - - postgresql7.1 - - - - select content_keyword__new ( - :heading, - :description, - :parent_id, - :keyword_id, - current_timestamp, - :user_id, - :creation_ip, - :object_type, - :package_id - ) - - - - - - select content_keyword__delete (:keyword_id) - - - - - - select content_keyword__set_heading(:keyword_id, :heading) - - - - - - select content_keyword__item_assign( - :item_id, - :keyword, - null, - null, - null - ) - - - -