Re: [ADMIN] Database size in Postgresql

2008-06-24 Thread Peter Koczan
On Thu, Jun 19, 2008 at 7:18 PM, Joshua D. Drake <[EMAIL PROTECTED]> wrote: > Kunal Gupta wrote: >> >> Hi , >> >> I have a question, I am suppose to create database with limited size. Is >> there any way I can set limit to my database created in postgresql. > > Not reasonably no. > >> - Since in po

Re: [ADMIN] Database size in Postgresql

2008-06-19 Thread Joshua D. Drake
Kunal Gupta wrote: Hi , I have a question, I am suppose to create database with limited size. Is there any way I can set limit to my database created in postgresql. Not reasonably no. - Since in postgresql (or may be other also), when a database is created, a path to a directory is given in

[ADMIN] Database size in Postgresql

2008-06-19 Thread Kunal Gupta
Hi , I have a question, I am suppose to create database with limited size. Is there any way I can set limit to my database created in postgresql. As per my surfing through various blogs, I found, its not possible directly.This is my approach please let me know if I am going right: - Since in