Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85113bc commit 8b9fa7aCopy full SHA for 8b9fa7a
doc/src/sgml/catalogs.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
<!--
3
Documentation of the system catalogs, directed toward PostgreSQL developers
4
-->
@@ -4741,6 +4741,15 @@
4741
for details
4742
</entry>
4743
</row>
4744
+
4745
+ <row>
4746
+ <entry><structfield>spcoptions</structfield></entry>
4747
+ <entry><type>text[]</type></entry>
4748
+ <entry></entry>
4749
+ <entry>
4750
+ Tablespace-level options, as <quote>keyword=value</> strings
4751
+ </entry>
4752
+ </row>
4753
</tbody>
4754
</tgroup>
4755
</table>
0 commit comments