Re: Schema variables - new implementation for Postgres 15 - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: Schema variables - new implementation for Postgres 15
Date
Msg-id CAFj8pRBwwXXtECybYr1xYSwx7i105Y-Ai-t3XS+JPHbhui=Yxw@mail.gmail.com
Whole thread Raw
In response to Re: Schema variables - new implementation for Postgres 15  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: Schema variables - new implementation for Postgres 15
List pgsql-hackers

Hi

When I thought about global temporary tables, I got one maybe interesting idea. The one significant problem of global temporary tables is place for storing info about size or column statistics.

I think so these data can be stored simply in session variables. Any global temporary table can get assigned one session variable, that can hold these data.

Regards

Pavel




pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: pg_logical_emit_message() misses a XLogFlush()
Next
From: Ashutosh Bapat
Date:
Subject: odd behaviour with serial, non null and partitioned table