From 574ed32358d8e502793bf133099d1b6e3b8e3d76 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 11 Oct 2022 03:09:00 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/development/database/understanding_explain_plans.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/development/database/understanding_explain_plans.md') diff --git a/doc/development/database/understanding_explain_plans.md b/doc/development/database/understanding_explain_plans.md index 82d93634857..d4b29a72af2 100644 --- a/doc/development/database/understanding_explain_plans.md +++ b/doc/development/database/understanding_explain_plans.md @@ -719,7 +719,7 @@ and through its [web interface](https://console.postgres.ai/gitlab/joe-instances With Joe Bot you can execute DDL statements (like creating indexes, tables, and columns) and get query plans for `SELECT`, `UPDATE`, and `DELETE` statements. -For example, in order to test new index on a column that is not existing on production yet, you can do the following: +For example, to test new index on a column that is not existing on production yet, you can do the following: Create the column: -- cgit v1.2.3