From 3958ebbb05cd2d78b09e13bbaff5ee794af4f2cd Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Thu, 31 May 2018 10:47:56 -0500 Subject: [PATCH] Add CHANGELOG note about stored procedures --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c0dfdbad..c65dddf4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed -- Computed columns now only work if they belong to the db-schema - @steve-chavez +- #828, A `SET SCHEMA ` is done on each request, this has the following implications: + - Computed columns now only work if they belong to the db-schema + - Stored procedures might require a `search_path` to work properly, for further details see https://postgrest.org/en/v5.0/api.html#explicit-qualification - To use RPC now the `json_to_record/json_to_recordset` functions are needed, these are available starting from PostgreSQL 9.4 - @steve-chavez - Overloaded functions now depend on the `dbStructure`, restart/sighup may be needed for their correct functioning - @steve-chavez - #1098, Removed support for: