Search Postgresql Archives

Re: PGAdmin4 debugger - unable to call ltree functions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 04/26/2018 02:54 PM, Ian Bell wrote:
Hello Adrian,

I just tried your suggestion and it generates the same error.  For verification, here is the function run in the debugger.

create or replace function TestLtreeV2( MyArg text ) returns void

as $$

declare

      _testVar integer;

begin

SELECT 1 INTO _testvar FROM TableLtree WHERE MyPath = text2ltree( MyArg ) LIMIT 1;

raise notice '_testVar = %', _testVar;

end;

$$ language plpgsql;

I'm tapped out. You might want to get hold of the pgAdmin folks directly:

https://www.pgadmin.org/support/list/



Ian


--
Adrian Klaver
adrian.klaver@xxxxxxxxxxx




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux