Skip to content

Commit

Permalink
Merge pull request #134 from experdb/development
Browse files Browse the repository at this point in the history
[no issue]
  • Loading branch information
kayform authored Feb 26, 2021
2 parents f7bfc9d + e8e77c0 commit 88029bd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ SELECT /* EXPERDBMABT_TABLE_INFO_001 24e9ab7301ff1966da4fb30dc1538882 */
LEFT JOIN pg_class AS toast ON tbl.reltoastrelid = toast.oid
WHERE att.attnum > 0 AND NOT att.attisdropped
AND tbl.relkind = 'r'
GROUP BY 1,2,3,4,5,6,7,8,9,10, tbl.relhasoids,15,16,17
GROUP BY 1,2,3,4,5,6,7,8,9,10,15,16,17
ORDER BY 2,3
) AS s
JOIN PG_STAT_USER_TABLES UTB ON UTB.relname=s.tblname AND UTB.schemaname = s.schemaname
Expand Down

0 comments on commit 88029bd

Please sign in to comment.