Re: [HACKERS] Re: PL/PgSQL discussion

Поиск
Список
Период
Сортировка
Искать
От
jwieck@debis.com (Jan Wieck)
Тема
Re: [HACKERS] Re: PL/PgSQL discussion
Дата
Msg-id
m0yEUUU-000BFRC@orion.SAPserv.Hamburg.dsh.de
Ответ на
Re: [HACKERS] Re: PL/PgSQL discussion (dg@illustra.com (David Gould))
Список
Дерево обсуждения
Re: PL/PgSQL discussion Hannu Krosing <hannu@trust.ee>
Re: [HACKERS] Re: PL/PgSQL discussion jwieck@debis.com (Jan Wieck)
David Gould wrote:
> 
> > 
> > jwieck@debis.com (Jan Wieck) wrote:
> > 
> > >     But I would like to have some discussion on language  itself.
> > >     So  I wrote down what I had in mind. The document is appended
> > >     below.
> > >
> > >     Please comment/suggest !
> 
> A question. Will it be possible to call functions from the PL/pgSQL? This
> covers a fair bit, for example to evaluate expressions and casts etc as
> well as calling user functions.
> 
> Or was this covered and I just missed it somehow?

    It is covered automagically by the way I'm implementing the
    assignement. The assign code internally does a SELECT. And
    thus:

        n := count(*) from t1;

    works (even if it's far from standard I think).

Jan

-- 

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#======================================== jwieck@debis.com (Jan Wieck) #
В списке pgsql-hackers по дате отправления
От: jwieck@debis.com (Jan Wieck)
Дата:
От: jwieck@debis.com (Jan Wieck)
Дата:
FAQ