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 which all data is stored. - If I restrict the size of this directory then by database size will be automatically controlled.
And you might possibly corrupt data when you hit the barrier. Joshua D. Drake