New contrib: pg_reset_stats()

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Patches" <pgsql-patches(at)postgresql(dot)org>
Subject: New contrib: pg_reset_stats()
Date: 2002-07-29 07:04:41
Message-ID: GNELIHDDFBOCMGBFGEFOKEGECDAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
pg_reset_stats.tar.gz application/x-gzip 776 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-07-29 07:14:06 Re: New contrib: pg_reset_stats()
Previous Message Joe Conway 2002-07-29 05:24:34 anonymous composite types for Table Functions (aka SRFs)