Thread: PostgreSQL Feature Sheet

PostgreSQL Feature Sheet

From
Peter Eisentraut
Date:
Joel, I have taken the feature list you posted a while ago and massaged it
and formatted in DocBook.  An HTML rendition is attached.  Not sure how to
proceed, but it should probably be posted somewhere.

Vince, maybe (a future version of) this can go in place of
http://www.postgresql.org/features.html, which is a bit, err, dated?

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter

Attachment

Re: PostgreSQL Feature Sheet

From
Vince Vielhaber
Date:
On Sat, 28 Apr 2001, Peter Eisentraut wrote:

> Joel, I have taken the feature list you posted a while ago and massaged it
> and formatted in DocBook.  An HTML rendition is attached.  Not sure how to
> proceed, but it should probably be posted somewhere.
>
> Vince, maybe (a future version of) this can go in place of
> http://www.postgresql.org/features.html, which is a bit, err, dated?

Dated?!?!?!?!  But 6.x isn't that old!

Seriously, is there any reason why we can't put it to use now?

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
         56K Nationwide Dialup from $16.00/mo at Pop4 Networking
        Online Campground Directory    http://www.camping-usa.com
       Online Giftshop Superstore    http://www.cloudninegifts.com
==========================================================================





Re: PostgreSQL Feature Sheet

From
Peter Eisentraut
Date:
Vince Vielhaber writes:

> Seriously, is there any reason why we can't put it to use now?

We can, I just wanted to clean it up a bit more.  Do you want me to build
it with the website template wrapped around it?  If so, where can I find
it?

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


Re: PostgreSQL Feature Sheet

From
Vince Vielhaber
Date:
On Mon, 30 Apr 2001, Peter Eisentraut wrote:

> Vince Vielhaber writes:
>
> > Seriously, is there any reason why we can't put it to use now?
>
> We can, I just wanted to clean it up a bit more.  Do you want me to build
> it with the website template wrapped around it?  If so, where can I find
> it?

No need to, just finish your touchups and send it to me.  I just cat
them together anyway.

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
         56K Nationwide Dialup from $16.00/mo at Pop4 Networking
        Online Campground Directory    http://www.camping-usa.com
       Online Giftshop Superstore    http://www.cloudninegifts.com
==========================================================================




Re: PostgreSQL Feature Sheet

From
Tom Lane
Date:
Peter Eisentraut <peter_e@gmx.net> writes:
> Joel, I have taken the feature list you posted a while ago and massaged it
> and formatted in DocBook.  An HTML rendition is attached.  Not sure how to
> proceed, but it should probably be posted somewhere.

Looks pretty good.  A couple minor suggestions:

* Ports list entries for Windows should mention that Cygwin is needed;
as is, it gives the impression that we run natively.

* Query Language Features section should start out by saying that we
support nearly all of SQL92 entry level, plus numerous features from
SQL92 intermediate/full levels and SQL99.  That's needed context for
the details that the list then plunges into.  Would it be appropriate
to list the SQL92 entry level features we don't have?

* "Support for UNION and UNION ALL, INTERSECT and EXCEPT" implies that
we don't have INTERSECT ALL and EXCEPT ALL.  Rephrase, possibly as
"Support for UNION, INTERSECT and EXCEPT, including their ALL variants".

* The mention of full-text indexing probably belongs in the sub-bullet
about loadable extension functions, since it's not part of the standard
install.  Also, this sub-bullet should probably go more like "Loadable
extension functions include soundex etc etc", to make it clear this is
just some of 'em.

            regards, tom lane