On Wed, Mar 03, 2021 at 01:20:51AM +, Nagaraj Raj wrote:
> I was trying to collect table metadata with a description; the use case is
> that I need to show all columns of the tables whether it has the description
> or not.
> I tried the below query, but it only gives column details that have
Hi Everyone,
I was trying to collect table metadata with a description; the use case is that
I need to show all columns of the tables whether it has the description or not.
I tried the below query, but it only gives column details that have a
description and ignore others if not.
Postgres 11 |