mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
update jdbc version #.
This commit is contained in:
@@ -179,7 +179,7 @@ public class DatabaseMetaData implements java.sql.DatabaseMetaData
|
||||
*/
|
||||
public String getDatabaseProductVersion() throws SQLException
|
||||
{
|
||||
return ("6.4");
|
||||
return ("6.5.3");
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -179,7 +179,7 @@ public class DatabaseMetaData implements java.sql.DatabaseMetaData
|
||||
*/
|
||||
public String getDatabaseProductVersion() throws SQLException
|
||||
{
|
||||
return ("6.4");
|
||||
return ("6.5.3");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user