Re: is there any way of specifying "i want x GB of space to be avaialble for my database"

From: Chris Browne <cbbrowne(at)acm(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: is there any way of specifying "i want x GB of space to be avaialble for my database"
Date: 2005-12-06 15:38:13
Message-ID: 603bl6jkwq.fsf@dba2.int.libertyrms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

surabhi(dot)ahuja(at)iiitb(dot)ac(dot)in ("surabhi.ahuja") writes:
> is there any way by which i can specify : to reserve x GB amount of
> space to this database (this x includes all the space which the
> database will require space for data files, indexes or any other
> resources).

I believe that is part of the intent of the TABLESPACE functionality
that was recently added to PostgreSQL.

<http://www.postgresql.org/docs/8.1/static/manage-ag-tablespaces.html>
--
let name="cbbrowne" and tld="acm.org" in name ^ "@" ^ tld;;
http://www.ntlug.org/~cbbrowne/linux.html
Rules of the Evil Overlord #118. "If I have equipment which performs
an important function, it will not be activated by a lever that
someone could trigger by accidentally falling on when fatally
wounded." <http://www.eviloverlord.com/>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Axel Loder 2005-12-06 15:47:33 Query SELECT * sehr langsam
Previous Message Markus Wollny 2005-12-06 15:26:15 Re: error in creating database