Re: Warning for missing createlang

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Warning for missing createlang
Date: 2003-09-05 20:33:26
Message-ID: Pine.LNX.4.44.0309052230400.1173-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2003-09-05 20:37:09 Re: [PATCHES] Warning for missing createlang
Previous Message Andrew Dunstan 2003-09-05 20:13:20 initdb in C

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2003-09-05 20:34:42 Re: IPV4 addresses on IPV6 machines in pg_hba.conf
Previous Message Peter Eisentraut 2003-09-05 20:24:24 Re: note on dropped columns in pg_attribute