Re: pgsql/src/backend/commands define.c - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql/src/backend/commands define.c
Date
Msg-id 200110131947.f9DJlI307783@candle.pha.pa.us
Whole thread Raw
In response to Re: pgsql/src/backend/commands define.c  (Peter Eisentraut <peter_e@gmx.net>)
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql/src/backend/commands define.c
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src backend/utils/adt/numeric.c backend/ ...