mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Backpatch ORDER BY fix to jdbc1.
This commit is contained in:
parent
c5039e059e
commit
aad93fb433
@ -1666,7 +1666,7 @@ public class DatabaseMetaData implements java.sql.DatabaseMetaData
|
|||||||
// Now take the pattern into account
|
// Now take the pattern into account
|
||||||
sql.append(") and relname like '");
|
sql.append(") and relname like '");
|
||||||
sql.append(tableNamePattern.toLowerCase());
|
sql.append(tableNamePattern.toLowerCase());
|
||||||
sql.append("'");
|
sql.append("' order by relkind, relname");
|
||||||
|
|
||||||
// Now run the query
|
// Now run the query
|
||||||
r = connection.ExecSQL(sql.toString());
|
r = connection.ExecSQL(sql.toString());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user