Re: pgsql/src/backend/commands define.c

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pgsql/src/backend/commands define.c
Дата
Msg-id 200110131947.f9DJlI307783@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: pgsql/src/backend/commands define.c  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-committers
> momjian@postgresql.org writes:
>
> >     Mention createlang when language not installed, per problem report.
>
> I think this is inappropriate.  It's quite possible that an ordinary user
> is trying to create a function in a non-existent language, and he won't
> have the authority to use createlang.  Or the language name is a typo and
> the language doesn't exist at all.  Or the language is provided by a third
> party and createlang doesn't support it.
>
> You will find that almost nowhere a program will report 'foo not found --
> use bar to install it' because 'foo' missing might be fully intentional.
> (Or otherwise one might ask, if the program knows how to fix the
> situation, why doesn't it do so itself?)
>
> A user that has problems in this area can read the CREATE FUNCTION man
> page and find a reference to createlang there (or should find one).

But people report this error all the time and obviously don't understand
they need to use createlang.  Doesn't hurt to point them to it.  If it
is a typo, they will figure it out.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql/src/backend/commands define.c
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src backend/utils/adt/numeric.c backend/ ...