зеркало из
				https://github.com/iharh/notes.git
				synced 2025-11-04 07:36:08 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			11 строки
		
	
	
		
			128 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 строки
		
	
	
		
			128 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
https://www.postgresql.org/docs/current/sql-do.html
 | 
						|
 | 
						|
sample
 | 
						|
 | 
						|
do $$
 | 
						|
declare
 | 
						|
    r record;
 | 
						|
begin
 | 
						|
    raise notice 'hello';
 | 
						|
end$$;
 |