cyga / www_fdw

fdw extension for postgres
http://wiki.postgresql.org/wiki/WWW_FDW
123 stars 21 forks source link

Introducing new parameter: request_user_header. #24

Closed KrzysztofCzajkaTURCOM closed 8 years ago

KrzysztofCzajkaTURCOM commented 8 years ago

Now you can push own HTTP header.

cyga commented 8 years ago

Thanks for the patch.

I applied it slightly modified (logic with header flag). At master now.

KrzysztofCzajkaTURCOM commented 8 years ago

Great. Many thanks. I think that now you can even remove header_set and change if( header_set ) to if( curl_opts ) Maybe next time.

cyga commented 8 years ago

yes, you are right.