citusdata / citus_docs

Documentation for Citus. Distributed PostgreSQL as an extension.
Creative Commons Attribution 4.0 International
58 stars 59 forks source link

missing documentation for citus_set_coordinator_host #1004

Closed thanodnl closed 3 years ago

thanodnl commented 3 years ago

Why are we implementing it? (sales eng)

What are the typical use cases?

updating the coordinator hostname when Citus has ran in single node mode. Before adding worker nodes we need to update the hostname of the coordinator. By default the coordinator will add the hostname in citus.local_hostname guc - which defaults to localhost Workers will not be able to connect to the coordinator via localhost as their hostname.

Communication goals (e.g. detailed howto vs orientation)

Good locations for content in docs structure

How does this work? (devs)

Example sql

Corner cases, gotchas

Are there relevant blog posts or outside documentation about the concept/feature?

Link to relevant commits and regression tests if applicable