Re: 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: Re: New contrib: pg_reset_stats()
Date: 2002-07-29 07:14:06
Message-ID: GNELIHDDFBOCMGBFGEFOIEGFCDAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Oh - and could someone please test it on a multibyte install?

Just need to know if I require multibyte headers to be ifdef'd.

Chris

> -----Original Message-----
> From: pgsql-patches-owner(at)postgresql(dot)org
> [mailto:pgsql-patches-owner(at)postgresql(dot)org]On Behalf Of Christopher
> Kings-Lynne
> Sent: Monday, 29 July 2002 3:05 PM
> To: Patches
> Subject: [PATCHES] New contrib: pg_reset_stats()
>
>
> 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
>

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2002-07-29 14:57:40 Re: anonymous composite types for Table Functions (aka SRFs)
Previous Message Christopher Kings-Lynne 2002-07-29 07:04:41 New contrib: pg_reset_stats()