Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

6 строки
157 B
Plaintext

encode(content, 'escape') like (concat('%', lex_pat, '%'));
position(lex_pat::bytea in content) > 1;
md5(string) :: text
select ... md5(content::bytea) ...