mpoeschl 2003/05/27 10:28:47
Modified: src/java/org/apache/torque/adapter DBPostgres.java
Log:
fix link to postgresql site
Revision Changes Path
1.15 +3 -3 db-torque/src/java/org/apache/torque/adapter/DBPostgres.java
Index: DBPostgres.java
===================================================================
RCS file: /home/cvs/db-torque/src/java/org/apache/torque/adapter/DBPostgres.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- DBPostgres.java 12 Dec 2002 11:28:14 -0000 1.14
+++ DBPostgres.java 27 May 2003 17:28:47 -0000 1.15
@@ -3,7 +3,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2001 The Apache Software Foundation. All rights
+ * Copyright (c) 2001-2003 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -60,7 +60,7 @@
/**
* This is used to connect to PostgresQL databases.
*
- * <a href="http://www.pgsql.org">http://www.pgsql.org</a>
+ * <a href="http://www.postgresql.org/">http://www.postgresql.org/</a>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Hakan Tandogan</a>
* @version $Id$
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]