X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id BF1B13A491E; Thu, 20 Jan 2005 20:47:39 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 72948-06; Thu, 20 Jan 2005 20:47:35 +0000 (GMT) Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by svr1.postgresql.org (Postfix) with ESMTP id 5DE9C3A4905; Thu, 20 Jan 2005 20:47:36 +0000 (GMT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.13.1/8.13.1) with ESMTP id j0KKlYpS009035; Thu, 20 Jan 2005 15:47:34 -0500 (EST) To: "Mike Blackwell" Cc: pgsql-bugs@postgresql.org, pgsql-docs@postgresql.org, pgsql-www@postgresql.org Subject: Re: [BUGS] BUG #1414: DOC - pl/Perl hash tags missing In-reply-to: <200501191725.j0JHPte6023845@developer.pgadmin.org> References: <200501191725.j0JHPte6023845@developer.pgadmin.org> Comments: In-reply-to "Mike Blackwell" message dated "Wed, 19 Jan 2005 17:25:55 +0000" Date: Thu, 20 Jan 2005 15:47:34 -0500 Message-ID: <9034.1106254054@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.004 tagged_above=0 required=5 tests=AWL X-Spam-Level: X-Archive-Number: 200501/573 X-Sequence-Number: 7316 "Mike Blackwell" 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