Index: openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.8.0d1-5.8.0d2.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.8.0d1-5.8.0d2.sql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.8.0d1-5.8.0d2.sql 7 Aug 2017 23:47:47 -0000 1.3 +++ openacs-4/packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.8.0d1-5.8.0d2.sql 25 Mar 2018 22:13:40 -0000 1.4 @@ -1,5 +1,5 @@ ---- geting rid of backslashes used with the purpose of scaping +--- getting rid of backslashes used with the purpose of scaping -- function is_assigned select define_function_args ('content_keyword__is_assigned','item_id,keyword_id,recurse;none'); @@ -335,7 +335,7 @@ $$ LANGUAGE plpgsql; --- geting right definition of function's arguments +-- getting right definition of function's arguments select define_function_args('cr_items_get_tree_sortkey','item_id'); select define_function_args('cr_keywords_get_tree_sortkey','keyword_id'); @@ -477,7 +477,7 @@ select define_function_args('doc__get_package_header','package_name'); --- right return type for fuctions used in triggers and right naming +-- right return type for functions used in triggers and right naming -- vguerra - NOTE: ALTER TRIGGER could be used for renaming the triggers but it -- is available starting from PG 8.2 on, so for backwards compatibility -- we simply drop and recreate the triggers.