diff options
author | Robert Haas <rhaas@postgresql.org> | 2013-01-21 22:35:32 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2013-01-21 22:35:45 -0500 |
commit | 9917a491fd5e3a74e927292602c8adf0465ce575 (patch) | |
tree | 93a2700a8b18148ed2eab5e0304edea17ccc3e60 /doc/src | |
parent | 75b39e79099fb1da43542e12698df717d1bd120f (diff) | |
download | postgresql-9917a491fd5e3a74e927292602c8adf0465ce575.tar.gz postgresql-9917a491fd5e3a74e927292602c8adf0465ce575.zip |
Typo fixes.
Noted by Thom Brown.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/event-trigger.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/event-trigger.sgml b/doc/src/sgml/event-trigger.sgml index f9e27567684..f25e1817fd7 100644 --- a/doc/src/sgml/event-trigger.sgml +++ b/doc/src/sgml/event-trigger.sgml @@ -35,7 +35,7 @@ <para> The <literal>ddl_command_start</> event occurs just before the execution of a <literal>CREATE</>, <literal>ALTER</>, or <literal>DROP</> - commmand. As an exception, however, this event does not occur for + command. As an exception, however, this event does not occur for DDL commands targeting shared objects - databases, roles, and tablespaces - or for command targeting event triggers themselves. The event trigger mechanism does not support these object types. @@ -47,7 +47,7 @@ <para> The <literal>ddl_command_end</> event occurs just before returning control from the execution of a <literal>CREATE</>, <literal>ALTER</>, - or <literal>DROP</> commmand. It shares the same exceptions as + or <literal>DROP</> command. It shares the same exceptions as the <literal>ddl_command_start</> event. </para> |