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-dataIs there a way that this could be rolled into a function and executed from pgadmin on a windows client?
Thanks in advance