mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
In the same spirit as969bbd0fa
,13e3796c9
,3f323eba8
. Tom Lane and Ronan Dunklau Discussion: https://postgr.es/m/3316564.aeNJFYEL58@aivenlaptop
7 lines
173 B
Plaintext
7 lines
173 B
Plaintext
# citext extension
|
|
comment = 'data type for case-insensitive character strings'
|
|
default_version = '1.8'
|
|
module_pathname = '$libdir/citext'
|
|
relocatable = true
|
|
trusted = true
|