Make name optional in CREATE STATISTICS

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Make name optional in CREATE STATISTICS
Дата
Msg-id CANbhV-FGD2d_C3zFTfT2aRfX_TaPSgOeKES58RLZx5XzQp5NhA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Make name optional in CREATE STATISTICS  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: Make name optional in CREATE STATISTICS  (Matthias van de Meent <boekewurm+postgres@gmail.com>)
Список pgsql-hackers
Currently, CREATE STATS requires you to think of a name for each stats
object, which is fairly painful, so users would prefer an
automatically assigned name.

Attached patch allows this, which turns out to be very simple, since a
name assignment function already exists.

The generated name is simple, but that's exactly what users do anyway,
so it is not too bad.

Tests, docs included.

-- 
Simon Riggs                http://www.EnterpriseDB.com/

Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: list of TransactionIds
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [PATCH] New [relation] option engine