зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-31 05:36:08 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			6 строки
		
	
	
		
			202 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			6 строки
		
	
	
		
			202 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| pg_relation_filepath('<tblname>')
 | |
|     base/<oid1>/<oid2>
 | |
| 
 | |
|     oid1 <- select oid from pg_database where datname = '<dbname>';
 | |
|     oid2 <- select relfilenode from pg_class where relname = '<tablename>';
 | 
