Commit 357faea8 authored by Tom Lane's avatar Tom Lane

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

Thom Brown
parent fbed5d48
......@@ -1646,7 +1646,7 @@
<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,
......
......@@ -58,7 +58,7 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON
</note>
<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
given label is likewise at the discretion of the label provider.
<productname>PostgreSQL</> places no restrictions on whether or how a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment