postgres_trigram_index

Function postgres_trigram_index 

Source
pub fn postgres_trigram_index(
    index_name: &str,
    table_name: &str,
    column_name: &str,
) -> IndexCreateStatement
Expand description

Builds a PostgreSQL GIN trigram index statement.