pg_fts: Creates text search configuration

Description Usage Arguments Value

View source: R/pg_fts.R

Description

Creates text search configuration

Usage

1
2
3
4
5
6
pg_fts(
  conn,
  name,
  source_config = "english",
  mapping = list(parsers = NULL, with = NULL)
)

Arguments

conn

Connection

name

The name of the text search configuration to be created. The name can be schema-qualified.

source_config

The name of an existing text search configuration to copy. It defaults to English.

mapping

A list of parsers

Value

Returns 0 if accomplished.


jjesusfilho/rpsql documentation built on Aug. 9, 2021, 7:33 p.m.