From 6154259abf3fcf2ea6ada2d52ab6930a2301ce9c Mon Sep 17 00:00:00 2001 From: Joshua Behrens Date: Sat, 19 Oct 2024 17:15:18 +0200 Subject: [PATCH] Fix typo in PostgreSql documentation reference --- docs/en/reference/schema-representation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/reference/schema-representation.rst b/docs/en/reference/schema-representation.rst index f5aa7f4e0ac..72d4198915c 100644 --- a/docs/en/reference/schema-representation.rst +++ b/docs/en/reference/schema-representation.rst @@ -93,7 +93,7 @@ and absolutely not portable. - **engine** (string): The DB engine used for the table. Currently only supported on MySQL. - **unlogged** (boolean): Set a PostgreSQL table type as - `unlogged `_ + `unlogged `_ Column ~~~~~~