Fix #1264, allow bulk RPC call
This commit is contained in:
committed by
Steve Chávez
parent
40b004c9f7
commit
bdfb11001e
Vendored
+6
-1
@@ -1659,4 +1659,9 @@ CREATE TABLE test.openapi_types(
|
||||
"a_numeric" numeric,
|
||||
"a_real" real,
|
||||
"a_double_precision" double precision
|
||||
);
|
||||
);
|
||||
|
||||
create function add_them(a integer, b integer)
|
||||
returns integer as $$
|
||||
select a + b;
|
||||
$$ language sql;
|
||||
|
||||
Reference in New Issue
Block a user