mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
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
This commit is contained in:
parent
e1b7fde418
commit
7f27185324
@ -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> |
|
||||
|
Loading…
x
Reference in New Issue
Block a user