language "plpgsql" does not exist
| От | Bruce Young |
|---|---|
| Тема | language "plpgsql" does not exist |
| Дата | |
| Msg-id | 20030523064831.64448.qmail@web10403.mail.yahoo.com обсуждение |
| Ответы |
Re: language "plpgsql" does not exist
Re: language "plpgsql" does not exist Re: language "plpgsql" does not exist Re: language "plpgsql" does not exist Re: language "plpgsql" does not exist Re: language "plpgsql" does not exist Re: language "plpgsql" does not exist |
| Список | pgsql-sql |
i am trying to create functions only to get the above error in return. what do i need to do to get PL/PGSQL functions working? example: CREATE FUNCTION logfunc1(text) RETURNS timestamp AS ' DECLARE logtxt ALIAS FOR $1; BEGIN INSERT INTOlogtable VALUES (logtxt, ''now''); RETURN ''now''; END; ' LANGUAGE plpgsql; # ERROR: language "plpgsql" does not exist any help appreciated __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com
В списке pgsql-sql по дате отправления: