| From: | speedboy <speedboy(at)nomicrosoft(dot)org> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: createlang difficulty. |
| Date: | 2001-10-22 22:52:05 |
| Message-ID: | Pine.LNX.4.21.0110230843230.24431-100000@bedrock.evark.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> I just tried it with current sources and got:
>
> #$ aspg createlang plpgsql test
> Password: <- bad password
> FATAL 1: Password authentication failed for user "postgres"
> psql: FATAL 1: Password authentication failed for user "postgres"
>
> createlang: external error
> #$ aspg createlang plpgsql test
> Password: <- correct password
> Password: <- correct password
> Password: <- correct password
> Password: <- correct password
>
> Looks OK to me.
Ok, so it connects four times. From a users perspective that might be
confusing. Is it possible to only prompt once for the password, just an
idea I guess whoever created the program would want that to happen from a
easy to use point of view. I.e. dummy proof?
Thankyou.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2001-10-22 22:53:59 | Re: Creating unique constraints on OID |
| Previous Message | Martin Weinberg | 2001-10-22 21:38:23 | Using an SMP machine to make multiple indices on the same table |