array_replace ( anycompatiblearray, anycompatible, anycompatible ) → anycompatiblearrayReplaces each array element equal to the second argument with the third argument.
array_replace(ARRAY[1,2,5,4], 5, 3) → {1,2,3,4}Replaces each array element equal to the second argument with the third argument.
array_replace ( anycompatiblearray, anycompatible, anycompatible ) → anycompatiblearrayReplaces each array element equal to the second argument with the third argument.
array_replace(ARRAY[1,2,5,4], 5, 3) → {1,2,3,4}Definition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source