File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
14
2010-09-30 VERSION 0.7
2
15
* Add option to send original response body with error responses
3
16
set by "postgres_rewrite" directive.
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ This directive can be used more than once within same context.
88
88
89
89
postgres_output
90
90
---------------
91
- * ** syntax** : ` postgres_output none| value|row|rds [row] [column] `
91
+ * ** syntax** : ` postgres_output rds|row| value|binary_value|none [row] [column] `
92
92
* ** default** : ` rds `
93
93
* ** context** : ` http ` , ` server ` , ` location ` , ` if location `
94
94
You can’t perform that action at this time.
0 commit comments