From a267abbd74edf1138ee8442fcf4b280e7bf3621c Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 12 Mar 2024 16:09:44 +0100 Subject: [PATCH] Update docs/content/query/schema.md Co-authored-by: Simon MELLERIN --- docs/content/query/schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/query/schema.md b/docs/content/query/schema.md index 75f27de..27b7410 100644 --- a/docs/content/query/schema.md +++ b/docs/content/query/schema.md @@ -35,7 +35,7 @@ Other implementations will come later. When possible, this API uses the `information_schema` tables. Nevertheless each database vendor has its own dialect, even when considering the information schema. Keep in mind that each vendor will apply its own access control over information it gives back when reading those -catalogs, and result may vary depending upon the current user access rights. +catalogs. Result may vary depending upon the current user access rights. ::: First, you may want to list databases: