зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 21:26:09 +02:00
6 строки
157 B
Plaintext
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) ...
|