зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-31 05:36:08 +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) ...
 | 
