First steps in plpgsql - language not recognized?

Поиск
Список
Период
Сортировка
От Chris Ruprecht
Тема First steps in plpgsql - language not recognized?
Дата
Msg-id 007501c10ec7$39ae75a0$5dd26383@corp.compucom.com
обсуждение исходный текст
Ответы RE: First steps in plpgsql - language not recognized?  ("Robby Slaughter" <webmaster@robbyslaughter.com>)
Re: First steps in plpgsql - language not recognized?  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-sql
Hi all,

I have tried (and failed) my first steps in Pl/PgSQL.
This must be real simple (like a 'create language' or something) but I don't
(yet) know how to do this and maybe someone has a quick answer for me here.
I get this (I'm sure it's a clear case of RT(F)M, but there are so many Ms
to R, I don't know where to begin):

[postgres@chill-025 postgres]$ psql -f x.sql phones
psql:x.sql:1: ERROR:  RemoveFunction: function 'testfunc(int4)' does not
exist
psql:x.sql:9: ERROR:  Unrecognized language specified in a CREATE FUNCTION:
'plpgsql'.       Recognized languages are sql, C, internal, and created procedural
languages.

The first error is ok - the error in line 9 is what I'm worried about.

The code is what's in the tutorial, no biggy ;).

Best regards and thanks for the help,
Chris




_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



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

Предыдущее
От: Tod McQuillin
Дата:
Сообщение: Re: Select distinct and order by.
Следующее
От: mrink@avaya.com (Matt Rinkenberger)
Дата:
Сообщение: using custom column names in a group by clause