Re: how to vacuum from cron? - Mailing list pgsql-general

From Doug McNaught
Subject Re: how to vacuum from cron?
Date
Msg-id m3u25bv65f.fsf@belphigor.mcnaught.org
Whole thread Raw
In response to how to vacuum from cron?  (John Madden <weez@freelists.org>)
Responses Re: how to vacuum from cron?  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-general
Tom Lane <tgl@sss.pgh.pa.us> writes:

> Doug McNaught <doug@wireboard.com> writes:
> > Tom Lane <tgl@sss.pgh.pa.us> writes:
> >> Perhaps do it across a local TCP connection and use ident to verify?
>
> > And if you think this is somehow more secure than trusting Unix
> > sockets, I have a bridge to sell you...  ;)
>
> Why?  It's your own ident daemon you're trusting, not a remote one.

I agree that is somewhat better, but it still makes my skin crawl.  ;)
Some Unices (eg Linux) will honor permissions and ownership on Unix
sockets; I'd much prefer to use that mechanism if it's available.

-Doug

pgsql-general by date:

Previous
From: Lincoln Yeoh
Date:
Subject: Re: Re: serial properties
Next
From: Peter Eisentraut
Date:
Subject: Re: Can you list the text of a proc in psql?