pgAdmin question

From: Sbob <sbob(at)quadratum-braccas(dot)com>
To: "pgsql-admin(at)lists(dot)postgresql(dot)org" <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: pgAdmin question
Date: 2024-08-12 22:05:38
Message-ID: 678ebc4b-3f2c-40f2-aab5-384e35a419de@quadratum-braccas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

All;

I have a bash script that loops through all tables in the db (skipping
the system schemas) and for each table found execuptes 3 pg_dumps to 3
separate files:

one using --section=pre-data
one using --section=data
and one using --section=post-data

Is there a way that this could be rolled into a function and executed
from pgadmin on a windows client?

Thanks in advance

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message David G. Johnston 2024-08-12 22:16:48 Re: pgAdmin question
Previous Message Holger Jakobs 2024-08-12 19:18:41 Re: pg_dump