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

2005-12-06 Thread Chris Browne
[EMAIL PROTECTED] ("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

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

2005-12-05 Thread Aaron Koning
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 <[EMAIL PROTECTED]> wrote:  here is a question   say i have a database and all the files(data files) indexes etc must be going to the

[GENERAL] is there any way of specifying "i want x GB of space to be avaialble for my database"

2005-12-05 Thread surabhi.ahuja
 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 wi