|
35 | 35 | <para>
|
36 | 36 | The <literal>ddl_command_start</> event occurs just before the
|
37 | 37 | execution of a <literal>CREATE</>, <literal>ALTER</>, or <literal>DROP</>
|
38 |
| -commmand. As an exception, however, this event does not occur for |
| 38 | +command. As an exception, however, this event does not occur for |
39 | 39 | DDL commands targeting shared objects - databases, roles, and tablespaces
|
40 | 40 | - or for command targeting event triggers themselves. The event trigger
|
41 | 41 | mechanism does not support these object types.
|
|
47 | 47 | <para>
|
48 | 48 | The <literal>ddl_command_end</> event occurs just before returning
|
49 | 49 | control from the execution of a <literal>CREATE</>, <literal>ALTER</>,
|
50 |
| - or <literal>DROP</>commmand. It shares the same exceptions as |
| 50 | + or <literal>DROP</>command. It shares the same exceptions as |
51 | 51 | the <literal>ddl_command_start</> event.
|
52 | 52 | </para>
|
53 | 53 |
|
|