Re: Improve new hash partition bound check error messages

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Improve new hash partition bound check error messages
Дата
Msg-id b7a09729-7815-4bf5-c74c-211ac4997688@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Improve new hash partition bound check error messages  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Список pgsql-hackers
On 2021-02-03 15:52, Peter Eisentraut wrote:
> On 2021-02-02 13:26, Heikki Linnakangas wrote:
>> How about this?
>>
>> CREATE TABLE fail_part PARTITION OF hash_parted FOR VALUES WITH (MODULUS
>> 25, REMAINDER 3);
>> ERROR:  every hash partition modulus must be a factor of the next larger
>> modulus
>> DETAIL:  25 is not divisible by 10, the modulus of existing partition
>> "hpart_1"
> 
> I don't know if we can easily get the name of the existing partition.
> I'll have to check that.
> 
> I'm worried that this phrasing requires the user to understand that
> "divisible by" is related to "factor of", which is of course correct but
> introduces yet more complexity into this.
> 
> I'll play around with this a bit more.

Here is a new patch that implements the suggestions.

Вложения

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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: POC: postgres_fdw insert batching
Следующее
От: Andrey Borodin
Дата:
Сообщение: Re: MultiXact\SLRU buffers configuration