Re: Need help using function

Поиск
Список
Период
Сортировка
От Bob Pawley
Тема Re: Need help using function
Дата
Msg-id 8C56ED8B07674A548FA457FEC4A21F76@desktop
обсуждение исходный текст
Ответ на Need help using function  ("Bob Pawley" <rjpawley@shaw.ca>)
Ответы Re: Need help using function  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Список pgsql-general
That worked.

However, perhaps I don't understand the idea of a function.

If the , in this case ('1'),  was in fact an unknown variable what would the
return be?

Bob
----- Original Message -----
From: "John R Pierce" <pierce@hogranch.com>
To: "Bob Pawley" <rjpawley@shaw.ca>; <pgsql-general@postgresql.org>
Sent: Friday, June 26, 2009 10:15 AM
Subject: Re: [GENERAL] Need help using function


> Bob Pawley wrote:
>> Hi
>>  I want to try using functions but I am having trouble understanding
>> return.
>>  ...
>>  The error message - "control reached end of function without RETURN"
>>  I have attempted adding - Return integer; to the end of the function
>> with no success.
>>
>
>
> I'd try adding
>     RETURN 1;  or similar,  before the END;
>
>


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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: Need help using function
Следующее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: Need help using function