git.postgresql.org Git - postgresql.git/commit
2018年3月14日 15:47:21 +0000 (11:47 -0400)
2018年3月14日 16:07:28 +0000 (12:07 -0400)
commit 33803f67f1c4cb88733cce61207bbf2bd5b599cc
Support INOUT arguments in procedures
In a top-level CALL, the values of INOUT arguments will be returned as a
result row. In PL/pgSQL, the values are assigned back to the input
arguments. In other languages, the same convention as for return a
record from a function is used. That does not require any code changes
in the PL implementations.
Reviewed-by: Pavel Stehule <pavel.stehule@gmail.com>
32 files changed:
This is the main PostgreSQL git repository.
RSS
Atom