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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mike Blackwell" <maiku41(at)anet(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org, pgsql-docs(at)postgresql(dot)org, pgsql-www(at)postgresql(dot)org
Subject: Re: [BUGS] BUG #1414: DOC - pl/Perl hash tags missing
Date: 2005-01-20 20:47:34
Message-ID: 9034.1106254054@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-docs pgsql-www

"Mike Blackwell" <maiku41(at)anet(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Jonathan Pool 2005-01-20 20:49:44 BUG #1425: False failure message on boot start
Previous Message Magnus Hagander 2005-01-20 20:42:42 Re: BUG #1421: Will not install in TS

Browse pgsql-docs by date

  From Date Subject
Next Message Magnus Hagander 2005-01-20 21:11:07 Re: [DOCS] [BUGS] BUG #1414: DOC - pl/Perl hash tags missing
Previous Message Mike Blackwell 2005-01-19 17:25:55 BUG #1414: DOC - pl/Perl hash tags missing

Browse pgsql-www by date

  From Date Subject
Next Message Josh Berkus 2005-01-20 20:51:19 News Events do NOT mirror
Previous Message Magnus Hagander 2005-01-20 18:53:27 Re: Thoughts on the mirroring system etc