From 85f22281a1190165851f15b35f8283c8b7592b3c Mon Sep 17 00:00:00 2001
From: Tatsuo Ishii <ishii@postgresql.org>
Date: Mon, 18 Jan 2016 21:26:30 +0900
Subject: [PATCH] Fix typo.

Reported by KOIZUMI Satoru.
---
 doc/src/sgml/datatype.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml
index 3b3e903b03a..f70cfe75e9e 100644
--- a/doc/src/sgml/datatype.sgml
+++ b/doc/src/sgml/datatype.sgml
@@ -4761,7 +4761,7 @@ SELECT * FROM pg_attribute
 
        <row>
         <entry><type>pg_ddl_command</></entry>
-        <entry>Identifies a represention of DDL commands that is available to event triggers.</entry>
+        <entry>Identifies a representation of DDL commands that is available to event triggers.</entry>
        </row>
 
        <row>
-- 
GitLab