pgsql/ onfig/docbook.m4 oc/src/sgml/features.sgml
pgsql/ onfig/docbook.m4 oc/src/sgml/features.sgml
От:
momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
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
Re: pgsql/ onfig/docbook.m4 oc/src/sgml/features.sgml
От:
Thomas Lockhart <lockhart@fourpalms.org>
Дата:
> 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