f2s_pg_server_citext_support¶
Applies to: PostgreSQL Driver
Syntax¶
**There is no set_attribute. This attribute is read only.**
get_attribute f2s_pg_server_citext_support of {DriverID} to {variable}
Parameter |
Description |
|---|---|
DriverID |
The ID of the driver connected to the server. Typically this will be _f2s_ActiveDriverID |
variable |
Variable to hold the result. If 1, then the server supports citext. |
Description¶
This attribute is used to determine if the PostGreSQL server supports citext.
Example¶
Get_Attribute f2s_pg_server_citext_support of _f2s_ActiveDriverId to iValue
Replaces¶
GET_SERVER_CFG passing CITEXT_SUPPORT