diff options
-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> |