Index: openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs-postgresql.xql,v diff -u -N --- openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs-postgresql.xql 1 Sep 2020 14:18:41 -0000 1.1.26.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,19 +0,0 @@ - - - - postgresql7.1 - - - - select u.user_id, - aa.authority_id, - u.username - from users u, - auth_authorities aa - where u.authority_id = aa.authority_id - and aa.short_name = 'local' - limit 1 - - - -