Re: [PATCH] Proposal for HIDDEN/INVISIBLE column

Поиск
Список
Период
Сортировка
От Vik Fearing
Тема Re: [PATCH] Proposal for HIDDEN/INVISIBLE column
Дата
Msg-id b8872fd9-c5d1-0480-aab2-a1f9e388c513@postgresfriends.org
обсуждение исходный текст
Ответ на Re: [PATCH] Proposal for HIDDEN/INVISIBLE column  (Gilles Darold <gilles@migops.com>)
Ответы Re: [PATCH] Proposal for HIDDEN/INVISIBLE column  (Gilles Darold <gilles@migops.com>)
Список pgsql-hackers
On 10/17/21 11:01 PM, Gilles Darold wrote:
> 
>   - Add a check into SET UNEXPANDED code to verify that there is at
> least one column expanded.

What is the point of this?  Postgres allows column-less tables.

Both of these statements are valid:

 - CREATE TABLE nada ();
 - SELECT;
-- 
Vik Fearing



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

Предыдущее
От: Gilles Darold
Дата:
Сообщение: Re: [PATCH] Proposal for HIDDEN/INVISIBLE column
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: [PATCH] Make ENOSPC not fatal in semaphore creation