Custom Class variables - Mailing list pgsql-general

From Michael Gould
Subject Custom Class variables
Date
Msg-id 8f464fbf050adff41906f205998a69c9@intermodalsoftwaresolutions.net
Whole thread Raw
In response to Re: [Q] single image Table across multiple PG servers  (Kevin Kempter <kevink@consistentstate.com>)
Responses Re: Custom Class variables
List pgsql-general
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 Partner
Intermodal Software Solutions, LLC
904.226.0978
904.592.5250 fax



pgsql-general by date:

Previous
From: Kevin Kempter
Date:
Subject: Re: [Q] single image Table across multiple PG servers
Next
From: David Fetter
Date:
Subject: Re: Request for features