From bac89a68f3b9559dc6d2997e148feb55f3cee95e Mon Sep 17 00:00:00 2001 From: onderkalaci Date: Thu, 21 Sep 2023 21:35:27 +0300 Subject: [PATCH] Add Nils' blog link --- src/backend/distributed/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/distributed/README.md b/src/backend/distributed/README.md index fcac0f278..e6db616c2 100644 --- a/src/backend/distributed/README.md +++ b/src/backend/distributed/README.md @@ -1747,7 +1747,7 @@ Not all table DDL is currently deparsed. In that case, the original command sent ## Object & dependency propagation -These two topics are closely related, so we'll discuss them together. +These two topics are closely related, so we'll discuss them together. You can start the topic by reading [Nils' blog](https://www.citusdata.com/blog/2020/06/25/using-custom-types-with-citus-and-postgres/) on the topic. ### The concept of "Dependency" for Postgres/Citus