Re: proposal: schema variables

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: 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-06-03 11:43:21
Message-ID: CAFj8pRB1VKs8DbymheidYXDC2i1ZShV+40J7h2j8GDfqM+yLbQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-performance

Hi

fix badly named role - needs prefix regress_

CREATE ROLE svartest_dml_read_role;
+WARNING: roles created by regression test cases should have names
starting with "regress_"
CREATE OR REPLACE FUNCTION svartest_dml.func_secdef()
RETURNS int AS $$

Attachment Content-Type Size
v20250603-2-0013-DISCARD-VARIABLES.patch text/x-patch 9.6 KB
v20250603-2-0014-memory-cleaning-after-DROP-VARIABLE.patch text/x-patch 23.3 KB
v20250603-2-0012-function-pg_session_variables-for-cleaning-tests.patch text/x-patch 4.6 KB
v20250603-2-0011-LET-command-assign-a-result-of-expression-to-the-ses.patch text/x-patch 50.6 KB
v20250603-2-0015-plpgsql-tests.patch text/x-patch 11.3 KB
v20250603-2-0010-svariableReceiver.patch text/x-patch 8.6 KB
v20250603-2-0008-collect-session-variables-used-in-plan-and-assign-pa.patch text/x-patch 16.5 KB
v20250603-2-0006-session-variable-fences-parsing.patch text/x-patch 32.2 KB
v20250603-2-0009-fill-an-auxiliary-buffer-with-values-of-session-vari.patch text/x-patch 19.5 KB
v20250603-2-0007-local-HASHTAB-for-currently-used-session-variables-a.patch text/x-patch 14.1 KB
v20250603-2-0004-support-of-session-variables-for-psql.patch text/x-patch 22.7 KB
v20250603-2-0005-support-of-session-variables-for-pg_dump.patch text/x-patch 15.3 KB
v20250603-2-0003-GRANT-REVOKE-variable.patch text/x-patch 52.7 KB
v20250603-2-0002-CREATE-DROP-ALTER-VARIABLE.patch text/x-patch 80.4 KB
v20250603-2-0001-introduce-new-class-catalog-pg_variable.patch text/x-patch 16.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alena Rybakina 2025-06-03 12:27:54 Re: Vacuum statistics
Previous Message Amit Kapila 2025-06-03 11:41:13 Re: Logical Replication of sequences

Browse pgsql-performance by date

  From Date Subject
Next Message Dimitrios Apostolou 2025-06-03 15:34:12 ALTER TABLE ADD FOREIGN KEY to partitioned table, is not parallelized
Previous Message Pavel Stehule 2025-06-03 07:26:54 Re: proposal: schema variables