Professor Flávio Brito wrote:
> When I Test my view I receive
>
> SELECT seach_password('user_login_foo')
[...]
> ERROR: column "user_login_foo" does not exist
> SQL state: 42703
> Context: PL/pgSQL function "search_password" line 14 at for over execute
> statement
seach_password and
search_password are different.
Perhaps you have two functions with similar names, and one is broken?
Colin