From: | Nikola Radakovic <achillea(at)hi(dot)t-com(dot)hr> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Database size |
Date: | 2006-11-06 22:29:38 |
Message-ID: | 1162852178.18320.9.camel@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Setting user's quota on my linux machine wont affect database
quota.It will have impact on users directories.So, it must
be a trick how to set PostgreSQL quota. Or how to link PostgreSQL
database with directories which already have set quotas.
On Mon, 2006-11-06 at 16:52 -0500, Mike Goldner wrote:
> On Mon, 2006-11-06 at 15:41 -0600, Nikola Radakovic wrote:
> > Or, briefly how to set Postgresql user quota?
> >
> > On Mon, 2006-11-06 at 16:01 -0500, Mike Goldner wrote:
> > > Nikola,
> > >
> > > I'm not exactly sure what you are asking.
> > >
> > > The size of the database is usually determined by the amount of data
> > > stored and not determined beforehand.
> > >
> > > Are you refering of "tablespaces", as other DBMSs use them? If so,
> > > Postgres has a tablespace command, but it simply points to a filesystem
> > > location. There is no "size" specified.
> > >
> > > The size of the database is simply limited by the available filesystem
> > > capacity (I suppose there may be some restrictions at the high-end).
> > >
> > > Mike
> > >
> > > On Mon, 2006-11-06 at 14:48 -0600, Nikola Radakovic wrote:
> > > > Dear community,
> > > >
> > > > I would be very grateful if someone could answer me,
> > > > where to find instructions how to set the size ( in megabytes ) for
> > > > particular database.
> > > >
> > > >
> > > > best regards,
> > > > N.Radakovic
> > > >
> > > >
> > > > ---------------------------(end of broadcast)---------------------------
> > > > TIP 1: if posting/reading through Usenet, please send an appropriate
> > > > subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> > > > message can get through to the mailing list cleanly
> >
>
> Nikola,
>
> Setting quotas is operating system-dependent. If you are using linux,
> take a look at http://yolinux.com/TUTORIALS/LinuxTutorialQuotas.html
>
From | Date | Subject | |
---|---|---|---|
Next Message | Scott Marlowe | 2006-11-06 22:44:34 | Re: Database size |
Previous Message | Abu Mushayeed | 2006-11-06 22:24:54 | Re: Out of Memory |