diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-09-23 17:02:46 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-09-23 17:02:46 -0400 |
commit | a5e94ea52b002a049ffa52849f2958c096cc0f92 (patch) | |
tree | 8c6a2569d79cc0830918d85812b6f2fecd74b7d5 /doc/src | |
parent | e50b052a3bc5611dbf1a521ac7bc3611695a5f22 (diff) | |
download | postgresql-a5e94ea52b002a049ffa52849f2958c096cc0f92.tar.gz postgresql-a5e94ea52b002a049ffa52849f2958c096cc0f92.zip |
Document some more apparently-harmless error messages.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/sepgsql.sgml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/src/sgml/sepgsql.sgml b/doc/src/sgml/sepgsql.sgml index 0a02edb624a..24224fb879a 100644 --- a/doc/src/sgml/sepgsql.sgml +++ b/doc/src/sgml/sepgsql.sgml @@ -117,13 +117,18 @@ $ for DBNAME in template0 template1 postgres; do </para> <para> - Please note that you may see the following notifications depending on - the combination of a particular version of <productname>libselinux</> - and <productname>selinux-policy</>. + Please note that you may see some or all of the following notifications + depending on the combination of a particular version of + <productname>libselinux</> and <productname>selinux-policy</>. <screen> /etc/selinux/targeted/contexts/sepgsql_contexts: line 33 has invalid object type db_blobs +/etc/selinux/targeted/contexts/sepgsql_contexts: line 36 has invalid object type db_language +/etc/selinux/targeted/contexts/sepgsql_contexts: line 37 has invalid object type db_language +/etc/selinux/targeted/contexts/sepgsql_contexts: line 38 has invalid object type db_language +/etc/selinux/targeted/contexts/sepgsql_contexts: line 39 has invalid object type db_language +/etc/selinux/targeted/contexts/sepgsql_contexts: line 40 has invalid object type db_language </screen> - This message is harmless and may be safely ignored. + These messages are harmless and may be safely ignored. </para> </sect2> |