Re: [BUGS] BUG #1414: DOC - pl/Perl hash tags missing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #1414: DOC - pl/Perl hash tags missing
Дата
Msg-id 9034.1106254054@sss.pgh.pa.us
обсуждение исходный текст
Список pgsql-docs
"Mike Blackwell" <maiku41@anet.com> writes:
> In the pl/Perl section of the 8.0.0 manual, as viewed on the postgresql.org
> web site, all perl code hash tags seem to be missing.  i.e.

Yeah, I see the same; but it's not in the devel docs.  Compare
    http://www.postgresql.org/docs/8.0/static/plperl.html
    http://developer.postgresql.org/docs/postgres/plperl.html
and look for instance at the empcomp() function about halfway down
the page:
    return $emp-> + $emp->;
vs
    return $emp->{basesalary} + $emp->{bonus};

Any theories what's wrong here?

            regards, tom lane

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

Предыдущее
От: Rainer Brandt
Дата:
Сообщение: bug in 8.0 manual, section 37.6, PL/Perl Triggers
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: [BUGS] BUG #1414: DOC - pl/Perl hash tags missing