Index: openacs-4/packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d8-5.9.1d9.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d8-5.9.1d9.sql,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d8-5.9.1d9.sql 7 Aug 2017 23:47:56 -0000 1.2 +++ openacs-4/packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.9.1d8-5.9.1d9.sql 1 May 2018 10:45:43 -0000 1.3 @@ -45,7 +45,7 @@ -- many application packages. The genererally recommended way is to -- drop and recreate the views, but this is for a kernel upgrade not -- feasible. Since the length change is not a real type change, we can --- simply update the the length information in the pg_attribute table. +-- simply update the length information in the pg_attribute table. WITH RECURSIVE dependent_views AS ( SELECT c.oid::REGCLASS AS view_name