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.48 -r1.48.2.1 --- openacs-4/packages/acs-kernel/sql/postgresql/postgresql.sql 27 Oct 2014 16:39:36 -0000 1.48 +++ openacs-4/packages/acs-kernel/sql/postgresql/postgresql.sql 28 Apr 2016 12:56:11 -0000 1.48.2.1 @@ -2,8 +2,8 @@ -- used to support anonymous plsql blocks in the db_plsql function call in tcl. create sequence t_anon_func_seq; -create view anon_func_seq as -select nextval('t_anon_func_seq') as nextval; +-- create view anon_func_seq as +-- select nextval('t_anon_func_seq') as nextval;