public inbox for [email protected]
help / color / mirror / Atom feedFrom: Peter Eisentraut <[email protected]>
To: Matthias van de Meent <[email protected]>
To: Teodor Sigaev <[email protected]>
Cc: wenjing zeng <[email protected]>
Cc: pgsql-hackers <[email protected]>
Subject: Re: CREATE TABLE ( .. STORAGE ..)
Date: Wed, 22 Jun 2022 15:29:24 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <CAEze2WhWef-vemQzZJxQ3SuYANKT32Y1wyNB=NhjP_vfVgY2jQ@mail.gmail.com>
References: <[email protected]>
<[email protected]>
<[email protected]>
<CAEze2WhWef-vemQzZJxQ3SuYANKT32Y1wyNB=NhjP_vfVgY2jQ@mail.gmail.com>
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.
view thread (17+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected], [email protected]
Subject: Re: CREATE TABLE ( .. STORAGE ..)
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox