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
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 (