diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-01-19 16:09:08 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-01-19 16:09:08 -0500 |
commit | 357faea82e93712937cd109b48ce006789ec7a8f (patch) | |
tree | 7b82fbcb1709fba44381587c69425bdb8c42b447 /doc/src | |
parent | fbed5d48307528c8b49ba48e741817e75146ea8f (diff) | |
download | postgresql-357faea82e93712937cd109b48ce006789ec7a8f.tar.gz postgresql-357faea82e93712937cd109b48ce006789ec7a8f.zip |
Show correct datatype for pg_class.relpersistence, plus a typo fix.
Thom Brown
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/ref/security_label.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index cd390d8aaaf..0703df6434e 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -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, diff --git a/doc/src/sgml/ref/security_label.sgml b/doc/src/sgml/ref/security_label.sgml index 74169d04e3e..40ce3317b91 100644 --- a/doc/src/sgml/ref/security_label.sgml +++ b/doc/src/sgml/ref/security_label.sgml @@ -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 |