pgsql/ onfig/docbook.m4 oc/src/sgml/features.sgml

Started by Bruce Momjianalmost 24 years ago2 messageshackers
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian@postgresql.org 02/07/15 20:51:37

Modified files:
config : docbook.m4
doc/src/sgml : features.sgml

Log message:
This fixes 2 inaccuracies in the recently added SQL99 feature list docs.
UNIQUE and DISTINCT predicates are both listed as implemented -- AFAIK,
neither is.

I also included another trivial patch which adds the default location
of the DSSSL stylesheets on my system (Debian unstable, docbook-dsssl
1.76) to the list of paths that configure looks for.

Neil Conway

#2Thomas Lockhart
lockhart@fourpalms.org
In reply to: Bruce Momjian (#1)
Re: pgsql/ onfig/docbook.m4 oc/src/sgml/features.sgml

Log message:
This fixes 2 inaccuracies in the recently added SQL99 feature list docs.
UNIQUE and DISTINCT predicates are both listed as implemented -- AFAIK,
neither is.

DISTINCT was implemented a couple of weeks ago. I'll change the docs
again...

- Thomas