diff options
author | Stephen Frost <sfrost@snowman.net> | 2014-01-18 20:59:31 -0500 |
---|---|---|
committer | Stephen Frost <sfrost@snowman.net> | 2014-01-18 20:59:31 -0500 |
commit | 5254958e924cd54f33d37026d85483fef986060d (patch) | |
tree | e788a9752f3db7b94fa023702c1bcbca9badcf63 /src/backend/utils/adt/arrayfuncs.c | |
parent | 115f414124e71749d2d8f512e469ca63bc2166e5 (diff) | |
download | postgresql-5254958e924cd54f33d37026d85483fef986060d.tar.gz postgresql-5254958e924cd54f33d37026d85483fef986060d.zip |
Add CREATE TABLESPACE ... WITH ... Options
Tablespaces have a few options which can be set on them to give PG hints
as to how the tablespace behaves (perhaps it's faster for sequential
scans, or better able to handle random access, etc). These options were
only available through the ALTER TABLESPACE command.
This adds the ability to set these options at CREATE TABLESPACE time,
removing the need to do both a CREATE TABLESPACE and ALTER TABLESPACE to
get the correct options set on the tablespace.
Vik Fearing, reviewed by Michael Paquier.
Diffstat (limited to 'src/backend/utils/adt/arrayfuncs.c')
0 files changed, 0 insertions, 0 deletions