fluent-plugin-pghstore icon indicating copy to clipboard operation
fluent-plugin-pghstore copied to clipboard

Fluentd output plugin which can write to PostgreSQL hstore extension.

Results 1 fluent-plugin-pghstore issues
Sort by recently updated
recently updated
newest added

I found that entries that have double quotes returned errors, checking the code I realized that the problem was that the function con.escape_string escapes only single quotes, leaving the double...