Access nginx access log via PostgreSQL foreign table

create server accessfileslr foreign data wrapper file_fdw; create foreign table accessloglr (arec varchar(2000)) server accessfileslr options ( filename '/var/log/nginx-accessjson_lr.log');

Published: May 29, 2018

Change Content

The information on this page is user generated content. The content does not claim to be complete or correct.

Everybody is invited to add or change the data. Just click on this link. No login or email is required. Thanks.