Keith Fiske

Results 237 comments of Keith Fiske

Would need a new `create_partition_hash()` function and incorporate that into the `create_parent()` function. Hash partitioning would not need any ongoing maintenance, so likely wouldn't need much additional code in `run_maintenance()`...

Looking at node_exporter (and also a recent commit of postgres_exporter), it looks like they use this toolkit to add in support for TLS and web auth https://github.com/prometheus/exporter-toolkit https://github.com/prometheus/exporter-toolkit/tree/master/web

Sent an email to the list to see if this was ever implemented. Looks like it was applied in 9.3.0 http://www.postgresql.org/message-id/[email protected] It's also in the release notes in section E.5.3.6....

Oh nice! I'll see if I can make that an option.

I just did a basic select with some joins. For me, it had returns after each column and at the FROM & JOINs. Fancier stuff may not get the full...

I'd honestly rather not have any non-standard third-party library dependencies in pg_extractor right now. If you, or anyone else wants to write up a push request for this, I'd gladly...

@denishpatel Apologies for the delay on this. Initial attempt at supporting this is in PR #54 if you wouldn't mind testing it out. Mostly looking to see if overloaded procedure...

@denishpatel have you had a chance to review the PR at all?

I have merged in the PR to add procedure support

Putting in another request for prometheus support.