Re: "Quota"

From: "Albe Laurenz" <all(at)adv(dot)magwien(dot)gv(dot)at>
To: "Hannes Dorbath *EXTERN*" <light(at)theendofthetunnel(dot)de>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: "Quota"
Date: 2007-06-27 13:18:28
Message-ID: AFCCBB403D7E7A4581E48F20AF3E5DB20390EFF8@EXADV1.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hannes Dorbath wrote:
>
> What would be a solution to prevent a single user/schema to fill the
> disk using PostgreSQL? Is it a good idea to use separate table spaces?

Table spaces are the only solution I can think of.
If you create a table space on a different file system, then a table in
that table space can only fill up that file system.

Yours,
Laurenz Albe

In response to

  • "Quota" at 2007-06-27 08:29:27 from Hannes Dorbath

Responses

  • Re: "Quota" at 2007-06-27 14:52:09 from Hannes Dorbath

Browse pgsql-general by date

  From Date Subject
Next Message Jaime Silvela 2007-06-27 14:32:32 COPY to/from non-local file
Previous Message Dmitry Koterov 2007-06-27 13:08:54 Re: Does slonik EXECUTE SCRIPT call waits for comands termination?