blockscout
.public
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
split_part(citext, citext, integer)
Parameters
Name
Type
Mode
citext
IN
citext
IN
integer
IN
Definition
SELECT (pg_catalog.regexp_split_to_array( $1::pg_catalog.text, pg_catalog.regexp_replace($2::pg_catalog.text, '([^a-zA-Z_0-9])', E'\\\\\\1', 'g'), 'i'))[$3];