pg_dumpall from a script - Mailing list pgsql-general

From James Sewell
Subject pg_dumpall from a script
Date
Msg-id CANkGpBs77bADAamhkLtFq_ieEzc6XAMyaRmq45xnAD-xr_HAXA@mail.gmail.com
Whole thread Raw
Responses Re: pg_dumpall from a script
List pgsql-general
Hello,

I need to trigger a database dump from a SQL script (or function, but I think that is even less likely).

I know I can do:

\! pg_dumpall > /mydir/myfile

Which is fine, but I need to use a variable to set the name.

\set myfile 'filename'
\! pg_dumpall > /mydir/:myfile

Doesn't seem to work.

Any ideas?

James Sewell,
PostgreSQL Team Lead / Solutions Architect
______________________________________
 

Level 2, 50 Queen St, Melbourne VIC 3000

(+61) 3 8370 8000  W www.lisasoft.com  (+61) 3 8370 8099
 


The contents of this email are confidential and may be subject to legal or professional privilege and copyright. No representation is made that this email is free of viruses or other defects. If you have received this communication in error, you may not copy or distribute any part of it or otherwise disclose its contents to anyone. Please advise the sender of your incorrect receipt of this correspondence.

pgsql-general by date:

Previous
From: Ken Tanzer
Date:
Subject: Re: pg_dump doesn't restore on newer database due to schema issues (bug or limitation?)
Next
From: Raghu Ram
Date:
Subject: Re: pg_dumpall from a script