Re: Backups WAS: 2 gig file size limit

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Backups WAS: 2 gig file size limit
Date: 2001-07-09 23:48:41
Message-ID: 3B4A42D9.C448D456@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-jdbc pgsql-patches

Lamar Owen wrote:
>
> 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

Speaking of which.

Doing a dumpall for a backup is taking a long time, the a restore from
the dump files doesn't leave the database in its original state. Could
a command be added that locks all the files, quickly tars them up, then
releases the lock?

--
Joseph Shraibman
jks(at)selectacast(dot)net
Increase signal to noise ratio. http://www.targabot.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2001-07-09 23:57:59 Re: [PATCH] Partial indicies again
Previous Message Tom Lane 2001-07-09 23:25:33 Re: [PATCH] Partial indicies again

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-07-10 00:07:42 Re: timestamp not consistent with documentation or standard
Previous Message Dave Martin 2001-07-09 23:26:55 timestamp not consistent with documentation or standard

Browse pgsql-jdbc by date

  From Date Subject
Next Message Joseph Shraibman 2001-07-10 00:40:29 Shutdown hook imp
Previous Message Joseph Shraibman 2001-07-09 22:56:57 Re: Patch to remove connection hook and JDK 1.3 dependencies

Browse pgsql-patches by date

  From Date Subject
Next Message Joseph Shraibman 2001-07-10 00:40:29 Shutdown hook imp
Previous Message Joseph Shraibman 2001-07-09 22:56:57 Re: Patch to remove connection hook and JDK 1.3 dependencies