pg_dumpall from a script

Поиск
Список
Период
Сортировка
От James Sewell
Тема pg_dumpall from a script
Дата
Msg-id CANkGpBs77bADAamhkLtFq_ieEzc6XAMyaRmq45xnAD-xr_HAXA@mail.gmail.com
обсуждение исходный текст
Ответы Re: pg_dumpall from a script  (Raghu Ram <raghuchennuru@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Ken Tanzer
Дата:
Сообщение: Re: pg_dump doesn't restore on newer database due to schema issues (bug or limitation?)
Следующее
От: Raghu Ram
Дата:
Сообщение: Re: pg_dumpall from a script