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_13_15~61 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=94d7250ac42c0185662130e4bfbe05f656b54278;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 720f319c8b2..587bdbd210d 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 |