Re: column max length / max timestamps from system tables

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: sbob <sbob(at)quadratum-braccas(dot)com>
Cc: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: column max length / max timestamps from system tables
Date: 2021-06-02 17:13:19
Message-ID: CAKFQuwZ--+Misi5Li=1658cesYT5e92jR_AcZBEuo7PD8abT6A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Wed, Jun 2, 2021, 10:05 sbob <sbob(at)quadratum-braccas(dot)com> wrote:

> Hi all;
>
>
> we need to pull the max timestamp for a set of columns and the max
> string length for another set of columns. Can I get this from system
> tables? If so, how up to date would it be?
>

No. Just query the table directly.

David J.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message sbob 2021-06-02 19:18:24 Re: column max length / max timestamps from system tables
Previous Message sbob 2021-06-02 17:05:15 column max length / max timestamps from system tables