Index: openacs-4/packages/acs-kernel/sql/postgresql/postgresql.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/postgresql/postgresql.sql,v diff -u -r1.19 -r1.20 --- openacs-4/packages/acs-kernel/sql/postgresql/postgresql.sql 9 Dec 2001 21:08:31 -0000 1.19 +++ openacs-4/packages/acs-kernel/sql/postgresql/postgresql.sql 10 Dec 2001 15:55:29 -0000 1.20 @@ -279,7 +279,7 @@ -- offers excellent support for arbitrary strings of bits, and -- does a good job of optimizing manipulations on these strings -- that fall on byte boundaries. They're also fully supported --- by PG's default high-concurrency nbtree index type. +-- by the PG's default high-concurrency nbtree index type. -- Benefits of this new approach over the old, text-based -- approach: @@ -546,7 +546,7 @@ -- This function should probably only be called from its overloaded cousin -- tree_ancestor_keys(varbit), which returns the set of tree_sortkeys for all of the --- given tree_sortkey's ancestors.. +-- ancestors of the given tree_sortkey... begin @@ -583,8 +583,8 @@ create function tree_ancestor_keys(varbit) returns setof varbit as ' --- Return the set of tree_sortkeys for all of the given tree_sortkey's --- ancestors. +-- Return the set of tree_sortkeys for all of the ancestors of the given +-- tree_sortkey ancestors. -- Here is an example on acs_objects: