Re: CREATE TABLESPACE WITH

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: CREATE TABLESPACE WITH
Дата
Msg-id CAB7nPqTEfznWRTDTUYRJGTu8=b8zqGCnfz1reL0=rY55HOL-Rw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: CREATE TABLESPACE WITH  (Vik Fearing <vik.fearing@dalibo.com>)
Ответы Re: CREATE TABLESPACE WITH  (Jim Nasby <jim@nasby.net>)
Re: CREATE TABLESPACE WITH  (Vik Fearing <vik.fearing@dalibo.com>)
Список pgsql-hackers
On Wed, Jan 15, 2014 at 10:27 AM, Vik Fearing <vik.fearing@dalibo.com> wrote:
> On 12/26/2013 06:10 PM, David Fetter wrote:
>> On Tue, Dec 24, 2013 at 07:25:01PM +0100, Vik Fearing wrote:
>>> I was recently annoyed that I had to do
>>>
>>> CREATE TABLESPACE x LOCATION y;
>>> ALTER TABLESPACE x SET (random_page_cost = z);
>>>
>>> The attached patch is a quick n' dirty extension to allow the SET
>>> directly on the CREATE statement.
>>>
>>> CREATE TABLESPACE x LOCATION y SET (random_page_cost = z);
>> That should probably be WITH instead of SET for consistency with other
>> similar DDL.
>
> Here is version 2 of the patch, which uses WITH instead of SET, and also
> adds to the documentation.
I just had a quick look at this patch, no testing at all. I am seeing
that regression tests are still missing here, they should be added in
src/test/regress/input/tablespace.source. Then, for the use of either
WITH or SET... For example CREATE FUNCTION uses SET for a
configuration parameter, and ALTER FUNCTION is consistent with that.
So SET makes more sense to be consistent with CREATE TABLESPACE? This
patch should not be modified once again as long as there are no more
opinions though...
Regards,
-- 
Michael



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Dunstan
Дата:
Сообщение: Re: extension_control_path
Следующее
От: Simon Riggs
Дата:
Сообщение: WAL Rate Limiting