Re: pgsql: Create functions pg_set_relation_stats, pg_clear_relation_stats.

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: pgsql: Create functions pg_set_relation_stats, pg_clear_relation_stats.
Дата
Msg-id CAPpHfduAiGSsvUc614Z-JOnyQffcMeJncWMF2HnUL8wFy4fuWA@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: Create functions pg_set_relation_stats, pg_clear_relation_stats.  (Jeff Davis <jdavis@postgresql.org>)
Ответы Re: pgsql: Create functions pg_set_relation_stats, pg_clear_relation_stats.
Список pgsql-committers
On Sun, Oct 13, 2024 at 6:21 PM Jeff Davis <jdavis@postgresql.org> wrote:
> 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.

+#include "utils/array.h"
+#include "utils/builtins.h"
+#include "utils/acl.h"
+#include "utils/rel.h"

Please, check the alphabetical order of includes in stat_utils.c.

------
Regards,
Alexander Korotkov
Supabase



В списке pgsql-committers по дате отправления: