diff options
Diffstat (limited to 'src/interfaces/odbc/info.c')
| -rw-r--r-- | src/interfaces/odbc/info.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interfaces/odbc/info.c b/src/interfaces/odbc/info.c index 9c99a120ad..9d4e75a9e0 100644 --- a/src/interfaces/odbc/info.c +++ b/src/interfaces/odbc/info.c @@ -1007,8 +1007,7 @@ mylog("%s: entering...stmt=%u\n", func, stmt); } - /* filter out large objects unconditionally (they are not system tables) and match users */ - strcat(tables_query, " and relname !~ '^xinv[0-9]+'"); + /* match users */ strcat(tables_query, " and usesysid = relowner"); strcat(tables_query, " order by relname"); |
