projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8824d5f
)
Document pg_tablespace.spcoptions.
author
Robert Haas
<
[email protected]
>
Sun, 10 Jan 2010 01:23:08 +0000
(
01:23
+0000)
committer
Robert Haas
<
[email protected]
>
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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/catalogs.sgml
b/doc/src/sgml/catalogs.sgml
index 61984d05f75c97e79ac0403f8e64e604c16d3ae4..ef26e6511be520d3649150e06537bb330e033a8c 100644
(file)
--- a/
doc/src/sgml/catalogs.sgml
+++ b/
doc/src/sgml/catalogs.sgml
@@
-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>