mirror of
https://github.com/postgres/postgres.git
synced 2025-09-09 13:09:39 +03:00
Another attempt
This commit is contained in:
@@ -113,7 +113,7 @@ public class metadata
|
||||
String pwd = args[2];
|
||||
|
||||
// Load the driver
|
||||
Class.forName("postgresql.Driver");
|
||||
Class.forName("org.postgresql.Driver");
|
||||
|
||||
// Connect to database
|
||||
System.out.println("Connecting to Database URL = " + url);
|
||||
|
Reference in New Issue
Block a user