Index: openacs-4/packages/acs-content-repository/sql/postgresql/content-util.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/content-util.sql,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-content-repository/sql/postgresql/content-util.sql 1 Apr 2001 05:57:53 -0000 1.5 +++ openacs-4/packages/acs-content-repository/sql/postgresql/content-util.sql 22 May 2001 22:46:13 -0000 1.6 @@ -31,7 +31,7 @@ return count(*) > 0 from pg_class c, pg_attribute a - where c.relname = = lower(column_exists__table_name) + where c.relname = lower(column_exists__table_name) and c.oid = a.attrelid and a.attname = lower(column_exists__column_name);