mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
Brand 7.1 release. Also update jdbc version in release branch.
This commit is contained in:
@ -179,7 +179,7 @@ public class DatabaseMetaData implements java.sql.DatabaseMetaData
|
||||
*/
|
||||
public String getDatabaseProductVersion() throws SQLException
|
||||
{
|
||||
return ("6.5.2");
|
||||
return ("7.0.2");
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -179,7 +179,7 @@ public class DatabaseMetaData implements java.sql.DatabaseMetaData
|
||||
*/
|
||||
public String getDatabaseProductVersion() throws SQLException
|
||||
{
|
||||
return ("6.5.2");
|
||||
return ("7.0.2");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user