Re: unbale to list schema

From: Jim Nasby <jim(dot)nasby(at)gmail(dot)com>
To: Atul Kumar <akumar14871(at)gmail(dot)com>, pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: unbale to list schema
Date: 2024-01-17 23:04:15
Message-ID: 9db9ed8f-681c-43aa-b6bc-b985a69fc1af@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 1/17/24 12:46 PM, Atul Kumar wrote:
> Hi,
>
> I am not able to find any solution to list all schemas in all databases
> at once, to check the structure of the whole cluster.

Easiest way to do this is `pg_dumpall --schema-only`.
--
Jim Nasby, Data Architect, Austin TX

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michael Nolan 2024-01-17 23:24:27 Re: undefined symbol when installing pgcrypto on 16.1
Previous Message Jim Nasby 2024-01-17 23:00:23 Re: Moving to Postgresql database