Re: Database fixed size

From: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: "'Adir Shaban *EXTERN*'" <adirshaban1995(at)gmail(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Database fixed size
Date: 2016-09-28 08:27:18
Message-ID: A737B7A37273E048B164557ADEF4A58B538BA006@ntex2010i.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alexander Farber 2016-09-28 12:18:05 Re: isnull() function in pgAdmin3
Previous Message amul sul 2016-09-28 08:23:00 Re: Database fixed size