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.1 -r1.2 --- openacs-4/packages/acs-tcl/tcl/security-procs-postgresql.xql 8 Apr 2001 16:12:26 -0000 1.1 +++ openacs-4/packages/acs-tcl/tcl/security-procs-postgresql.xql 16 Apr 2001 04:46:21 -0000 1.2 @@ -1,13 +1,16 @@ + + + + postgresql + 7.1 + + insert into secret_tokens(token_id, token, timestamp) values (sec_security_token_id_seq.nextval, :random_token, now()) - - postgresql - 7.1 -