Re: Monitoring Transaction Log size

From: "Shoaib Mir" <shoaibmir(at)gmail(dot)com>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: "Ziegelwanger, Silvio" <Silvio(dot)Ziegelwanger(at)fabasoft(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Monitoring Transaction Log size
Date: 2007-01-17 18:03:18
Message-ID: bf54be870701171003k49d234b3nfbdd0412dc5fde08@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

archive_timeout (came in ver 8.2) might help you with customizing the size
for log files.

-----------------
Shoaib Mir
EnterpriseDB (www.enterprisedb.com)

On 1/17/07, Joshua D. Drake <jd(at)commandprompt(dot)com> wrote:
>
> Ziegelwanger, Silvio wrote:
> > Hi,
> >
> >
> >
> > how can I monitor the size of the transaction log files using SQL
> Statements?
>
> You can't. You would have to write a custom function to heck the size of
> the xlog directory.
>
> Sincerely,
>
> Joshua D. Drake
>
> >
> >
> >
> > Best Regards
> >
> >
> >
> > Silvio
> >
> >
> >
> > Silvio Ziegelwanger
> > Research & Development
> >
> > Fabalabs Software GmbH
> > Honauerstraße 4
> > 4020 Linz
> > Austria
> > Tel: [43] (732) 60 61 62
> > Fax: [43] (732) 60 61 62-609
> > E-Mail: silvio(dot)ziegelwanger(at)fabasoft(dot)com
> > www.fabasoft.com <http://www.fabasoft.com/>
> >
> > <
> http://www.fabasoft.at/fabasofthomepage2006/fabasoftgruppe/veranstaltungen/fabasoftegovdays07.htm
> >
> >
> > Fabasoft egovday 07
> > Trends im E-Government, Innovationen für eine
> > zukunftsorientierte Verwaltung und digitale Geschäftsprozesse.
> >
> > 23. Januar 2007, Bern
> >
> > 30. Januar 2007, Berlin
> >
> > 6. Februar 2007, Bonn
> >
> >
> >
> >
>
>
> --
>
> === The PostgreSQL Company: Command Prompt, Inc. ===
> Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
> Providing the most comprehensive PostgreSQL solutions since 1997
> http://www.commandprompt.com/
>
> Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
> PostgreSQL Replication: http://www.commandprompt.com/products/
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: You can help support the PostgreSQL project by donating at
>
> http://www.postgresql.org/about/donate
>

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Stefan Kaltenbrunner 2007-01-17 18:29:09 Re: Monitoring Transaction Log size
Previous Message Joshua D. Drake 2007-01-17 17:57:10 Re: Monitoring Transaction Log size