dumping - Search results

2025-05-30 18:02:23 | Re: pg_dump verbose start and stop times? (Ron Johnson)

On Fri, May 30, 2025 at 9:48 AM hubert depesz lubaczewski wrote: Without

2025-05-30 15:54:24 | Re: pg_dump verbose start and stop times? (Ron Johnson)

DUMP_$DB pg_dump -j ${Threads} -Z${ZLvl} -v -C -Fd --file=$DB $DB 2> ${DB}_pgdump

2025-05-30 13:09:48 | Re: pg_dump verbose start and stop times? (hubert depesz lubaczewski)

dump …; date >&2 That's all you need. Whether pg_dump does what you want