diff options
| author | Robert Haas <rhaas@postgresql.org> | 2013-04-12 08:39:38 -0400 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2013-04-12 08:40:02 -0400 |
| commit | d017bf41a32d08885f00a274603ed2e50816fe7f (patch) | |
| tree | 1a48d376a47ff7392336b841986a3caa3007f745 /src/include | |
| parent | b620fdabba3fd3c00587fb586f74eb7dc6eca223 (diff) | |
Minor wording corrections for object-access hook stuff.
KaiGai Kohei
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/catalog/objectaccess.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/objectaccess.h b/src/include/catalog/objectaccess.h index 12ae55f498c..a34c4c7474b 100644 --- a/src/include/catalog/objectaccess.h +++ b/src/include/catalog/objectaccess.h @@ -29,7 +29,7 @@ * * OAT_NAMESPACE_SEARCH should be invoked prior to object name lookup under * a particular namespace. This event is equivalent to usage permission - * permission on a schema under the default access control mechanism. + * on a schema under the default access control mechanism. * * Other types may be added in the future. */ |
