diff options
author | Tatsuo Ishii | 2016-01-18 12:26:30 +0000 |
---|---|---|
committer | Tatsuo Ishii | 2016-01-18 12:26:30 +0000 |
commit | 85f22281a1190165851f15b35f8283c8b7592b3c (patch) | |
tree | 618d9baa6af54399b126f2dc15a570cbecf34fdb | |
parent | 49b49506502026a3653bca490c939dc8934afe95 (diff) |
Fix typo.
Reported by KOIZUMI Satoru.
-rw-r--r-- | doc/src/sgml/datatype.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |