Re: Dump database more than 1 flat file

Поиск
Список
Период
Сортировка
От Thomas Pundt
Тема Re: Dump database more than 1 flat file
Дата
Msg-id 200712181208.13449.mlists@rp-online.de
обсуждение исходный текст
Ответ на Re: Dump database more than 1 flat file  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-admin
Hi,

On Dienstag, 18. Dezember 2007, Alvaro Herrera wrote:
| A.Burbello wrote:
| > If doesn't have another way, how can I put the
| > "header" in the begin of file without open?
| > With "cat >>" command I put in the end.
|
| Don't -- you can put the header in a separate file and do something like
|
| (cat header-file ; cat split-1 ; cat tail-file ) | psql

even simpler: "cat" usually takes any number of file name arguments,
so usually you simply can do

  cat header-file split-1 tail-file | psql

No need for parentheses and starting a new process for each file.

Ciao,
Thomas

--
Thomas Pundt <thomas.pundt@rp-online.de> ---- http://rp-online.de/ ----

В списке pgsql-admin по дате отправления:

Предыдущее
От: "Milen A. Radev"
Дата:
Сообщение: Re: Querying
Следующее
От: Sören Kress
Дата:
Сообщение: PITR and modification of the backup database