Custom Class variables

Поиск
Список
Период
Сортировка
От Michael Gould
Тема Custom Class variables
Дата
Msg-id 8f464fbf050adff41906f205998a69c9@intermodalsoftwaresolutions.net
обсуждение исходный текст
Ответ на Re: [Q] single image Table across multiple PG servers  (Kevin Kempter <kevink@consistentstate.com>)
Ответы Re: Custom Class variables
Список 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 по дате отправления:

Предыдущее
От: Kevin Kempter
Дата:
Сообщение: Re: [Q] single image Table across multiple PG servers
Следующее
От: David Fetter
Дата:
Сообщение: Re: Request for features