Re: Limiting database size

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Maurício Sessue Otta <mauricio(at)cristorei(dot)com(dot)br>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Limiting database size
Date: 2002-06-07 21:42:36
Message-ID: 200206071442.36850.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Mauricio,

> Hi, is there any way to limit the database size??

First, this is a question for PGSQL-NOVICE or PGSQL-GENERAL, not this mailing
list.

Second -- sort of. You can put the database on its own hard drive partition.
Then the database will crash when it runs out of space -- so I'm not sure
that helps you.

Of course, with other RDBMSs, which have administrative settings for size
limits, the database shuts down when you're out of space. So I'm not sure
how useful the whole idea is.

--
-Josh Berkus

______AGLIO DATABASE SOLUTIONS___________________________
Josh Berkus
Complete information technology josh(at)agliodbs(dot)com
and data management solutions (415) 565-7293
for law firms, small businesses fax 621-2533
and non-profit organizations. San Francisco

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Joseph Syjuco 2002-06-07 23:57:43 arrays as pgsql function parameters
Previous Message Tulio Oliveira 2002-06-07 21:06:26 Re: Limiting database size