When I try to call the function using linked server or in dtsx package:
- Code: Select all
SELECT * FROM OPENQUERY(LINKEDSERVER_NAME,'SELECT * FROM function()')
I get the error:
pgnp cannot determine output columns for procedure schema_name.function_name
I try
- Code: Select all
EXEC('pgnp_refreshmetadata('''',''schema_name.function_name'')') AT LINKEDSERVER_NAME
It did not help.
This function works fine in pgadmin
I've pgnp 1.3.0.2252
