Re: Q about function - Mailing list pgsql-general

From Bruce Momjian
Subject Re: Q about function
Date
Msg-id 200201101738.g0AHc7J25672@candle.pha.pa.us
Whole thread Raw
In response to Q about function  ("Ben-Nes Michael" <miki@canaan.co.il>)
List pgsql-general
> What mean the:
> RETURNS OPAQUE
>
> in create function ?

The sort answer is that it returns a data type that is internal and not
exported to PostgreSQL users;  usually it is some type of internal value
used by other parts of the system.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: will trillich
Date:
Subject: Re: Selecting across Multiple Tables
Next
From: Tom Lane
Date:
Subject: Re: Performance tips