]> granicus.if.org Git - postgresql/commitdiff
Show correct datatype for pg_class.relpersistence, plus a typo fix.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Jan 2011 21:09:08 +0000 (16:09 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 19 Jan 2011 21:09:08 +0000 (16:09 -0500)
Thom Brown

doc/src/sgml/catalogs.sgml
doc/src/sgml/ref/security_label.sgml

index cd390d8aaaf9df85a0aa66e398729997bbf63ce7..0703df6434e67ecdb49d714539b1f13149aa2c32 100644 (file)
 
      <row>
       <entry><structfield>relpersistence</structfield></entry>
-      <entry><type>bool</type></entry>
+      <entry><type>char</type></entry>
       <entry></entry>
       <entry>
        <literal>p</> = permanent table, <literal>u</> = unlogged table,
index 74169d04e3e346a404c2948885286d8af276a1f1..40ce3317b9176e2e3c2e36fa6e9312875286c4b6 100644 (file)
@@ -58,7 +58,7 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON
   </note>
 
   <para>
-   The label provider determines whether a given label is valid and whether
+   The label provider determines whether a given label is valid and whether
    it is permissible to assign that label to a given object.  The meaning of a
    given label is likewise at the discretion of the label provider.
    <productname>PostgreSQL</> places no restrictions on whether or how a