Re: [HACKERS] createlang difficulty.

2001-10-22 Thread Tom Lane
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

Re: [HACKERS] createlang difficulty.

2001-10-22 Thread Bruce Momjian
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

Re: [HACKERS] createlang difficulty.

2001-10-22 Thread Bruce Momjian
> > 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

Re: [HACKERS] createlang difficulty.

2001-10-22 Thread speedboy
> 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:

[HACKERS] createlang difficulty.

2001-10-22 Thread speedboy
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: