Re: SET feature

2022-10-28 Thread Laurenz Albe
On Fri, 2022-10-28 at 10:14 +, PG Doc comments form wrote: > I remember in version 9 , to use variable you had to change in the > postgresql. > > Today it is easier , just use > > SET SESSION myprefix.myvariable =  'whatever' > > and all the transactions can use it , it is very useful in s

SET feature

2022-10-28 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/sql-set.html Description: Hi, I remember in version 9 , to use variable you had to change in the postgresql. Today it is easier , just use SET SESSION myprefix.myvariable = 'whatever'