diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2016-01-18 21:26:30 +0900 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2016-01-18 21:28:10 +0900 |
commit | 77a1863c94e21eceaef65eab0b4bd24eea57ef97 (patch) | |
tree | bc563f50c71a6fb878fbeaef85813c7793e7e7a4 | |
parent | 6b3b3a502e5d96cd992470bd408dd7457139caf0 (diff) | |
download | postgresql-77a1863c94e21eceaef65eab0b4bd24eea57ef97.tar.gz postgresql-77a1863c94e21eceaef65eab0b4bd24eea57ef97.zip |
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 61b562da97f..c8db2390ffe 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -4727,7 +4727,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> |