From 340201ae2dd58c04fbbc6dd551b53fbce94ff85e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 3 Nov 2024 11:49:09 +0000 Subject: [PATCH] chore: format content markdown files with Prettier --- .../postgresql-string-functions/postgresql-to_char.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/postgresql/postgresql-string-functions/postgresql-to_char.md b/content/postgresql/postgresql-string-functions/postgresql-to_char.md index 8bb0cac6bd..348025cdf1 100644 --- a/content/postgresql/postgresql-string-functions/postgresql-to_char.md +++ b/content/postgresql/postgresql-string-functions/postgresql-to_char.md @@ -70,7 +70,7 @@ The following table shows the valid timestamp format strings: | IY | The last digit of ISO 8601 week\-numbering year | | I | Abbreviated lowercase month name e.g., Jan, feb, etc. | | BC, bc, AD or ad | Era indicator without periods | -| B.C., b.c., A.D. or a.d. | Era indicator with periods | +| B.C., b.c., A.D. or a.d. | Era indicator with periods | | MONTH | English month name in uppercase | | Month | Full capitalized English month name | | month | Full lowercase English month name |