Re: Q about function

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Q about function
Дата
Msg-id 200201101738.g0AHc7J25672@candle.pha.pa.us
обсуждение исходный текст
Ответ на Q about function  ("Ben-Nes Michael" <miki@canaan.co.il>)
Список 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 по дате отправления:

Предыдущее
От: will trillich
Дата:
Сообщение: Re: Selecting across Multiple Tables
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Performance tips