Re: Is there a way to automatically scan a table and determine the format of data - Mailing list pgsql-general

From Karsten Hilbert
Subject Re: Is there a way to automatically scan a table and determine the format of data
Date
Msg-id YgzL+IcClGNhBr72@hermes.hilbert.loc
Whole thread Raw
In response to Is there a way to automatically scan a table and determine the format of data  (Shaozhong SHI <shishaozhong@gmail.com>)
List pgsql-general
Am Wed, Feb 16, 2022 at 01:27:56AM +0000 schrieb Shaozhong SHI:

> Is there a way to automatically scan a table and report the format of data
> for each column?

pg_class

But you may want to rethink the approach given that you use Python.

Karsten
--
GPG  40BE 5B0E C98E 1713 AFA6  5BC0 3BEA AC80 7D4F C89B



pgsql-general by date:

Previous
From: Shaozhong SHI
Date:
Subject: Is there a way to automatically scan a table and determine the format of data
Next
From: celati Laurent
Date:
Subject: How to disable read-only mode on a table? (superUser)