Skip to content

Commit

Permalink
Issues found by Halil (#902)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonels-msft committed Feb 19, 2020
1 parent e104533 commit 00ba7ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin_guide/cluster_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The new node is available for shards of new distributed tables. Existing shards

.. code-block:: sql
ALTER SYSTEM SET 'citus.node_conninfo' TO 'sslmode=prefer';
ALTER SYSTEM SET citus.node_conninfo TO 'sslmode=prefer';
SELECT pg_reload_conf();
.. _shard_rebalancing:
Expand Down
2 changes: 1 addition & 1 deletion use_cases/multi_tenant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -513,4 +513,4 @@ Where to Go From Here

With this, you now know how to use Citus to power your multi-tenant application for scalability. If you have an existing schema and want to migrate it for Citus, see :ref:`Multi-Tenant Transitioning <transitioning_mt>`.

To adjust a front-end application, specifically Ruby on Rails or Django, read :ref:`rails_migration`. Finally, try :ref:`Citus Cloud <cloud_overview>`, the easiest way to manage a Citus cluster, available with discounted developer plan pricing.
To adjust a front-end application, specifically Ruby on Rails or Django, read :ref:`rails_migration` or :ref:`django_migration`. Finally, try :ref:`Azure Database for PostgreSQL - Hyperscale (Citus) <https://docs.microsoft.com/en-us/azure/postgresql/quickstart-create-hyperscale-portal>`, the easiest way to manage a Citus cluster.
2 changes: 1 addition & 1 deletion use_cases/realtime_analytics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ Next, include it in the rollups by modifying the rollup function:
+ ) h
Now, if you want to get the number of requests which came from America in your dashboard,
your can modify the dashboard query to look like this:
you can modify the dashboard query to look like this:

.. code-block:: sql
Expand Down

0 comments on commit 00ba7ec

Please sign in to comment.