mirror of
https://github.com/postgres/postgres.git
synced 2026-04-24 15:47:01 -04:00
Remove ODBC-compatible empty parentheses from calls to SQL99 functions for which these parentheses do not match the standard. Update the ODBC driver to ensure compatibility with the ODBC standard for these functions (e.g. CURRENT_TIMESTAMP, CURRENT_USER, etc). Include a new appendix in the User's Guide which lists the labeled features for SQL99 (the labeled features replaced the "basic", "intermediate", and "advanced" categories from SQL92). features.sgml does not yet split this list into "supported" and "unsupported" lists.
59 lines
916 B
Text
59 lines
916 B
Text
<!--
|
|
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/user.sgml,v 1.30 2002/06/15 02:59:55 thomas Exp $
|
|
-->
|
|
|
|
<book id="user">
|
|
|
|
<!-- Title information -->
|
|
|
|
<title>PostgreSQL &version; User's Guide</title>
|
|
|
|
<bookinfo>
|
|
<corpauthor>The PostgreSQL Global Development Group</corpauthor>
|
|
&legal;
|
|
</bookinfo>
|
|
|
|
&intro;
|
|
|
|
&syntax;
|
|
&queries;
|
|
&datatype;
|
|
&func;
|
|
&typeconv;
|
|
&array;
|
|
&indices;
|
|
&inherit;
|
|
&mvcc;
|
|
&manage;
|
|
&perform;
|
|
|
|
<!-- appendices -->
|
|
|
|
&datetime;
|
|
&keywords;
|
|
&features;
|
|
|
|
&biblio;
|
|
|
|
<![%single-book;[
|
|
&bookindex;
|
|
]]>
|
|
|
|
</book>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode:sgml
|
|
sgml-omittag:nil
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"./reference.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:("/usr/lib/sgml/catalog")
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
-->
|