From: Tom Lane Date: Mon, 19 Feb 2024 19:17:11 +0000 (-0500) Subject: Doc: fix typo in SECURITY LABEL synopsis. X-Git-Tag: REL_14_12~71 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=eac4aff0b8a5d4cd003012ba4464bd0b39a9f875;p=postgresql.git Doc: fix typo in SECURITY LABEL synopsis. One case missed its trailing "|". Reported by Tim Needham. Discussion: https://postgr.es/m/170833547220.3279712.700702770281879175@wrigleys.postgresql.org --- diff --git a/doc/src/sgml/ref/security_label.sgml b/doc/src/sgml/ref/security_label.sgml index 5f96b7e1ded..e5e5fb483e9 100644 --- a/doc/src/sgml/ref/security_label.sgml +++ b/doc/src/sgml/ref/security_label.sgml @@ -29,7 +29,7 @@ SECURITY LABEL [ FOR provider ] ON DATABASE object_name | DOMAIN object_name | EVENT TRIGGER object_name | - FOREIGN TABLE object_name + FOREIGN TABLE object_name | FUNCTION function_name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ] | LARGE OBJECT large_object_oid | MATERIALIZED VIEW object_name |