We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6de83c commit ffed578Copy full SHA for ffed578
src/interfaces/jdbc/postgresql/jdbc1/DatabaseMetaData.java
@@ -179,7 +179,7 @@ public String getDatabaseProductName() throws SQLException
179
*/
180
public String getDatabaseProductVersion() throws SQLException
181
{
182
- return ("6.4");
+ return ("6.5.3");
183
}
184
185
/**
src/interfaces/jdbc/postgresql/jdbc2/DatabaseMetaData.java
0 commit comments