Re: problem with custom_variable_classes - Mailing list pgsql-general

From Taras Kopets
Subject Re: problem with custom_variable_classes
Date
Msg-id ce3f16fd0809241551n6004b196mb8546b4d9e90e803@mail.gmail.com
Whole thread Raw
In response to Re: problem with custom_variable_classes  (hubert depesz lubaczewski <depesz@depesz.com>)
Responses Re: problem with custom_variable_classes  (Malcolm Studd <mstudd@recognia.com>)
List pgsql-general
On Thu, Sep 25, 2008 at 12:38 AM, hubert depesz lubaczewski
<depesz@depesz.com> wrote:
> but it means that there is currently no way to check if there is value in this
> - i.e. if it has been initialized.

now you have to initialize this variable once per session before usage:

SELECT set_config('olap.rownum_name', false);

Regards,
Taras Kopets

pgsql-general by date:

Previous
From: Raymond O'Donnell
Date:
Subject: Re: case expression
Next
From: Tom Lane
Date:
Subject: Re: problem with custom_variable_classes