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.kla...@aklaver.com

Reply via email to