summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Davis <jdavis@postgresql.org>2024-10-22 15:06:55 -0700
committerJeff Davis <jdavis@postgresql.org>2024-10-22 15:06:55 -0700
commitce207d2a79017713c0293bf70132dc6d41166b03 (patch)
tree40a9575ea42f1c8eadd28e542a8f664aeb7a7ed1
parentdbe6bd4343d8cdb1b3cf1f66d6f66dd876a6c09d (diff)
Add functions pg_set_attribute_stats() and pg_clear_attribute_stats().
Enable manipulation of attribute statistics. Only superficial validation is performed, so it's possible to add nonsense, and it's up to the planner (or other users of statistics) to behave reasonably in that case. Bump catalog version. Author: Corey Huinker Discussion: https://postgr.es/m/CADkLM=eErgzn7ECDpwFcptJKOk9SxZEk5Pot4d94eVTZsvj3gw@mail.gmail.com