Michael Gould wrote:
> I have created the following in my postgres.conf file
>
> custom_variable_classes = 'iss'
>
> In a SQL session I've tried
>
> Set iss.one = '1'
> set iss.two = '2'
>
> Select * from iss;
>
> How do I access the values from the custom class in sql code?
show iss.one;
se
I have created the following in my postgres.conf file
custom_variable_classes = 'iss'
In a SQL session I've tried
Set iss.one = '1'
set iss.two = '2'
Select * from iss;
How do I access the values from the custom class in sql code?
Best Regards
Michael Gould
--
Michael Gould, Managing Partne