Paulina Canas Urrutia wrote:
>
> I found the following definition
>
> CREATE FUNCTION check_primary_key ()
> RETURNS opaque
> ^^^^^^
>
> and I didn't know what's the meaning of opaque. Any suggestion
> or definition ???????????
Meaning: function returns "something" that is not
valid data type (ie - not INT, CHAR, TEXT etc).
Vadim