Ivan Vakhrushev

Results 20 comments of Ivan Vakhrushev

I'm also interested in this feature

**Repro steps** We send logs to Kafka, consumes them with Fluentd and persist them into Elastic. Fluentd configuration ``` @type kafka_group brokers broker:9092 consumer_group my-consumer-group topics my-topic format json @type...

I've faced with the same problem. Could you please increase priority of this issue?

> Иван, приветствую! > > Подскажи пожалуйста, а можно ли оформить pg-index-health как консольную утилиту? @biter777 Привет. В принципе, да. Мы с коллегами уже пару раз поднимали этот вопрос, но...

@biter777 Please take a look at [pg_analyse](https://github.com/idlesign/pg_analyse) It's based on my SQL-queries.

Hi @sz-liva , thanks for the issue. I'll take to work on it as soon as possible.

pg_proc [docs](https://www.postgresql.org/docs/current/catalog-pg-proc.html) PostgreSQL [supports function overloading](https://www.postgresql.org/docs/current/sql-createfunction.html) so we need to get a function signature (besides the name) in order to distinguish one function from another