Index: openacs-4/packages/acs-authentication/tcl/authentication-procs-oracle.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authentication-procs-oracle.xql,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ openacs-4/packages/acs-authentication/tcl/authentication-procs-oracle.xql 1 Sep 2003 08:03:03 -0000 1.1
@@ -0,0 +1,12 @@
+
+
+
+ oracle8.1.6
+
+
+
+ select rowid from users where user_id = :user_id
+
+
+
+
Index: openacs-4/packages/acs-authentication/tcl/authentication-procs-postgresql.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authentication-procs-postgresql.xql,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ openacs-4/packages/acs-authentication/tcl/authentication-procs-postgresql.xql 1 Sep 2003 08:03:03 -0000 1.1
@@ -0,0 +1,12 @@
+
+
+
+ postgresql7.1
+
+
+
+ select oid from users where user_id = :user_id
+
+
+
+