Re: Database fixed size - Mailing list pgsql-general

From Albe Laurenz
Subject Re: Database fixed size
Date
Msg-id A737B7A37273E048B164557ADEF4A58B538BA006@ntex2010i.host.magwien.gv.at
Whole thread Raw
In response to Database fixed size  (Adir Shaban <adirshaban1995@gmail.com>)
Responses Re: Database fixed size  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Adir Shaban wrote:
> Is there anyway to limit a database size?
> For example, I need to create a database for user X and I don't want it to use more than 5 GB.

You can create a tablespace on a device with limited size.
Then you can create the database on that tablespace.

Yours,
Laurenz Albe

pgsql-general by date:

Previous
From: amul sul
Date:
Subject: Re: Database fixed size
Next
From: Alexander Farber
Date:
Subject: Re: isnull() function in pgAdmin3