index column analysingh works for both postgres and cockroach

This commit is contained in:
Jan Prochazka
2021-08-25 18:43:08 +02:00
parent 10e63f3e77
commit b9e2e51bd7
4 changed files with 37 additions and 7 deletions

View File

@@ -11,6 +11,7 @@ const routines = require('./routines');
const routineModifications = require('./routineModifications');
const matviewColumns = require('./matviewColumns');
const indexes = require('./indexes');
const indexcols = require('./indexcols');
module.exports = {
columns,
@@ -26,4 +27,5 @@ module.exports = {
matviewModifications,
matviewColumns,
indexes,
indexcols,
};