Siddharth Shah <siddharth(dot)shah(at)elitecore(dot)com> writes:
> In My Application I have only 256MB storage device and I have to
> manage many other application in same storage
Quite honestly, you're going to need some other database besides
Postgres if you need a disk footprint that's only a fraction of 256MB.
It's just not designed for that. Maybe sqllite or bdb would be closer
to what you need.
regards, tom lane