Doc: fix typo in SECURITY LABEL synopsis.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 19 Feb 2024 19:17:11 +0000 (14:17 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 19 Feb 2024 19:17:11 +0000 (14:17 -0500)
One case missed its trailing "|".

Reported by Tim Needham.

Discussion: https://postgr.es/m/170833547220.3279712.700702770281879175@wrigleys.postgresql.org

doc/src/sgml/ref/security_label.sgml

index 5f96b7e1ded8ca498a70403d86eb4ee38d08be01..e5e5fb483e94e3ee30cd6e8cc26d582cc01d2808 100644 (file)
@@ -29,7 +29,7 @@ SECURITY LABEL [ FOR <replaceable class="parameter">provider</replaceable> ] ON
   DATABASE <replaceable class="parameter">object_name</replaceable> |
   DOMAIN <replaceable class="parameter">object_name</replaceable> |
   EVENT TRIGGER <replaceable class="parameter">object_name</replaceable> |
-  FOREIGN TABLE <replaceable class="parameter">object_name</replaceable>
+  FOREIGN TABLE <replaceable class="parameter">object_name</replaceable> |
   FUNCTION <replaceable class="parameter">function_name</replaceable> [ ( [ [ <replaceable class="parameter">argmode</replaceable> ] [ <replaceable class="parameter">argname</replaceable> ] <replaceable class="parameter">argtype</replaceable> [, ...] ] ) ] |
   LARGE OBJECT <replaceable class="parameter">large_object_oid</replaceable> |
   MATERIALIZED VIEW <replaceable class="parameter">object_name</replaceable> |