trivial diff: extras/odbc/odbc.m: update reference to paper

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Nov 26 21:06:50 AEDT 1998


extras/odbc/odbc.m:
	Update the reference to the paper on database transactions
	to include the published version, and to include the URL of
	the cover page of the tech report.

cvs diff extras/odbc/odbc.m
Index: extras/odbc/odbc.m
===================================================================
RCS file: /home/mercury1/repository/mercury/extras/odbc/odbc.m,v
retrieving revision 1.5
diff -u -r1.5 odbc.m
--- odbc.m	1997/11/26 01:05:45	1.5
+++ odbc.m	1998/11/26 10:01:25
@@ -8,13 +8,20 @@
 % Authors: Renaud Paquay (rpa at miscrit.be), stayl
 % ODBC version: 2.0
 %
-% The transaction interface used here is described in
+% The transaction interface used here is described in the following paper:
+%
 %	Kemp, Conway, Harris, Henderson, Ramamohanarao and Somogyi,
 % 	"Database transactions in a purely declarative 
-%		logic programming language", 
+%		logic programming language".
+%	In Proceedings of the Fifth International Conference on Database
+%	Systems for Advanced Applications, pp. 283-292.
+%	Melbourne, Australia, 1-4 April, 1997.
+%
+%	An earlier(?) version of this paper is available as
 %	Technical Report 96/45, Department of Computer Science, 
 % 	University of Melbourne, December 1996,
-%	http://www.cs.mu.OZ.AU/publications/tr_db/mu_96_45.ps.gz
+%	<http://www.cs.mu.OZ.AU/publications/tr_db/mu_96_45_cover.ps.gz>
+%	and <http://www.cs.mu.OZ.AU/publications/tr_db/mu_96_45.ps.gz>.
 %
 % This has been tested with MySQL 3.20.19 and iODBC 2.12 under Solaris 2.5,
 % and with Microsoft SQL Server 6.5 under Windows NT 4.0 with the GNU-Win32 

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.



More information about the developers mailing list