projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88e03d0
)
Doc: fix typo in SECURITY LABEL synopsis.
author
Tom Lane
Mon, 19 Feb 2024 19:17:11 +0000
(14:17 -0500)
committer
Tom Lane
Mon, 19 Feb 2024 19:17:22 +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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/security_label.sgml
b/doc/src/sgml/ref/security_label.sgml
index 5f96b7e1ded8ca498a70403d86eb4ee38d08be01..e5e5fb483e94e3ee30cd6e8cc26d582cc01d2808 100644
(file)
--- 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
|