| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Ben-Nes Michael <miki(at)canaan(dot)co(dot)il> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Q about function |
| Date: | 2002-01-10 17:38:07 |
| Message-ID: | 200201101738.g0AHc7J25672@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | will trillich | 2002-01-10 17:41:20 | Re: Selecting across Multiple Tables |
| Previous Message | Doug McNaught | 2002-01-10 17:34:37 | Re: Performance tips |