Skip to content

Commit c330141

Browse files
committed
Catch-up with recent changes.
1 parent 39c3b83 commit c330141

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGES

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2010-12-23 VERSION 0.8
2+
* Add option to return content in binary format using
3+
"binary_value" output format in "postgres_output" directive.
4+
Mostly done by Yichun Zhang (agentzh).
5+
6+
2010-11-01
7+
* Support "postgres_pass", "postgres_query", "postgres_rewrite"
8+
and "postgres_output" directives in "if" pseudo-locations.
9+
From Yichun Zhang (agentzh).
10+
11+
2010-10-02
12+
* Major rewrite of "postgres_escape" directive.
13+
114
2010-09-30 VERSION 0.7
215
* Add option to send original response body with error responses
316
set by "postgres_rewrite" directive.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This directive can be used more than once within same context.
8888

8989
postgres_output
9090
---------------
91-
* **syntax**: `postgres_output none|value|row|rds [row] [column]`
91+
* **syntax**: `postgres_output rds|row|value|binary_value|none [row] [column]`
9292
* **default**: `rds`
9393
* **context**: `http`, `server`, `location`, `if location`
9494

0 commit comments

Comments
 (0)