提交 9917a491 编写于 作者: R Robert Haas

Typo fixes.

Noted by Thom Brown.
上级 75b39e79
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<para> <para>
The <literal>ddl_command_start</> event occurs just before the The <literal>ddl_command_start</> event occurs just before the
execution of a <literal>CREATE</>, <literal>ALTER</>, or <literal>DROP</> 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 DDL commands targeting shared objects - databases, roles, and tablespaces
- or for command targeting event triggers themselves. The event trigger - or for command targeting event triggers themselves. The event trigger
mechanism does not support these object types. mechanism does not support these object types.
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<para> <para>
The <literal>ddl_command_end</> event occurs just before returning The <literal>ddl_command_end</> event occurs just before returning
control from the execution of a <literal>CREATE</>, <literal>ALTER</>, 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. the <literal>ddl_command_start</> event.
</para> </para>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册