diff --git a/CHANGES b/CHANGES index dedae592..df52b7a8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,16 @@ +2010-12-23 VERSION 0.8 + * Add option to return content in binary format using + "binary_value" output format in "postgres_output" directive. + Mostly done by Yichun Zhang (agentzh). + +2010-11-01 + * Support "postgres_pass", "postgres_query", "postgres_rewrite" + and "postgres_output" directives in "if" pseudo-locations. + From Yichun Zhang (agentzh). + +2010-10-02 + * Major rewrite of "postgres_escape" directive. + 2010-09-30 VERSION 0.7 * Add option to send original response body with error responses set by "postgres_rewrite" directive. diff --git a/README.md b/README.md index 3ec1ab4a..e8b07193 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ This directive can be used more than once within same context. postgres_output --------------- -* **syntax**: `postgres_output none|value|row|rds [row] [column]` +* **syntax**: `postgres_output rds|row|value|binary_value|none [row] [column]` * **default**: `rds` * **context**: `http`, `server`, `location`, `if location`