Re: CREATE TABLE ( .. STORAGE ..)

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: CREATE TABLE ( .. STORAGE ..)
Дата
Msg-id 7166e46b-e718-3f3f-c165-ab321cc5dfaa@enterprisedb.com
обсуждение исходный текст
Ответ на Re: CREATE TABLE ( .. STORAGE ..)  (Matthias van de Meent <boekewurm+postgres@gmail.com>)
Ответы Re: CREATE TABLE ( .. STORAGE ..)  (Aleksander Alekseev <aleksander@timescale.com>)
Список pgsql-hackers
On 29.03.22 22:28, Matthias van de Meent wrote:
> As I'm new to the grammar files; would you know the difference between
> `name` and `ColId`, and why you would change from one to the other in
> ALTER COLUMN STORAGE?

The grammar says

name:       ColId                                   { $$ = $1; };

so it doesn't matter technically.

It seems we are using "name" mostly for names of objects, so I wouldn't 
use it here for storage or compression types.



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: CREATE TABLE ( .. STORAGE ..)
Следующее
От: "Drouvot, Bertrand"
Дата:
Сообщение: Re: [PATCH] Expose port->authn_id to extensions and triggers