diff options
author | Robert Haas <rhaas@postgresql.org> | 2010-01-10 01:23:08 +0000 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2010-01-10 01:23:08 +0000 |
commit | 8b9fa7a93ab32f670de9931c0e0f104befed64af (patch) | |
tree | a5f0554ae74afe914264c4f3d52f3960b927388f | |
parent | 85113bcf5a80fee58ec5678a136a33fe82a8401e (diff) | |
download | postgresql-8b9fa7a93ab32f670de9931c0e0f104befed64af.tar.gz postgresql-8b9fa7a93ab32f670de9931c0e0f104befed64af.zip |
Document pg_tablespace.spcoptions.
This should have been part of the original tablespace-options patch, but I
overlooked the need to update this portion of the documentation.
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 9f81dc209ff..ca90cd56caf 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -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 --> @@ -4741,6 +4741,15 @@ 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> |