"Chris Hoover" <[EMAIL PROTECTED]> writes:
> I have been handed a postgresql 7.2.1 db running on an AIX platform that
> is suddenly having authentication errors. We are not sure what has
> happened, but starting last Friday we started having the following in
> the log files.
> Password is stor
Once again, I am in need of some assistance.
I have been handed a postgresql 7.2.1 db running on an AIX platform that
is suddenly having authentication errors. We are not sure what has
happened, but starting last Friday we started having the following in
the log files.
Password is stored MD5
Frans Haarman <[EMAIL PROTECTED]> writes:
> I tried:
> local all password
> but then it asks for a password when booting the server, and I would
> like to have this done automaticly.
You could tell the pg_ctl script not to try to check whether the
postmaster started; then it won't need to connect
On Tue, Jan 21, 2003 at 20:14:56 +0100,
Frans Haarman <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am building a webapplication for school, as a project.
>
> Basicly I want users to connect with their postgresql password an
> username.
>
> I tried:
> local all password
>
> but then it asks for a pa
Hi,
I am building a webapplication for school, as a project.
Basicly I want users to connect with their postgresql password an
username.
I tried:
local all password
but then it asks for a password when booting the server, and I would
like to have this done automaticly.
Basicly I want everybody