]> granicus.if.org Git - postgresql/commitdiff
Document pg_tablespace.spcoptions.
authorRobert Haas <rhaas@postgresql.org>
Sun, 10 Jan 2010 01:23:08 +0000 (01:23 +0000)
committerRobert Haas <rhaas@postgresql.org>
Sun, 10 Jan 2010 01:23:08 +0000 (01:23 +0000)
This should have been part of the original tablespace-options patch, but I
overlooked the need to update this portion of the documentation.

doc/src/sgml/catalogs.sgml

index 9f81dc209ffe087c9a6a81a02bc4c963022b5935..ca90cd56cafc66b02ed04bcd6b83e99b725256d2 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.216 2010/01/01 21:53:48 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/catalogs.sgml,v 2.217 2010/01/10 01:23:08 rhaas Exp $ -->
 <!--
  Documentation of the system catalogs, directed toward PostgreSQL developers
  -->
        for details
       </entry>
      </row>
+
+     <row>
+      <entry><structfield>spcoptions</structfield></entry>
+      <entry><type>text[]</type></entry>
+      <entry></entry>
+      <entry>
+       Tablespace-level options, as <quote>keyword=value</> strings
+      </entry>
+     </row>
     </tbody>
    </tgroup>
   </table>