Re: Warning for missing createlang - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: Warning for missing createlang
Date
Msg-id Pine.LNX.4.44.0309052230400.1173-100000@peter.localdomain
Whole thread Raw
In response to Re: Warning for missing createlang  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Warning for missing createlang
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: IPV4 addresses on IPV6 machines in pg_hba.conf
Next
From: Peter Eisentraut
Date:
Subject: Re: minor documentation improvements