postgresql/contrib/unaccent
Robert Haas fd1843ff89 Standardize get_whatever_oid functions for other object types.
- Rename TSParserGetPrsid to get_ts_parser_oid.
- Rename TSDictionaryGetDictid to get_ts_dict_oid.
- Rename TSTemplateGetTmplid to get_ts_template_oid.
- Rename TSConfigGetCfgid to get_ts_config_oid.
- Rename FindConversionByName to get_conversion_oid.
- Rename GetConstraintName to get_constraint_oid.
- Add new functions get_opclass_oid, get_opfamily_oid, get_rewrite_oid,
  get_rewrite_oid_without_relid, get_trigger_oid, and get_cast_oid.

The name of each function matches the corresponding catalog.

Thanks to KaiGai Kohei for the review.
2010-08-05 15:25:36 +00:00
..
expected Print the actual DB encoding in the unaccent regression test. 2009-08-18 16:00:50 +00:00
sql Print the actual DB encoding in the unaccent regression test. 2009-08-18 16:00:50 +00:00
Makefile Fix copy-and-pasteo that might explain some of the buildfarm's 2009-08-18 15:51:16 +00:00
unaccent.c Standardize get_whatever_oid functions for other object types. 2010-08-05 15:25:36 +00:00
unaccent.rules Unaccent dictionary. 2009-08-18 10:34:39 +00:00
unaccent.sql.in Make unaccent's install/uninstall scripts look more like all the others. 2009-11-14 18:24:32 +00:00
uninstall_unaccent.sql Make unaccent's install/uninstall scripts look more like all the others. 2009-11-14 18:24:32 +00:00