We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbaf315 commit 3ebc6d2Copy full SHA for 3ebc6d2
doc/src/sgml/plpgsql.sgml
@@ -1959,7 +1959,8 @@ SELECT * FROM get_available_flightid(CURRENT_DATE);
1959
or <command>DO</command> block can call a procedure
1960
using <command>CALL</command>. Output parameters are handled
1961
differently from the way that <command>CALL</command> works in plain
1962
- SQL. Each <literal>INOUT</literal> parameter of the procedure must
+ SQL. Each <literal>OUT</literal> or <literal>INOUT</literal>
1963
+ parameter of the procedure must
1964
correspond to a variable in the <command>CALL</command> statement, and
1965
whatever the procedure returns is assigned back to that variable after
1966
it returns. For example:
0 commit comments