Re: [pgadmin-support] Per-function configuration parameters loss

2009-10-05 Thread Dave Page
2009/10/2 Dmitry Samokhin : > When any server configuration parameters (or variables) are set on a > per-function basis, the script displayed in the pgAdmin SQL pane looks like > this: > > CREATE OR REPLACE FUNCTION ... ; > ALTER FUNCTION ... SET ...; > > If then I edit the function body and save m

[pgadmin-support] Per-function configuration parameters loss

2009-10-02 Thread Dmitry Samokhin
When any server configuration parameters (or variables) are set on a per-function basis, the script displayed in the pgAdmin SQL pane looks like this: CREATE OR REPLACE FUNCTION ... ; ALTER FUNCTION ... SET ...; If then I edit the function body and save my work, all variables are lost, since (