aboutsummaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_ts_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/catalog/pg_ts_template.h')
-rw-r--r--src/include/catalog/pg_ts_template.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/catalog/pg_ts_template.h b/src/include/catalog/pg_ts_template.h
index 8a7203f0a7e..a23c04e9363 100644
--- a/src/include/catalog/pg_ts_template.h
+++ b/src/include/catalog/pg_ts_template.h
@@ -55,13 +55,13 @@ typedef FormData_pg_ts_template *Form_pg_ts_template;
* ----------------
*/
-DATA(insert OID = 3727 ( "simple" PGNSP dsimple_init dsimple_lexize ));
+DATA(insert OID = 3727 ( simple PGNSP dsimple_init dsimple_lexize ));
DESCR("simple dictionary: just lower case and check for stopword");
-DATA(insert OID = 3730 ( "synonym" PGNSP dsynonym_init dsynonym_lexize ));
+DATA(insert OID = 3730 ( synonym PGNSP dsynonym_init dsynonym_lexize ));
DESCR("synonym dictionary: replace word by its synonym");
-DATA(insert OID = 3733 ( "ispell" PGNSP dispell_init dispell_lexize ));
+DATA(insert OID = 3733 ( ispell PGNSP dispell_init dispell_lexize ));
DESCR("ispell dictionary");
-DATA(insert OID = 3742 ( "thesaurus" PGNSP thesaurus_init thesaurus_lexize ));
+DATA(insert OID = 3742 ( thesaurus PGNSP thesaurus_init thesaurus_lexize ));
DESCR("thesaurus dictionary: phrase by phrase substitution");
#endif /* PG_TS_TEMPLATE_H */