Re: Incorrect password using pg_ctl

Matthew Stanfield <matthew@propertyknowledge.com>

From: Matthew Stanfield <matthew@propertyknowledge.com>
To: Doug McNaught <doug@wireboard.com>
Cc: Lamar Owen <lamar.owen@wgcr.org>, PostgreSQL General Mailing List <pgsql-general@postgresql.org>
Date: 2002-04-17T16:41:24Z
Lists: pgsql-general
Doug McNaught wrote:
> 
> Matthew Stanfield <matthew@propertyknowledge.com> writes:
> 
> > What I really want is to be able to start/stop/status the server from my
> > normal account the way I always used to by using aliases for the long
> > command lines of "su -c 'pg_ctl start/stop...' postgres".
> 
> Write a little C program that exec's pg_ctl with the appropriate
> arguments, make it setuid 'postgres'?

Thanks Doug.

I could do this but I am intrigued as to why I can't do things the way I
have described (as above), since that was the setup that worked when I had
the same versions of linux and postgresql installed before I had to do a
clean re-install a few days ago.

Regards,

..matthew