Index: openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql,v diff -u -N -r1.5 -r1.5.2.1 --- openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql 1 May 2018 10:45:43 -0000 1.5 +++ openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql 14 Aug 2019 07:31:43 -0000 1.5.2.1 @@ -23,7 +23,7 @@ -- Return the node_id of a URL. If the url begins with '/' then the -- parent_id must be null. This will raise the no_data_found - -- exception if there is no mathing node in the site_nodes table. + -- exception if there is no matching node in the site_nodes table. -- This will match directories even if no trailing slash is included -- in the url. @@ -420,7 +420,7 @@ -- tell you which segment -- you can get that info -- from rel_constraints table or other views. -- --- Another Note: not all segemnts in rel_segemnts are returned by this view. +-- Another Note: not all segments in rel_segments are returned by this view. -- This view only returns segments S that have at least one rel_constraints row -- where rel_segment = S. Segments that have no constraints defined on them -- can be said to have dependency_level=0, hence the outer join and nvl in the