Re: pgsql-server/ oc/src/sgml/manage-ag.sgml oc/sr ...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/ oc/src/sgml/manage-ag.sgml oc/sr ...
Date: 2003-03-20 16:22:01
Message-ID: 200303201622.h2KGM1F07930@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers


Maybe a simple utility that just loops through all databases and runs an
SQL command.

---------------------------------------------------------------------------

Peter Eisentraut wrote:
> Christopher Kings-Lynne writes:
>
> > How about reindexdb?
> > Do you think we should replace them all with a utility called pg_maintain
> > that can do all of them?
>
> If you ask me, we could get rid of them completely because
>
> for d in $(psql -l --somthing); do vacuum $d; done
>
> seems perfectly fine.
>
> --
> Peter Eisentraut peter_e(at)gmx(dot)net
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-03-20 16:55:09 Re: pgsql-server/ oc/src/sgml/manage-ag.sgml oc/sr ...
Previous Message Peter Eisentraut 2003-03-20 16:19:00 Re: pgsql-server/ oc/src/sgml/manage-ag.sgml oc/sr ...

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-03-20 16:48:33 Re: Faster NUMERIC implementation
Previous Message Peter Eisentraut 2003-03-20 16:19:00 Re: pgsql-server/ oc/src/sgml/manage-ag.sgml oc/sr ...