Skip to content

Commit 7f27185

Browse files
committed
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
1 parent e1b7fde commit 7f27185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/security_label.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SECURITY LABEL [ FOR <replaceable class="parameter">provider</replaceable> ] ON
2929
DATABASE <replaceable class="parameter">object_name</replaceable> |
3030
DOMAIN <replaceable class="parameter">object_name</replaceable> |
3131
EVENT TRIGGER <replaceable class="parameter">object_name</replaceable> |
32-
FOREIGN TABLE <replaceable class="parameter">object_name</replaceable>
32+
FOREIGN TABLE <replaceable class="parameter">object_name</replaceable> |
3333
FUNCTION <replaceable class="parameter">function_name</replaceable> [ ( [ [ <replaceable class="parameter">argmode</replaceable> ] [ <replaceable class="parameter">argname</replaceable> ] <replaceable class="parameter">argtype</replaceable> [, ...] ] ) ] |
3434
LARGE OBJECT <replaceable class="parameter">large_object_oid</replaceable> |
3535
MATERIALIZED VIEW <replaceable class="parameter">object_name</replaceable> |

0 commit comments

Comments
 (0)