Re: Bug in createlang?

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Bug in createlang?
Дата
Msg-id 3B398471.8B17A8EC@archonet.com
обсуждение исходный текст
Ответ на Bug in createlang?  ("Thomas T. Veldhouse" <veldy@veldy.net>)
Ответы Re: Bug in createlang?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
"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

В списке pgsql-general по дате отправления:

Предыдущее
От: Gunnar Rønning
Дата:
Сообщение: Re: Blobs in PostgreSQL
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Complicated query... is there a simpler way?