Re: Users in pg_shadow - Mailing list pgsql-general

From Frank Miles
Subject Re: Users in pg_shadow
Date
Msg-id Pine.A41.4.33.0103011706100.55692-100000@mead5.u.washington.edu
Whole thread Raw
In response to Re: Users in pg_shadow  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-general
One possible part of a cron script:

su --command="psql -d $PGUSER -c 'vacuum analyze;' > /dev/null" $PGUSER

where 'PGUSER' has been defined as the appropriate user name.  Of course,
you'll need a bit more if your database has a different name.

HTH...

    -frank


pgsql-general by date:

Previous
From: David Lynn
Date:
Subject: Perl & DBI/DBD::Pg confusion with finish
Next
From: "Eric G. Miller"
Date:
Subject: Re: R: Date types in where clause of PreparedStatement