Add ALTER OPERATOR command, for changing selectivity estimator functions.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 321eed5f0f7563a0cabb3d7a98132856287c1ad1
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2015-07-14T15:17:55Z
Releases: 9.6.0
Add ALTER OPERATOR command, for changing selectivity estimator functions.

Other options cannot be changed, as it's not totally clear if cached plans
would need to be invalidated if one of the other options change. Selectivity
estimator functions only change plan costs, not correctness of plans, so
those should be safe.

Original patch by Uriy Zhuravlev, heavily edited by me.

Files

Documentation touched