Skip to main content

BtreeGistExtension

This class is used to install the btree_gist extension in a PostgreSQL database. It facilitates the creation of GiST index operator classes that implement B-tree equivalent behavior for various data types.

Constructor

Signature

def BtreeGistExtension(
hints: list = None
) - > null

Parameters

NameTypeDescription
hintslist = NoneOptional list of hints or configuration options for the extension creation.

Signature

def BtreeGistExtension(
hints: list = null
) - > null

Parameters

NameTypeDescription
hintslist = nullA list of strings providing installation hints or troubleshooting advice if the extension cannot be created.