Other Default Parameters
This section describes the default database loading parameters of the database system.
dynamic_library_path
Parameter description: Specifies the path for saving the shared database files that are dynamically loaded for data searching. When a dynamically loaded module needs to be opened and the file name specified in the CREATE FUNCTION or LOAD command does not have a directory component, the system will search this path for the required file.
1 | dynamic_library_path = '/usr/local/lib/postgresql:/opt/testgs/lib:$libdir'
|
Type: SUSET
Value range: a string
If the value of this parameter is set to an empty character string, the automatic path search is turned off.
Default value: $libdir
gin_fuzzy_search_limit
Parameter description: Specifies the upper limit of the size of the set returned by GIN indexes.
Type: USERSET
Value range: an integer ranging from 0 to INT_MAX
Default value: 0
Last Article: Zone and Formatting
Next Article: Lock Management
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.