From 84ae1af8f48fc910bbdacee4fc26a2145dc09657 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut <peter_e@gmx.net> Date: Mon, 21 Sep 2015 23:31:43 -0400 Subject: [PATCH] doc: Tweak synopsis indentation for consistency --- doc/src/sgml/ref/create_event_trigger.sgml | 6 +++--- doc/src/sgml/ref/import_foreign_schema.sgml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/src/sgml/ref/create_event_trigger.sgml b/doc/src/sgml/ref/create_event_trigger.sgml index 7cdf4c75f67..be18fc36e80 100644 --- a/doc/src/sgml/ref/create_event_trigger.sgml +++ b/doc/src/sgml/ref/create_event_trigger.sgml @@ -22,9 +22,9 @@ PostgreSQL documentation <refsynopsisdiv> <synopsis> CREATE EVENT TRIGGER <replaceable class="PARAMETER">name</replaceable> - ON <replaceable class="PARAMETER">event</replaceable> - [ WHEN <replaceable class="PARAMETER">filter_variable</replaceable> IN (filter_value [, ... ]) [ AND ... ] ] - EXECUTE PROCEDURE <replaceable class="PARAMETER">function_name</replaceable>() + ON <replaceable class="PARAMETER">event</replaceable> + [ WHEN <replaceable class="PARAMETER">filter_variable</replaceable> IN (filter_value [, ... ]) [ AND ... ] ] + EXECUTE PROCEDURE <replaceable class="PARAMETER">function_name</replaceable>() </synopsis> </refsynopsisdiv> diff --git a/doc/src/sgml/ref/import_foreign_schema.sgml b/doc/src/sgml/ref/import_foreign_schema.sgml index bdcc26558ac..331b362db7c 100644 --- a/doc/src/sgml/ref/import_foreign_schema.sgml +++ b/doc/src/sgml/ref/import_foreign_schema.sgml @@ -22,10 +22,10 @@ PostgreSQL documentation <refsynopsisdiv> <synopsis> IMPORT FOREIGN SCHEMA <replaceable class="PARAMETER">remote_schema</replaceable> -[ { LIMIT TO | EXCEPT } ( <replaceable class="PARAMETER">table_name</replaceable> [, ...] ) ] -FROM SERVER <replaceable class="PARAMETER">server_name</replaceable> -INTO <replaceable class="PARAMETER">local_schema</replaceable> -[ OPTIONS ( <replaceable class="PARAMETER">option</replaceable> '<replaceable class="PARAMETER">value</replaceable>' [, ... ] ) ] + [ { LIMIT TO | EXCEPT } ( <replaceable class="PARAMETER">table_name</replaceable> [, ...] ) ] + FROM SERVER <replaceable class="PARAMETER">server_name</replaceable> + INTO <replaceable class="PARAMETER">local_schema</replaceable> + [ OPTIONS ( <replaceable class="PARAMETER">option</replaceable> '<replaceable class="PARAMETER">value</replaceable>' [, ... ] ) ] </synopsis> </refsynopsisdiv> -- GitLab