Calling a function within a function - plpsql - Mailing list pgsql-novice

From Godshall Michael
Subject Calling a function within a function - plpsql
Date
Msg-id A596FA3368757645AF862C701495CA0001B44653@hor1mspmx01.gmachs.com
Whole thread Raw
Responses Re: Calling a function within a function - plpsql
List pgsql-novice
Hi,
 
I have created a function(a) that within this function(a) another function(b) is called.  When I execute function(a) I am getting a syntax error near ; message.
When I comment out the line of code that calls function(b) then function(a) works fine.
When I execute function(b) on its own function(b) works fine.
 
Does psql support a function calling other functions?   
 

Michael Godshall
GMAC Global Relocation Services
900 So. Frontage Road
Woodridge, IL 60517
630-427-2070 office
630-972-2287 fax

michael_godshall@gmachs.com

 

pgsql-novice by date:

Previous
From: Juan Francisco Diaz
Date:
Subject: Cache lookup error
Next
From: Juan Francisco Diaz
Date:
Subject: Function return type does not match