mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 00:02:04 -04:00
doc: Tweak synopsis indentation for consistency
This commit is contained in:
parent
741ccd5015
commit
84ae1af8f4
@ -22,9 +22,9 @@ PostgreSQL documentation
|
|||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
<synopsis>
|
<synopsis>
|
||||||
CREATE EVENT TRIGGER <replaceable class="PARAMETER">name</replaceable>
|
CREATE EVENT TRIGGER <replaceable class="PARAMETER">name</replaceable>
|
||||||
ON <replaceable class="PARAMETER">event</replaceable>
|
ON <replaceable class="PARAMETER">event</replaceable>
|
||||||
[ WHEN <replaceable class="PARAMETER">filter_variable</replaceable> IN (filter_value [, ... ]) [ AND ... ] ]
|
[ WHEN <replaceable class="PARAMETER">filter_variable</replaceable> IN (filter_value [, ... ]) [ AND ... ] ]
|
||||||
EXECUTE PROCEDURE <replaceable class="PARAMETER">function_name</replaceable>()
|
EXECUTE PROCEDURE <replaceable class="PARAMETER">function_name</replaceable>()
|
||||||
</synopsis>
|
</synopsis>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
|
||||||
|
@ -22,10 +22,10 @@ PostgreSQL documentation
|
|||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
<synopsis>
|
<synopsis>
|
||||||
IMPORT FOREIGN SCHEMA <replaceable class="PARAMETER">remote_schema</replaceable>
|
IMPORT FOREIGN SCHEMA <replaceable class="PARAMETER">remote_schema</replaceable>
|
||||||
[ { LIMIT TO | EXCEPT } ( <replaceable class="PARAMETER">table_name</replaceable> [, ...] ) ]
|
[ { LIMIT TO | EXCEPT } ( <replaceable class="PARAMETER">table_name</replaceable> [, ...] ) ]
|
||||||
FROM SERVER <replaceable class="PARAMETER">server_name</replaceable>
|
FROM SERVER <replaceable class="PARAMETER">server_name</replaceable>
|
||||||
INTO <replaceable class="PARAMETER">local_schema</replaceable>
|
INTO <replaceable class="PARAMETER">local_schema</replaceable>
|
||||||
[ OPTIONS ( <replaceable class="PARAMETER">option</replaceable> '<replaceable class="PARAMETER">value</replaceable>' [, ... ] ) ]
|
[ OPTIONS ( <replaceable class="PARAMETER">option</replaceable> '<replaceable class="PARAMETER">value</replaceable>' [, ... ] ) ]
|
||||||
</synopsis>
|
</synopsis>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user