Show correct datatype for pg_class.relpersistence, plus a typo fix.

Thom Brown
This commit is contained in:
Tom Lane 2011-01-19 16:09:08 -05:00
parent fbed5d4830
commit 357faea82e
2 changed files with 2 additions and 2 deletions

View file

@ -1646,7 +1646,7 @@
<row> <row>
<entry><structfield>relpersistence</structfield></entry> <entry><structfield>relpersistence</structfield></entry>
<entry><type>bool</type></entry> <entry><type>char</type></entry>
<entry></entry> <entry></entry>
<entry> <entry>
<literal>p</> = permanent table, <literal>u</> = unlogged table, <literal>p</> = permanent table, <literal>u</> = unlogged table,

View file

@ -58,7 +58,7 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON
</note> </note>
<para> <para>
The label provider determines whether a given a 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 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. given label is likewise at the discretion of the label provider.
<productname>PostgreSQL</> places no restrictions on whether or how a <productname>PostgreSQL</> places no restrictions on whether or how a