PG_RETURN_?

Поиск
Список
Период
Сортировка
От Don Y
Тема PG_RETURN_?
Дата
Msg-id 44554C87.4030303@DakotaCom.Net
обсуждение исходный текст
Ответы Re: PG_RETURN_?  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
Hi,

I have a set of functions for a data type that return
small integers (i.e. [0..12]).  I can, of course, represent
it as a char, short or long (CHAR, INT16 or INT32).
re there any advantages/drawbacks to chosing one particular
PG_RETURN_ type over another (realizing that they are
effectively just casts)?

Thanks!
--don

В списке pgsql-general по дате отправления:

Предыдущее
От: Rick Ellis
Дата:
Сообщение: Re: pg_dump warings
Следующее
От: "Tony Lausin"
Дата:
Сообщение: Re: Is PostgreSQL an easy choice for a large CMS?