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

From Christopher Kings-Lynne
Subject Re: New contrib: pg_reset_stats()
Date
Msg-id GNELIHDDFBOCMGBFGEFOIEGFCDAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to New contrib: pg_reset_stats()  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Responses Re: New contrib: pg_reset_stats()  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List 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@postgresql.org
> [mailto:pgsql-patches-owner@postgresql.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
>


pgsql-patches by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: New contrib: pg_reset_stats()
Next
From: nconway@klamath.dyndns.org (Neil Conway)
Date:
Subject: Re: anonymous composite types for Table Functions (aka SRFs)