This commit is contained in:
Roberto Agostino Vitillo 2015-06-08 19:57:22 +00:00
Родитель 55f6fd403f
Коммит 97aa4520f1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -157,7 +157,7 @@ begin
E'select t.matches[2], t.matches[3] from
(select regexp_matches(table_name::text, \\'([^_]*)_([0-9]*)_([0-9]*)\\')
from information_schema.tables
where table_schema=\\'public\\' and table_type=\\'BASE TABLE\\' and table_name like \'' || channel || E'%\'
where table_schema=\\'public\\' and table_type=\\'BASE TABLE\\' and table_name like \'' || channel || E'%\\'
order by table_name desc) as t (matches)';
end