Custom Class variables

From: Michael Gould <mgould(at)intermodalsoftwaresolutions(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Custom Class variables
Date: 2009-07-14 22:27:42
Message-ID: 8f464fbf050adff41906f205998a69c9@intermodalsoftwaresolutions.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Fetter 2009-07-14 23:14:18 Re: Request for features
Previous Message Kevin Kempter 2009-07-14 20:21:45 Re: [Q] single image Table across multiple PG servers