Re: [GENERAL] another problem with stored procedures

2005-12-29 Thread Stephan Szabo
On Thu, 29 Dec 2005, Ted Byers wrote: > I have just encountered another problem. I am not sure if it is with my > code, or with how I am working with Postgres/pgAdmin III. > > Here is another function, as created using the wizard/dialog box in pgAmin > III for creating functions: > > CREATE FUNC

[GENERAL] another problem with stored procedures

2005-12-29 Thread Ted Byers
I have just encountered another problem.  I am not sure if it is with my code, or with how I am working with Postgres/pgAdmin III.Here is another function, as created using the wizard/dialog box in pgAmin III for creating functions:CREATE FUNCTION "People".get_pw(ea "varchar") RETURNS "varc