File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ PostgreSQL documentation
22
22
<refsynopsisdiv>
23
23
<synopsis>
24
24
CREATE EVENT TRIGGER <replaceable class="PARAMETER">name</replaceable>
25
- ON <replaceable class="PARAMETER">event</replaceable>
26
- [ WHEN <replaceable class="PARAMETER">filter_variable</replaceable> IN (filter_value [, ... ]) [ AND ... ] ]
27
- EXECUTE PROCEDURE <replaceable class="PARAMETER">function_name</replaceable>()
25
+ ON <replaceable class="PARAMETER">event</replaceable>
26
+ [ WHEN <replaceable class="PARAMETER">filter_variable</replaceable> IN (filter_value [, ... ]) [ AND ... ] ]
27
+ EXECUTE PROCEDURE <replaceable class="PARAMETER">function_name</replaceable>()
28
28
</synopsis>
29
29
</refsynopsisdiv>
30
30
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ PostgreSQL documentation
22
22
<refsynopsisdiv>
23
23
<synopsis>
24
24
IMPORT FOREIGN SCHEMA <replaceable class="PARAMETER">remote_schema</replaceable>
25
- [ { LIMIT TO | EXCEPT } ( <replaceable class="PARAMETER">table_name</replaceable> [, ...] ) ]
26
- FROM SERVER <replaceable class="PARAMETER">server_name</replaceable>
27
- INTO <replaceable class="PARAMETER">local_schema</replaceable>
28
- [ OPTIONS ( <replaceable class="PARAMETER">option</replaceable> '<replaceable class="PARAMETER">value</replaceable>' [, ... ] ) ]
25
+ [ { LIMIT TO | EXCEPT } ( <replaceable class="PARAMETER">table_name</replaceable> [, ...] ) ]
26
+ FROM SERVER <replaceable class="PARAMETER">server_name</replaceable>
27
+ INTO <replaceable class="PARAMETER">local_schema</replaceable>
28
+ [ OPTIONS ( <replaceable class="PARAMETER">option</replaceable> '<replaceable class="PARAMETER">value</replaceable>' [, ... ] ) ]
29
29
</synopsis>
30
30
</refsynopsisdiv>
31
31
You can’t perform that action at this time.
0 commit comments