diff --git a/docs/content/preview/reference/configuration/yb-tserver.md b/docs/content/preview/reference/configuration/yb-tserver.md index 2f746ff13af9..56f7a9867369 100644 --- a/docs/content/preview/reference/configuration/yb-tserver.md +++ b/docs/content/preview/reference/configuration/yb-tserver.md @@ -857,9 +857,9 @@ Specifies the lowest YSQL message level to log. ##### --ysql_cron_database_name -Specifies the database where pg_cron is to be installed. +Specifies the database where pg_cron is to be installed. You can create the database after setting the flag. -The [pg_cron extension](../../../explore/ysql-language-features/pg-extensions/extension-pgcron/) is installed on only one database (by default, `yugabyte`). You can create the database after setting the flag. +The [pg_cron extension](../../../explore/ysql-language-features/pg-extensions/extension-pgcron/) is installed on only one database (by default, `yugabyte`). To change the database after the extension is created, you must first drop the extension and then change the flag value.