Re: [HACKERS] 2 gig file size limit

Поиск
Список
Период
Сортировка
От Lamar Owen
Тема Re: [HACKERS] 2 gig file size limit
Дата
Msg-id 01070710334002.07080@lowen.wgcr.org
обсуждение исходный текст
Список pgsql-patches
On Friday 06 July 2001 18:51, Naomi Walker wrote:
> If PostgreSQL is run on a system that has a file size limit (2 gig?), where
> might cause us to hit the limit?

Since PostgreSQL automatically segments its internal data files to get around
such limits, the only place you will hit this limit will be when making
backups using pg_dump or pg_dumpall.  You may need to pipe the output of
those commands into a file splitting utility, and then you'll have to pipe
through a reassembly utility to restore.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: encode in base code
Следующее
От: Damien Clermonté
Дата:
Сообщение: Re: [PATCH] Patch to make pg_hba.conf handle virtualhost access control and samehost keyword