Kostiantyn Nemchenko

Results 7 comments of Kostiantyn Nemchenko

This extension does not support aggregate push-down, therefore Postgres fetches all the rows from the remote server and then counts them locally. Currently, the only thing you can do to...

@mtuncer , thanks for your response. Good to know that this is on your radar. Will wait for the next release.

>fatal: [ubuntu1]: FAILED! => {"changed": false, "msg": "AnsibleUndefinedVariable: 'dict object' has no attribute u'etcd'" Seems like you don't have `etcd` group in your inventory file for ansible. Please, add something...

It makes sense. But respective groups for zookeeper and consul should be added as well.

QueryEscape [call](https://github.com/cyrilgdn/terraform-provider-postgresql/blob/aa432f738c64e794e8af2d41712e08ad69a77a49/postgresql/config.go#L209-L210) encodes a space with a "+" character, whereas lib/pq requires any part of a connection URI to be encoded with percent-encoding. @cyrilgdn What do you think about using...

@jinoa-fh @gmile @alexherington JFYI: support of individual tables is available since v1.14.0. Details - #105