mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Fix upgrade of contrib/intarray and contrib/unaccent from 9.0.
Take care of a couple of discrepancies between what you get from a fresh install and what the first-draft update-from-unpackaged scripts produced.
This commit is contained in:
@@ -6,3 +6,8 @@ ALTER EXTENSION unaccent ADD function unaccent_init(internal);
|
||||
ALTER EXTENSION unaccent ADD function unaccent_lexize(internal,internal,internal,internal);
|
||||
ALTER EXTENSION unaccent ADD text search template unaccent;
|
||||
ALTER EXTENSION unaccent ADD text search dictionary unaccent;
|
||||
|
||||
-- These functions are marked as stable in 9.1, were not before:
|
||||
|
||||
ALTER FUNCTION unaccent(regdictionary, text) STABLE;
|
||||
ALTER FUNCTION unaccent(text) STABLE;
|
||||
|
Reference in New Issue
Block a user