Re: [pgsql-www] [DOCS] [BUGS] BUG #1414: DOC - pl/Perl hash tags

2005-01-20 Thread Alexey Borzov
Hi, Magnus Hagander wrote: 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 h

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

2005-01-20 Thread Alvaro Herrera
On Thu, Jan 20, 2005 at 04:23:16PM -0500, Tom Lane wrote: > "Magnus Hagander" <[EMAIL PROTECTED]> writes: > > Going out on a line a bit here - and someone who've worked with teh > > system probably knows for sure but... It looks like {} is used as the > > template placeholder in the templating syst

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

2005-01-20 Thread Magnus Hagander
>> Going out on a line a bit here - and someone who've worked with teh >> system probably knows for sure but... It looks like {} is used as the >> template placeholder in the templating system on the website. > >Yes, that's exactly the case... Ahh, I'm not totally PHP illiterate,... >> It would

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

2005-01-20 Thread Tom Lane
"Magnus Hagander" <[EMAIL PROTECTED]> writes: > Going out on a line a bit here - and someone who've worked with teh > system probably knows for sure but... It looks like {} is used as the > template placeholder in the templating system on the website. > It would seem to me that the fix would be as

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

2005-01-20 Thread Magnus Hagander
>> 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.p

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

2005-01-20 Thread Tom Lane
"Mike Blackwell" <[EMAIL PROTECTED]> 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

[DOCS] bug in 8.0 manual, section 37.6, PL/Perl Triggers

2005-01-20 Thread Rainer Brandt
Hi, All places that mention the trigger event info hash pointer $_TD end with the "->" characters. The hash keys are omitted. That is certainly not what you wanted. (Also, the code examples will not compile under Perl. (I didn't try, but can see that they won't.)) Probably due to the character