which commands are used to print the username and password in postgresql. eg: Class.forName("org.jdbc.Driver"); Connection con = DriverManager.getConnection("jdbc:postgresql:192.168.1.112//databasename","infinity","infinity");
Here username - infinity password - infinity command in postgresql to retrieve these two values in postgresql???