[DOCS] TODO says upcoming 8.1 release

2005-11-28 Thread Jaime Casanova
Hi Bruce,

In http://www.postgresql.org/docs/faqs.TODO.html says:

A hyphen, "-", marks changes that will appear in the upcoming 8.1 release.
A percent sign, "%", marks items that are easier to implement.


shouldn't say "upcoming 8.2 release"?


--
regards,
Jaime Casanova
(DBA: DataBase Aniquilator ;)

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match


[DOCS] Links to static and interactive docs on each page

2005-11-28 Thread Jim C. Nasby
I'm wondering if it would be useful to add links to the HTML doc
headers/footers that point to the static or interactive versions
depending on which was being displayed. I know I sometimes want to
switch back and forth.

It would also be neat if the static pages indicated if there were
comments available for a page. Of course if they ran a query to check
that it would defeat the purpose of having static pages, but ISTM it
would be reasonable to have a process that periodically updates pages
that have any comments on them; along the lines of 'This page has x
comments; click here to read them'
-- 
Jim C. Nasby, Sr. Engineering Consultant  [EMAIL PROTECTED]
Pervasive Software  http://pervasive.comwork: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf   cell: 512-569-9461

---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faq


Re: [DOCS] Links to static and interactive docs on each page

2005-11-28 Thread Tom Lane
"Jim C. Nasby" <[EMAIL PROTECTED]> writes:
> I'm wondering if it would be useful to add links to the HTML doc
> headers/footers that point to the static or interactive versions
> depending on which was being displayed. I know I sometimes want to
> switch back and forth.

I don't see the point exactly.  People who are interested in the
comments will be reading the interactive version already, and those
who aren't don't need a link.  The reverse direction seems a bit
pointless too, since you've already loaded a page with all the info
that's on the static page.

regards, tom lane

---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly


Re: [DOCS] TODO says upcoming 8.1 release

2005-11-28 Thread Bruce Momjian
Jaime Casanova wrote:
> Hi Bruce,
> 
> In http://www.postgresql.org/docs/faqs.TODO.html says:
> 
> A hyphen, "-", marks changes that will appear in the upcoming 8.1 release.
> A percent sign, "%", marks items that are easier to implement.
> 
> 
> shouldn't say "upcoming 8.2 release"?
> 

Yes, thanks updated.

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [email protected]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 6: explain analyze is your friend