Re: Warning for missing createlang

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Warning for missing createlang
Дата
Msg-id Pine.LNX.4.44.0309052230400.1173-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Warning for missing createlang  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Warning for missing createlang
Список pgsql-patches
Bruce Momjian writes:

> How about this, that also suggests you mistyped the name:
>
> >     HINT:  Perhaps you need to use 'createlang' to load the language into
> >     the database, or you mistyped the language name.

That's only one step away from this:

peter=# SELECT * FROM test;
ERROR:  relation "test" does not exist
HINT:  Perhaps you need to use "CREATE TABLE" to create the table in the
database, or you mistyped the table name.

I think not...

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: IPV4 addresses on IPV6 machines in pg_hba.conf
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: minor documentation improvements