Re: [SQL] returns opaque - Mailing list pgsql-sql

From Vadim Mikheev
Subject Re: [SQL] returns opaque
Date
Msg-id 35B7F2F5.D4DF3ADE@krs.ru
Whole thread Raw
In response to returns opaque  (Paulina Canas Urrutia <paulina@labsd.inf.utfsm.cl>)
List pgsql-sql
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

pgsql-sql by date:

Previous
From: Paulina Canas Urrutia
Date:
Subject: returns opaque
Next
From: The Web Administrator
Date:
Subject: Sub Queries