Home Explore Blog CI



postgresql

1st chunk of `doc/src/sgml/biblio.sgml`
cc91150937bfd6fbb2e49c3692a52c56e12865851e53c9880000000100000fb1
<!-- doc/src/sgml/biblio.sgml -->

 <bibliography id="biblio">
  <title>Bibliography</title>

  <para>
   Selected references and readings for <acronym>SQL</acronym>
   and <productname>PostgreSQL</productname>.
  </para>

  <para>
   Some white papers and technical reports from the original
   <productname>POSTGRES</productname> development team
   are available at the University of California, Berkeley, Computer Science
   Department <ulink url="https://dsf.berkeley.edu/papers/">web site</ulink>.
  </para>

  <bibliodiv>
   <title><acronym>SQL</acronym> Reference Books</title>

   <biblioentry id="bowman01">
    <title>The Practical <acronym>SQL</acronym> Handbook</title>
    <subtitle>Using SQL Variants</subtitle>
    <edition>Fourth Edition</edition>
    <authorgroup>
     <author>
      <firstname>Judith</firstname>
      <surname>Bowman</surname>
     </author>
     <author>
      <firstname>Sandra</firstname>
      <surname>Emerson</surname>
     </author>
     <author>
      <firstname>Marcy</firstname>
      <surname>Darnovsky</surname>
     </author>
    </authorgroup>
    <isbn>0-201-70309-2</isbn>
    <publisher>
     <publishername>Addison-Wesley Professional</publishername>
    </publisher>
    <pubdate>2001</pubdate>
   </biblioentry>

   <biblioentry id="date97">
    <title>A Guide to the <acronym>SQL</acronym> Standard</title>
    <subtitle>A user's guide to the standard database language <acronym>SQL</acronym></subtitle>
    <edition>Fourth Edition</edition>
    <authorgroup>
     <author>
      <firstname>C. J.</firstname>
      <surname>Date</surname>
     </author>
     <author>
      <firstname>Hugh</firstname>
      <surname>Darwen</surname>
     </author>
    </authorgroup>
    <isbn>0-201-96426-0</isbn>
    <publisher>
     <publishername>Addison-Wesley</publishername>
    </publisher>
    <pubdate>1997</pubdate>
   </biblioentry>

   <biblioentry id="date04">
    <title>An Introduction to Database Systems</title>
    <edition>Eighth Edition</edition>
    <authorgroup>
     <author>
      <firstname>C. J.</firstname>
      <surname>Date</surname>
     </author>
    </authorgroup>
    <isbn>0-321-19784-4</isbn>
    <publisher>
     <publishername>Addison-Wesley</publishername>
    </publisher>
    <pubdate>2003</pubdate>
   </biblioentry>

  <biblioentry id="elma04">
   <title>Fundamentals of Database Systems</title>
   <edition>Fourth Edition</edition>
   <authorgroup>
    <author>
     <firstname>Ramez</firstname>
     <surname>Elmasri</surname>
    </author>
    <author>
     <firstname>Shamkant</firstname>
     <surname>Navathe</surname>
    </author>
   </authorgroup>
   <isbn>0-321-12226-7</isbn>
   <publisher>
    <publishername>Addison-Wesley</publishername>
   </publisher>
   <pubdate>2003</pubdate>
  </biblioentry>

   <biblioentry id="melt93">
    <title>Understanding the New <acronym>SQL</acronym></title>
    <subtitle>A complete guide</subtitle>
    <authorgroup>
     <author>
      <firstname>Jim</firstname>
      <surname>Melton</surname>
     </author>
     <author>
      <firstname>Alan R.</firstname>
      <surname>Simon</surname>
     </author>
    </authorgroup>
    <isbn>1-55860-245-3</isbn>
    <publisher>
     <publishername>Morgan Kaufmann</publishername>
    </publisher>
    <pubdate>1993</pubdate>
   </biblioentry>

   <biblioentry id="ull88">
    <title>Principles of Database and Knowledge-Base Systems</title>
    <subtitle>Classical Database Systems</subtitle>
    <authorgroup>
     <author>
      <firstname>Jeffrey D.</firstname>
      <surname>Ullman</surname>
     </author>
    </authorgroup>
    <volumenum>Volume 1</volumenum>
    <publisher>
     <publishername>Computer Science Press</publishername>
    </publisher>
    <pubdate>1988</pubdate>
   </biblioentry>

   <biblioentry id="sqltr-19075-6">
    <title>SQL Technical Report</title>
    <subtitle>Part 6: SQL support for JavaScript Object
      Notation (JSON)</subtitle>
    <edition>First Edition</edition>
    <pubdate>2017</pubdate>

Title: SQL and PostgreSQL Bibliography
Summary
This section provides a list of selected references and readings for SQL and PostgreSQL, including books on SQL reference, database systems, and technical reports from the original POSTGRES development team.