Fix typo in distributed (#7069)

DESCRIPTION: PR description that will go into the change log, up to 78
characters
pull/7070/head
mulander 2023-07-18 21:02:09 +02:00 committed by GitHub
parent 832fc4a8f0
commit 6498e1eb6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ Available since Citus 12.0, [schema-based sharding](https://docs.citusdata.com/e
### Creating distributed schemas ### Creating distributed schemas
You can turn an existing schema into a distriubuted schema by calling `citus_schema_distribute`: You can turn an existing schema into a distributed schema by calling `citus_schema_distribute`:
```sql ```sql
SELECT citus_schema_distribute('user_service'); SELECT citus_schema_distribute('user_service');