From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | "Thomas T(dot) Veldhouse" <veldy(at)veldy(dot)net> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Bug in createlang? |
Date: | 2001-06-27 07:00:01 |
Message-ID: | 3B398471.8B17A8EC@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers pgsql-patches |
"Thomas T. Veldhouse" wrote:
>
> Is it a known bug [in PostgreSQL 7.1.2] in the createlang command that it
> asks for my password 4 times. If I type any of them wrong, it partially
> creates the language [plpgsql] for the given database, but fails.
> Why does it ask 4 times?
createlang is just a script - it basically runs "/path/to/psql $QUERY" -
each query connects a separate time.
- Richard Huxton
From | Date | Subject | |
---|---|---|---|
Next Message | Richard Huxton | 2001-06-27 07:11:00 | Re: Complicated query... is there a simpler way? |
Previous Message | Justin Clift | 2001-06-27 06:33:46 | Re: Suggested improvement : Adjust SEQUENCES to accept an INCREMENT of functionname(parameters) instead of an integer |
From | Date | Subject | |
---|---|---|---|
Next Message | Karel Zak | 2001-06-27 07:10:52 | Re: functions returning records |
Previous Message | Hannu Krosing | 2001-06-27 05:11:57 | Re: Re: 7.2 items |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-06-27 14:24:18 | Re: Bug in createlang? |
Previous Message | Gunnar Rønning | 2001-06-27 06:52:26 | Re: Re: [ADMIN] High memory usage [PATCH] |