CITextExtension
This class is used to enable the 'citext' extension in a PostgreSQL database. It inherits from the base extension creation class to provide a specialized implementation for case-insensitive character string types.
Constructor
Signature
def CITextExtension(
hints: list or dict = None
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| hints | list or dict = None | Optional hints used during the extension creation process. |
Signature
def CITextExtension(
hints: dict = null
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| hints | dict = null | A dictionary of database-specific configuration hints or metadata used during the extension creation process. |