Calling stored procedures with supported databases / Stored procedure call with PostgreSQL |
With PostgreSQL you cannot return output parameters and a result set from the same stored procedure; both use the same technique to return values to the client, in the context of result columns to be fetched.