mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	From first pass of testing. Notably, there seems to be no need for adminpack--unpackaged--1.0.sql because none of the objects that the old module creates would ever be dumped by pg_dump anyway (they are all in pg_catalog).
		
			
				
	
	
		
			8 lines
		
	
	
		
			313 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			313 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # tsearch2 extension
 | |
| comment = 'compatibility package for pre-8.3 text search functions'
 | |
| default_version = '1.0'
 | |
| module_pathname = '$libdir/tsearch2'
 | |
| # this is not relocatable because the tsearch2--unpackaged--1.0.sql script
 | |
| # has to use @extschema@ to avoid conflict with items in pg_catalog
 | |
| relocatable = false
 |