| From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
|---|---|
| To: | Jim Jones <jim(dot)jones(at)uni-muenster(dot)de> |
| Cc: | Bruce Momjian <bruce(at)momjian(dot)us>, Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, Erik Rijkers <er(at)xs4all(dot)nl>, Michael Paquier <michael(at)paquier(dot)xyz>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, DUVAL REMI <REMI(dot)DUVAL(at)cheops(dot)fr>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, jian he <jian(dot)universality(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, PegoraroF10 <marcos(at)f10(dot)com(dot)br> |
| Subject: | Re: proposal: schema variables |
| Date: | 2025-12-08 13:57:51 |
| Message-ID: | CAFj8pRC6Efuqc0xsPzhynpN2TXtJNsx6Oh3ZVOpk3rdCUNf4Bg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-performance |
Hi
I found a "native" way to disallow a usage of custom types - it is the same
as checking used by virtual columns - and virtual columns is another
feature where custom types are not allowed.
Regards
Pavel
| Attachment | Content-Type | Size |
|---|---|---|
| v20251208-0010-transactional-DDL-CREATE-VARIABLE-DROP-VARIABLE.patch | text/x-patch | 11.0 KB |
| v20251208-0007-DISCARD-TEMP.patch | text/x-patch | 4.3 KB |
| v20251208-0008-support-CREATE-IF-NOT-EXISTS-and-DROP-IF-EXISTS.patch | text/x-patch | 11.2 KB |
| v20251208-0011-subtransaction-support-for-session-variables-DDL-CRE.patch | text/x-patch | 7.6 KB |
| v20251208-0009-use-names-of-currently-used-temp-variables-for-tab-c.patch | text/x-patch | 6.2 KB |
| v20251208-0006-LET-command-assign-a-result-of-expression-to-the-ses.patch | text/x-patch | 39.0 KB |
| v20251208-0005-svariableReceiver.patch | text/x-patch | 10.8 KB |
| v20251208-0004-fill-an-auxiliary-buffer-with-values-of-session-vari.patch | text/x-patch | 14.4 KB |
| v20251208-0003-collect-session-variables-used-in-plan-and-assign-pa.patch | text/x-patch | 15.8 KB |
| v20251208-0002-parsing-session-variable-fences.patch | text/x-patch | 18.4 KB |
| v20251208-0001-CREATE-VARIABLE-DROP-VARIABLE.patch | text/x-patch | 33.1 KB |
| From | Date | Subject | |
|---|---|---|---|
| Previous Message | Matthias van de Meent | 2025-12-08 13:45:57 | Re: making tid and HOTness of UPDATE available to logical decoding plugins |
| From | Date | Subject | |
|---|---|---|---|
| Previous Message | Pavel Stehule | 2025-12-08 08:15:50 | Re: proposal: schema variables |