speedboy <[EMAIL PROTECTED]> writes:
> Ok, so it connects four times. From a users perspective that might be
> confusing. Is it possible to only prompt once for the password,
This would require replacing the createlang shell script with a
specialized C program. (Or, perhaps, adding conditional-e
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: exte
> > 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"
> >
> > createla
> 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:
Postgresql 7.1.3
I'm having a problem with createlang.
Commands:
[postgres@boxy postgres]$ createdb test1
Password: <- Correct
password
CREATE DATABASE
[postgres@boxy postgres]$ createlang plpgsql test1
Password: