On 8/12/24 4:16 PM, David G. Johnston
wrote:
On Monday, August 12, 2024, Sbob <sbob@xxxxxxxxxxxxxxxxxxxxx> wrote:
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?
No.
David J.
I thought so, thanks