Index: openacs-4/packages/acs-tcl/tcl/security-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-procs-postgresql.xql,v diff -u -r1.10 -r1.11 --- openacs-4/packages/acs-tcl/tcl/security-procs-postgresql.xql 28 Aug 2003 09:41:43 -0000 1.10 +++ openacs-4/packages/acs-tcl/tcl/security-procs-postgresql.xql 17 Sep 2007 09:43:56 -0000 1.11 @@ -47,7 +47,7 @@ insert into secret_tokens(token_id, token, token_timestamp) - values(sec_security_token_id_seq.nextval, :random_token, now()) + values(nextval('t_sec_security_token_id_seq'), :random_token, now())