mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
3b61e57f3c
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
|