Re: [GENERAL] Function to return per-column counts? - Mailing list pgsql-general

From John McKown
Subject Re: [GENERAL] Function to return per-column counts?
Date
Msg-id CAAJSdjgmwm=_ezXJ9jVToAmxXXKi_rhwZbuTyvaKjr=hxvwm9g@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] Function to return per-column counts?  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Responses Re: [GENERAL] Function to return per-column counts?  (Seamus Abshere <seamus@abshere.net>)
List pgsql-general
On Thu, Sep 28, 2017 at 12:15 PM, Tomas Vondra <tomas.vondra@2ndquadrant.com> wrote:


On 09/28/2017 04:34 PM, Seamus Abshere wrote:
> hey,
>
> Does anybody have a function lying around (preferably pl/pgsql) that
> takes a table name and returns coverage counts?
>

What is "coverage count"?

​I'm guessing it's what is described here: https://www.red-gate.com/blog/sql-cover

IIUC, this is "code coverage" for things kept in your RDMS system, such as triggers, procedures, and other "code" items which are implicitly part of your application code.

 

cheers

--
Tomas Vondra                  http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


--
I just child proofed my house.
But the kids still manage to get in.


Maranatha! <><
John McKown

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] many many open files on pgsql_tmp with size 0
Next
From: Seamus Abshere
Date:
Subject: Re: [GENERAL] Function to return per-column counts?