New contrib: pg_reset_stats() - Mailing list pgsql-patches

From Christopher Kings-Lynne
Subject New contrib: pg_reset_stats()
Date
Msg-id GNELIHDDFBOCMGBFGEFOKEGECDAA.chriskl@familyhealth.com.au
Whole thread Raw
Responses Re: New contrib: pg_reset_stats()  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-patches
Here is a new contrib.  Extract it in the contrib directory and it will make
its own subdir.  Needs to be added to the contrib/Makefile.

This is a function that allows you to reset the postgres stats collector
from within postgres.

It's documented, has an sql script and has been tested and works.

This function should probably be put in the postgres backend as a builtin at
some point methinks...

Chris

Attachment

pgsql-patches by date:

Previous
From: Joe Conway
Date:
Subject: anonymous composite types for Table Functions (aka SRFs)
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: New contrib: pg_reset_stats()