1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fix typo in dummy_seclabel documentation.

dummy_label -> dummy_seclabel

Thom Brown
This commit is contained in:
Tom Lane
2011-10-13 12:16:07 -04:00
parent cf72528e87
commit de1bf53a25

View File

@ -1,4 +1,4 @@
<!-- doc/src/sgml/dummy_seclabel.sgml -->
<!-- doc/src/sgml/dummy-seclabel.sgml -->
<sect1 id="dummy-seclabel" xreflabel="dummy_seclabel">
<title>dummy_seclabel</title>
@ -40,7 +40,7 @@
<programlisting>
# postgresql.conf
shared_preload_libraries = 'dummy_label'
shared_preload_libraries = 'dummy_seclabel'
</programlisting>
<programlisting>