Re: call by reference vs call by value

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: call by reference vs call by value
Дата
Msg-id CAKFQuwaEQ3+q3kUu6TVgTBV08kj2ShoUNKbADTx1kYK1ybF==Q@mail.gmail.com
обсуждение исходный текст
Ответ на call by reference vs call by value  (Michael Moore <michaeljmoore@gmail.com>)
Ответы Re: call by reference vs call by value  (Michael Moore <michaeljmoore@gmail.com>)
Список pgsql-sql
On Tue, Dec 8, 2015 at 12:07 PM, Michael Moore <michaeljmoore@gmail.com> wrote:
How are variables in pg/psql functions passed? I'm sure this is documented somewhere. I looked but no joy. A link would be great! TIA

​I doubt its documented anywhere since the concept of "by reference" is not part of the language.  The concept is also not part of SQL.

If you want a better explanation you should provide some code for us to comment upon.

David J.


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

Предыдущее
От: Michael Moore
Дата:
Сообщение: call by reference vs call by value
Следующее
От: Michael Moore
Дата:
Сообщение: How to manually load RETURNS SETOF RECORD?