Create functions pg_set_relation_stats, pg_clear_relation_stats.

Jeff Davis <jdavis@postgresql.org>

Commit: e839c8ecc9352b7754e74f19ace013c0c0d18613
Author: Jeff Davis <jdavis@postgresql.org>
Date: 2024-10-11T23:55:11Z
Releases: 18.0
Create functions pg_set_relation_stats, pg_clear_relation_stats.

These functions are used to tweak statistics on any relation, provided
that the user has MAINTAIN privilege on the relation, or is the database
owner.

Bump catalog version.

Author: Corey Huinker
Discussion: https://postgr.es/m/CADkLM=eErgzn7ECDpwFcptJKOk9SxZEk5Pot4d94eVTZsvj3gw@mail.gmail.com

Files

Documentation touched

Discussion