PostgreSQL - Full-Text Search
Given the following SQL:
What does the column
SELECT cfgname, cfgparser FROM pg_ts_config WHERE cfgname = 'english';
What does the column
cfgparser represent in the context of the search configuration?