Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteb67623

Browse files
committed
Mark some contrib modules as "trusted".
This allows these modules to be installed into a database withoutsuperuser privileges (assuming that the DBA or sysadmin has installedthe module's files in the expected place). You only need CREATEprivilege on the current database, which by default would beavailable to the database owner.The following modules are marked trusted:btree_ginbtree_gistcitextcubedict_intearthdistancefuzzystrmatchhstorehstore_plperlintarrayisnjsonb_plperlloltreepg_trgmpgcryptosegtablefunctcntsm_system_rowstsm_system_timeunaccentuuid-osspIn the future we might mark some more modules trusted, but thereseems to be no debate about these, and on the whole it seems wiseto be conservative with use of this feature to start out with.Discussion:https://postgr.es/m/32315.1580326876@sss.pgh.pa.us
1 parent7fdd919 commiteb67623

File tree

46 files changed

+174
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+174
-4
lines changed

‎contrib/btree_gin/btree_gin.control‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ comment = 'support for indexing common datatypes in GIN'
33
default_version = '1.3'
44
module_pathname = '$libdir/btree_gin'
55
relocatable = true
6+
trusted = true

‎contrib/btree_gist/btree_gist.control‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ comment = 'support for indexing common datatypes in GiST'
33
default_version = '1.5'
44
module_pathname = '$libdir/btree_gist'
55
relocatable = true
6+
trusted = true

‎contrib/citext/citext.control‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ comment = 'data type for case-insensitive character strings'
33
default_version = '1.6'
44
module_pathname = '$libdir/citext'
55
relocatable = true
6+
trusted = true

‎contrib/cube/cube.control‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ comment = 'data type for multidimensional cubes'
33
default_version = '1.4'
44
module_pathname = '$libdir/cube'
55
relocatable = true
6+
trusted = true

‎contrib/dict_int/dict_int.control‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ comment = 'text search dictionary template for integers'
33
default_version = '1.0'
44
module_pathname = '$libdir/dict_int'
55
relocatable = true
6+
trusted = true

‎contrib/earthdistance/earthdistance.control‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ comment = 'calculate great-circle distances on the surface of the Earth'
33
default_version = '1.1'
44
module_pathname = '$libdir/earthdistance'
55
relocatable = true
6+
trusted = true
67
requires = 'cube'

‎contrib/fuzzystrmatch/fuzzystrmatch.control‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ comment = 'determine similarities and distance between strings'
33
default_version = '1.1'
44
module_pathname = '$libdir/fuzzystrmatch'
55
relocatable = true
6+
trusted = true

‎contrib/hstore/hstore.control‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ comment = 'data type for storing sets of (key, value) pairs'
33
default_version = '1.6'
44
module_pathname = '$libdir/hstore'
55
relocatable = true
6+
trusted = true

‎contrib/hstore_plperl/hstore_plperl.control‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ comment = 'transform between hstore and plperl'
33
default_version = '1.0'
44
module_pathname = '$libdir/hstore_plperl'
55
relocatable = true
6+
trusted = true
67
requires = 'hstore,plperl'

‎contrib/intarray/intarray.control‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ comment = 'functions, operators, and index support for 1-D arrays of integers'
33
default_version = '1.2'
44
module_pathname = '$libdir/_int'
55
relocatable = true
6+
trusted = true

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp