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

From: Aaron Koning <aaronkoning(at)gmail(dot)com>
To: "surabhi(dot)ahuja" <surabhi(dot)ahuja(at)iiitb(dot)ac(dot)in>
Cc: 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 07:57:33
Message-ID: 1319fbba0512052357o20362ac2n989bd101a38ae78@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

If you are using a Linux system then you can make a partition of xGB and
place PGDATA there. This may work for other OS as well.

Aaron

On 12/5/05, surabhi.ahuja <surabhi(dot)ahuja(at)iiitb(dot)ac(dot)in> wrote:
>
> here is a question
>
> say i have a database and all the files(data files) indexes etc must be
> going to the PGDATA directory
>
> The question is this:
> 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).
>
> what i want to achieve by doing this is to limit the amount of rows i have
> inserted into the table and indexes etc.
>
> Thanks,
> regards
> surabhi
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jenny 2005-12-06 08:38:38 need help
Previous Message surabhi.ahuja 2005-12-06 07:50:01 is there any way of specifying "i want x GB of space to be avaialble for my database"