Re: Re: Outstanding patches

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: Re: Outstanding patches
Дата
Msg-id 200105151541.LAA01066@jupiter.jw.home
обсуждение исходный текст
Ответ на Re: Re: Outstanding patches  (Ian Lance Taylor <ian@airs.com>)
Список pgsql-hackers
Ian Lance Taylor wrote:
>
> Oracle PL/SQL supports this, and PL/SQL code that I've seen uses it
> extensively.  PL/pgSQL supports %TYPE in all places a type may be
> used, except parameter and return types.
   It's  not  PL/pgSQL's  fault  here.  The  pg_proc entries are   created by the CREATE FUNCTION utility  command
that's used   for  all languages.  So what we're talking about affects SQL,   C, PL/Tcl, PL/Perl, PL/Python and whatnot
too.PL/pgSQL might   live  with that very well, because it has some automatic type   conversion (using the actual
valuestypoutput and the  needed   types  typinput functions) to convert values on the fly.  But   a C function
receivinga different type all of a sudden is  a   good candidate to coredump the backend.
 


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Configurable path to look up dynamic libraries
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Configurable path to look up dynamic libraries