Re: Dump database more than 1 flat file

Поиск
Список
Период
Сортировка
От Geoffrey
Тема Re: Dump database more than 1 flat file
Дата
Msg-id 47670179.20201@serioustechnology.com
обсуждение исходный текст
Ответ на Re: Dump database more than 1 flat file  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Список pgsql-admin
Scott Marlowe wrote:
> On Dec 17, 2007 2:06 PM, A.Burbello <burbello3000@yahoo.com.br> wrote:
>> I consider this way a good practice to transport the
>> files. This is because I have table that has more than
>> 30GB.
>> But if the OS was windows, couldn't split the files
>> because postgres doesn't has this feature!
>> Could be a good option if postgres had native.
>>
>> Weel, I will try this:
>> eg: $ pg_dump postgres -U postgres -f split.txt |
>> split --bytes=10m
>
> http://gnuwin32.sourceforge.net/packages/coreutils.htm
>
> for now.  I used these back in the day (NT4.0 SP4 or so) and they
> worked a charm back then.  Heck, even ln worked ( in a manner of
> speaking ) back then.

There's also Uwin from AT&T:

http://www.research.att.com/sw/tools/uwin

list of available commands and man pages:

http://www.research.att.com/~gsf/man/man1/


--
Until later, Geoffrey

Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
  - Benjamin Franklin

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump --create --schema-only, how to suppress template1 functions ?
Следующее
От: "A.Burbello"
Дата:
Сообщение: Re: Dump database more than 1 flat file