Skip to content

Commit

Permalink
Catch-up with recent changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrSikora committed Dec 23, 2010
1 parent 39c3b83 commit c330141
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit c330141

Please sign in to comment.