Version information in docs - Mailing list pgsql-docs

From Jim C. Nasby
Subject Version information in docs
Date
Msg-id 20050327212050.GP51784@decibel.org
Whole thread Raw
Responses Re: Version information in docs
List pgsql-docs
ISTM it would be very useful if the docs specified what version a
feature that would break in older versions was implemented in. The
example that comes to mind is argument names in CREATE FUNCTION, which
was added in 8.0. The 8.0 docs (http://lnk.nu/postgresql.org/1y3.html)
mention the ability to name arguments, but it doesn't mention that the
feature was added in 8.0 and can not be used in prior versions. Anyone
who's trying to write code that will run on multiple versions of
PostgreSQL would want to know this.
--
Jim C. Nasby, Database Consultant               decibel@decibel.org
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Missing doc on expression format for ALTER TABLE
Next
From: "Jim C. Nasby"
Date:
Subject: Re: [PATCHES] Approximate count(*)