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

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, 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 17:39:12
Message-ID: 20030320173912.GE3257@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Thu, Mar 20, 2003 at 12:33:18PM -0500, Bruce Momjian wrote:
> Alvaro Herrera wrote:
> > On Thu, Mar 20, 2003 at 12:25:03PM -0500, Bruce Momjian wrote:
> > > Alvaro Herrera wrote:
> > > > On Thu, Mar 20, 2003 at 11:58:25AM -0500, Bruce Momjian wrote:
> > > > > That's why I am thinking of some wrapper that will loop through the
> > > > > databases and run psql commands.
> > > >
> > > > Written on what language?
> > >
> > > Written in C as a command-line utility.
> >
> > Then why not use libpq directly? Seems safer than depending on $PATH
> > and who knows what else.
>
> I guess you could do it in libpq, but how do you access that from the
> command line. All these vacuumdb-like utilities are for the command
> line.

The same way dropuser.c and the like are all accessed now. (Peter
changed the script versions for C versions using libpq, not calling
libpq... I just checked.)

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
We take risks not to escape from life, but to prevent life escaping from us.

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2003-03-20 18:10:09 pgsql-server/contrib/pg_autovacuum
Previous Message Bruce Momjian - CVS 2003-03-20 17:37:46 pgsql-server/doc/src/sgml/ref pg_ctl-ref.sgml

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 2003-03-20 18:00:57 Re: Faster NUMERIC implementation
Previous Message Bruce Momjian 2003-03-20 17:33:18 Re: pgsql-server/ oc/src/sgml/manage-ag.sgml oc/sr ...