home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 August / PCWorld_1999-08_cd.bin / doc / HOWTO / PostgreSQL-HOWTO < prev    next >
Text File  |  1999-02-08  |  249KB  |  7,459 lines

  1.   Database-SQL-RDBMS HOW-TO document for Linux (PostgreSQL
  2.   Object Relational Database System)
  3.   Al Dev (Alavoor Vasudevan)        alavoor@yahoo.com
  4.   v11.0, 8 January 1999
  5.  
  6.   This document is a "practical guide" to very quickly setup a SQL
  7.   Database engine and front end tools on a Unix system. It also dis¡
  8.   cusses the International standard language ANSI/ISO SQL and reviews
  9.   the merits/advantages of the SQL database engine developed by the
  10.   world-wide internet in an "open development" environment.  It is about
  11.   HOW-TO setup a next generation Object Relational SQL Database "Post¡
  12.   greSQL" on Unix system which can be used as a Application Database
  13.   Server or as a Web Database Server. PostgreSQL implements a subset of
  14.   International ISO/ANSI SQL standards of years 1998,92,89. This docu¡
  15.   ment also gives information on the database interface programs like
  16.   Front End GUIs, RAD tools (Rapid Application Development), ODBC, JDBC
  17.   drivers, "C", "C++", Java, Perl programming interfaces and Web
  18.   Database Tools.  Information given here applies to all Unix platforms
  19.   and to all other SQL databases. It will be very useful for people who
  20.   are new to Databases, SQL language and PostgreSQL.  This document also
  21.   has SQL tutorial, SQL syntax which would be very helpful for begin¡
  22.   ners. Experienced people will find this document as a useful reference
  23.   guide. For students, the information given here will enable them to
  24.   get the source code for PostgreSQL relational database system, from
  25.   which they can learn as to how a RDBMS SQL database engine is created.
  26.   ______________________________________________________________________
  27.  
  28.   Table of Contents
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.   1. Introduction
  68.  
  69.   2. Other Formats of this Document
  70.  
  71.   3. Laws of Physics applies to Software!
  72.  
  73.   4. What is PostgreSQL ?
  74.  
  75.   5. Where to get it ?
  76.  
  77.   6. PostgreSQL Supports Extremely Large Databases greater than 200 Gig
  78.  
  79.   7. How can I trust PostgreSQL ? Regression Test Package builds customer confidence
  80.  
  81.   8. GUI FrontEnd Tool for PostgreSQL (Graphical User Interface)
  82.  
  83.   9. Integrated Development Environment Tools for PostgreSQL (GUI IDE)
  84.  
  85.   10. Interface Drivers for PostgreSQL
  86.  
  87.      10.1 ODBC Drivers for PostgreSQL
  88.      10.2 UDBC Drivers for PostgreSQL
  89.      10.3 JDBC Drivers for PostgreSQL
  90.      10.4 Java for PostgreSQL
  91.  
  92.   11. Perl Database Interface (DBI) Driver for PostgreSQL
  93.  
  94.      11.1 Perl 5 interface for PostgreSQL
  95.      11.2 Perl Database Interface DBI
  96.         11.2.1 WHAT IS DBI ?
  97.         11.2.2 DBI driver for PostgreSQL DBD-Pg-0.89
  98.         11.2.3 Technical support for DBI
  99.         11.2.4 What is DBI, DBperl, Oraperl and *perl?
  100.         11.2.5 DBI specifications
  101.         11.2.6 Compilation problems or "It fails the test"
  102.         11.2.7 Is DBI supported under Windows 95 / NT platforms?
  103.         11.2.8 What's DBM? And why use DBI instead ?
  104.         11.2.9 Is < insert feature here > supported in DBI?
  105.         11.2.10 Is DBI any use for CGI programming?
  106.         11.2.11 How do I get faster connection times with DBD Oracle and CGI?
  107.         11.2.12 How do I get persistent connections with DBI and CGI?
  108.         11.2.13 ``When I run a perl script from the command line, it works, but, when I run it under the httpd, it fails!'' Why?
  109.         11.2.14 Can I do multi-threading with DBI?
  110.         11.2.15 How can I invoke stored procedures with DBI?
  111.         11.2.16 How can I get return values from stored procedures with DBI?
  112.         11.2.17 How can I create or drop a database with DBI?
  113.         11.2.18 How are NULL values handled by DBI?
  114.         11.2.19 What are these func methods all about?
  115.         11.2.20 Commercial Support and Training
  116.  
  117.   12. PostgreSQL Management Tools
  118.  
  119.      12.1 PGACCESS - A GUI Tool for PostgreSQL Management
  120.      12.2 Windows Interactive Query Tool for PostgreSQL (WISQL or MPSQL)
  121.      12.3 Interactive Query Tool (ISQL) for PostgreSQL called PSQL
  122.      12.4 MPMGR - A Database Management Tool for PostgresSQL
  123.  
  124.   13. Setting up multi-boxes PostgreSQL with just one monitor
  125.  
  126.   14. Applications and Tools for PostgreSQL
  127.  
  128.      14.1 PostgreSQL 4GL for web database applications - AppGEN Development System
  129.      14.2 WWW Web interface for PostgresSQL - DBENGINE
  130.      14.3 Apache Webserver Module for PostgreSQL - NeoSoft NeoWebScript
  131.      14.4 HEITML server side extension of HTML and a 4GL language for PostgreSQL
  132.      14.5 America On-line AOL Web server for PostgreSQL
  133.      14.6 Problem/Project Tracking System Application Tool for PostgreSQL
  134.      14.7 Convert dbase dbf files to PostgreSQL
  135.  
  136.   15. Web Database Design/Implementation tool for PostgreSQL - EARP
  137.  
  138.      15.1 What is EARP ?
  139.      15.2 Implementation
  140.      15.3 What you need to run EARP
  141.      15.4 How does it work ?
  142.      15.5 Where to get EARP ?
  143.  
  144.   16. PHP Hypertext Preprocessor - Server-side html-embedded scripting language for PostgreSQL
  145.  
  146.      16.1 Major Features
  147.      16.2 Credits
  148.      16.3 PHP 3 - Brief History
  149.      16.4 So, what can I do with PHP/FI ?
  150.      16.5 A simple example
  151.      16.6 CGI Redirection
  152.         16.6.1 Apache 1.0.x Notes
  153.         16.6.2 Netscape HTTPD
  154.         16.6.3 NCSA HTTPD
  155.      16.7 Running PHP/FI from the command line
  156.  
  157.   17. Python Interface for PostgreSQL
  158.  
  159.      17.1 Where to get PyGres ?
  160.      17.2 Information and support
  161.  
  162.   18. Gateway between PostgreSQL and the WWW - WDB-P95
  163.  
  164.      18.1 About wdb-p95
  165.      18.2 Does the PostgreSQL server, pgperl, and httpd have to be on the same host?
  166.  
  167.   19. "C", "C++", ESQL/C language Interfaces and Bitwise Operators for PostgreSQL
  168.  
  169.      19.1 "C" interface
  170.      19.2 "C++" interface
  171.      19.3 ESQL/C
  172.      19.4 BitWise Operators for PostgreSQL
  173.  
  174.   20. Japanese Kanji Code for PostgreSQL
  175.  
  176.   21. PostgreSQL Port to Windows 95/Windows NT
  177.  
  178.   22. Mailing Lists
  179.  
  180.      22.1 Get a Free e-mail account
  181.      22.2 English Mailing List
  182.      22.3 Archive of Mailing List
  183.      22.4 Spanish Mailing List
  184.  
  185.   23. Documentation and Reference Books
  186.  
  187.      23.1 User Guides and Manuals
  188.      23.2 Online Documentation
  189.      23.3 Useful Reference Textbooks
  190.      23.4 ANSI/ISO SQL Specifications documents  - SQL 1992, SQL 1998
  191.      23.5 Syntax of ANSI/ISO SQL 1992
  192.      23.6 Syntax of ANSI/ISO SQL 1998
  193.      23.7 SQL Tutorial for beginners
  194.      23.8 Temporal Extension to SQL92
  195.      23.9 Part 0 - Acquiring ISO/ANSI SQL Documents
  196.      23.10 Part 1 - ISO/ANSI SQL Current Status
  197.      23.11 Part 2 - ISO/ANSI SQL Foundation
  198.      23.12 Part 3 - ISO/ANSI SQL Call Level Interface
  199.      23.13 Part 4 - ISO/ANSI SQL Persistent Stored Modules
  200.      23.14 Part 5 - ISO/ANSI SQL/Bindings
  201.      23.15 Part 6 - ISO/ANSI SQL XA Interface Specialization (SQL/XA)
  202.      23.16 Part 7 - ISO/ANSI SQL Temporal
  203.         23.16.1 INTRODUCTION
  204.         23.16.2 A CASE STUDY - STORING CURRENT INFORMATION
  205.         23.16.3 A CASE STUDY - STORING HISTORY INFORMATION
  206.         23.16.4 A CASE STUDY - PROJECTION
  207.         23.16.5 A CASE STUDY - JOIN
  208.         23.16.6 A CASE STUDY - AGGREGATES
  209.         23.16.7 SUMMARY
  210.      23.17 Part 8 - ISO/ANSI SQL MULTIMEDIA (SQL/MM)
  211.  
  212.   24. Technical support for PostgreSQL
  213.  
  214.   25. Economic and Business Aspects
  215.  
  216.   26. List of Other Databases
  217.  
  218.   27. Internet World Wide Web Searching Tips
  219.  
  220.   28. Conclusion
  221.  
  222.   29. FAQ - Questions on PostgreSQL
  223.  
  224.   30. Copyright Notice
  225.  
  226.   31. Appendix A - Syntax of ANSI/ISO SQL 1992
  227.  
  228.   32. Appendix B - SQL Tutorial for beginners
  229.  
  230.      32.1 Tutorial for PostgreSQL
  231.      32.2 Internet URL pointers
  232.  
  233.   33. Appendix C - Linux Quick Install Instructions
  234.  
  235.  
  236.  
  237.   ______________________________________________________________________
  238.  
  239.   1.  Introduction
  240.  
  241.   The purpose of this document is to provide comprehensive list of
  242.   pointers/URLs to quickly setup PostgreSQL and also to advocate the
  243.   benefits of Open Source Code system like PostgreSQL, Linux.
  244.  
  245.   Each and every computer system in the world needs a database to
  246.   store/retrieve the information.  The primary reason you use the
  247.   computer is to store, retrieve and process information and do all
  248.   these very quickly, thereby saving you time.  At the same time, the
  249.   system must be simple, robust, fast, reliable, economical and very
  250.   easy to use.  Database is the most VITAL SYSTEM as it stores mission
  251.   critical information of every company in this world.  The most popular
  252.   database systems are based on the International Standard Organisation
  253.   (ISO) SQL specifications, which in turn is based on ANSI SQL
  254.   (American) standards.  The most current specifications widely used in
  255.   the industry are ISO/ANSI SQL 1992.  Upcoming standard is the SQL
  256.   1998/99 which is also called SQL-3 is still under development. Popular
  257.   database like Oracle, Sybase and Informix systems are based on these
  258.   standards or are trying to implement these standards.
  259.  
  260.   There are more than 20 varieties of commercial/internet database
  261.   systems which are being used in the world and many more will be coming
  262.   in the near future. Without a standard like ANSI/ISO SQL, it would be
  263.   very difficult for the customer to develop a application once and run
  264.   on all the database systems.  Customer wants to develop an application
  265.   ONCE using ISO SQL, ODBC, JDBC and deploy on all varieties of database
  266.   systems in the world.
  267.  
  268.   The world's most popular FREE Database which implements some of the
  269.   ISO SQL, ANSI SQL/98, SQL/92 and ANSI SQL/89 RDBMS is PostgreSQL.
  270.   PostgreSQL is next generation Object relational database and the
  271.   future ANSI SQL standards like SQL 1998 (SQL-3) and beyond will
  272.   increasingly deal with Object databases and Object data types.
  273.   PostgreSQL is the only free RDBMS in the world which supports Object
  274.   databases and SQL. This document will tell you how-to install the
  275.   database, how to set up the Web database, application database, front
  276.   end GUIs and interface programs.  It is strongly advised that you MUST
  277.   write your database applications 100 % compliant to standards of
  278.   ISO/ANSI SQL, ODBC, JDBC so that your application is portable across
  279.   multiple databases like PostgreSQL, Oracle, Sybase, Informix etc.
  280.  
  281.   You get the highest quality, and lot many features with PostgreSQL as
  282.   it follows 'Open Source Code development model'. Open Source Code
  283.   model is the one where the complete source code is given to you and
  284.   the development takes place on the internet by a extremely vast
  285.   network of human brains.  Future trend shows that most of the software
  286.   development will take place on the so called "Information Super-
  287.   Highway" which spans the whole globe.  In the coming years, internet
  288.   growth will be explosive which will further fuel rapid adoption of
  289.   PostgreSQL by the database community.
  290.  
  291.   By applying the principles of statistics, mathematics and science to
  292.   software quality, you get the best quality of software only in a 'Open
  293.   Source Code System' like PostgreSQL, wherein the source code is open
  294.   to a very vast number of human brains inter-connected by the
  295.   information super-highway.  Greater the number of human brains
  296.   working, the better will be the quality of software.  Open Source Code
  297.   model will also prevent RE-INVENTION OF WHEELS, eliminates DUPLICATION
  298.   OF WORK and will be very economical, saves time in distribution and
  299.   follows the modern economic laws of optimizing the national and global
  300.   resources.  Once a software work is done by others, than you DO NOT
  301.   need to re-do that again. You will not be wasting your valuable time
  302.   on something which had already been WELL DONE.  Your time is extremely
  303.   precious and it must be utilized efficiently, because you have only 8
  304.   hours per day for doing work!!  As we will be entering the 21st
  305.   century, there will be a change in the way that you get software for
  306.   your use.  Customers will give first preference for the open systems
  307.   software like PostgreSQL, Linux, etc...
  308.  
  309.   If you buy binaries, you will not get any equity and ownership of
  310.   source code. Source code is a very valuable asset and binaries have no
  311.   value. Buying software may become a thing of the past. You only need
  312.   to buy good hardware, it is worth spending money on the hardware and
  313.   get the software from internet. Important point is that it is the
  314.   computer hardware which is doing bulk of the work.  Hardware is the
  315.   real work horse and software is just driving it.  Computer hardware is
  316.   so much more complex that only 6 nations out of 180 countries in the
  317.   world so far have demonstrated the capability of designing and
  318.   manufacturing computer chips/hardware.  Design and manufacturing of
  319.   computer chips is a advanced technology.  It is a very complex
  320.   process, capital intensive, requires large investments in plant and
  321.   production machines which deal with 0.18 micron technology. On a
  322.   single small silicon chip millions of transistors/circuits are densely
  323.   packed.  Companies like Applied Material, AMD, Intel, Cyrix, Hitachi,
  324.   IBM and others spent significant number of man-years to master the
  325.   high-technology like Chip Design, Micro-electronics and Nano-
  326.   electronics.  Micro means (one-millionth of meter 10^-6), Nano  means
  327.   (one-billionth of meter 10^-9). Current technology uses micro-
  328.   electronics of about 0.35 micron using aluminum as conductors and 0.25
  329.   micron sizes using copper as conductors of electrons.  In near future
  330.   the technology of 0.10 micron with copper and even nano-electronics
  331.   will be used to make computer chips. Aluminum conductors will be
  332.   phased out by copper on computer chips, as copper is a better
  333.   conductor of electrons.  In photolithography process extreme
  334.   ultraviolet, X-ray or electron-beam techniques will be used to etch
  335.   circuits for feature size less than 0.15 micron.  In about 20 years
  336.   from now, silicon chips will be phased out by molecular computers and
  337.   bio chips which will be billions of times faster than silicon chips.
  338.   Molecules are a group of atoms. And atoms are tiny particles which
  339.   makes up everything that you see in this world. Molecular computers
  340.   will use the molecules of matter as ultra-fast electronic on/off
  341.   switches. When the switch is ON it indicates 1, and when it is OFF it
  342.   indicates 0. All the computer programs in this world are based on
  343.   binary (numbers 1 and 0).  Table below shows the progress and future
  344.   advancement trends of computer chips.
  345.  
  346.  
  347.                             Advancement of chip capabilities in future
  348.                            ********************************************
  349.        +--------------------------+---------+---------+---------+---------+--------+---------+
  350.        | Item/Year                | 1997    | 1999    | 2001    | 2003    | 2012   | 2020    |
  351.        +--------------------------+---------+---------+---------+---------+--------+---------+
  352.        | Feature size(micron)     | 0.25    | 0.18    | 0.15    | 0.13    | 0.05   |< 0.00001|
  353.        +--------------------------+---------+---------+---------+---------+--------+---------+
  354.        | Wafer size(mm)           | 200     | 300     | 300     | 300     | 450    | Mol/Bio |
  355.        +--------------------------+---------+---------+---------+---------+--------+---------+
  356.        | Min Operating Voltage    | 1.8-2.5 | 1.5-1.8 | 1.2-1.5 | 1.2-1.5 | 0.5-0.6| < 0.001 |
  357.        +--------------------------+---------+---------+---------+---------+--------+---------+
  358.        | Max power dissipation    | 70      | 90      | 110     | 130     | 175    | 600     |
  359.        +--------------------------+---------+---------+---------+---------+--------+---------+
  360.        | On-chip frequencey (MHz) | 750     | 1,250   | 1,500   | 2,100   | 10,000 | > 50,000|
  361.        +--------------------------+---------+---------+---------+---------+--------+---------+
  362.        | DRAM capacity            | 256 MB  | 1 GB    | 2 GB    | 4 GB    | 256 GB | > 1000GB|
  363.        +--------------------------+---------+---------+---------+---------+--------+---------+
  364.  
  365.  
  366.  
  367.  
  368.   As you can see, it is hardware that is high technology and important
  369.   and software is a less difficult technology.  Hence, manufacturing
  370.   hardware/hard-goods is vital for national economy! Companies like Com¡
  371.   paq, Dell, Sun Microsystems, HP, IBM who manufacture computers are
  372.   major contributors to U.S economy today and in the future!!
  373.  
  374.   On other hand, each and every country in the world develops/makes
  375.   software.  In fact, any person in this world with a small low-cost PC
  376.   can create a Oracle database server system. But it would take him
  377.   about 10 years (Oracle database server is about 10 man-years of work).
  378.   One man-year is one person working full-time for one full year. If 10
  379.   people work for a year than it is 10 man-years spent.
  380.  
  381.   Databases like Oracle, Informix, Sybase, IBM DB2 (Unix) are written
  382.   using the "C" language and binaries are created by compiling the
  383.   source code and than they are shipped out to customers. Oracle,
  384.   Sybase, Informix databases are 100 % "C" programs!!
  385.  
  386.  
  387.   Since a lot of work had been done on PostgreSQL for the past 12 years,
  388.   it does not make sense to re-create from scratch another database
  389.   system which satisfies ANSI/ISO SQL.  It will be a great advantage to
  390.   take the existing code and add missing features or enhancements to
  391.   PostgreSQL and start using it immediately.
  392.  
  393.   PostgreSQL is not just a free database but it is a good quality
  394.   'Internet Product'.  Prediction is that demand for "Made in Internet"
  395.   products will grow exponentially as it is capable of maintaining a
  396.   high quality, low cost, extremely large user-base and developer-base.
  397.   Those nations who do not use the 'Made in Internet' products will be
  398.   seriously missing "World-wide Internet Revolution" and will be left
  399.   far behind other countries. The reason is "Internet" itself is the
  400.   world's LARGEST software company!
  401.  
  402.   2.  Other Formats of this Document
  403.  
  404.   This document is published in 10 different formats namely - DVI,
  405.   Postscript, Latex, LyX, GNU-info, HTML, RTF(Rich Text Format), Plain-
  406.   text, Unix man pages and SGML.
  407.  
  408.   ╖  You can get this HOWTO document as a single file tar ball in HTML,
  409.      DVI, Postscript or SGML formats from -
  410.      <ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO/other-formats/>
  411.  
  412.   ╖  Plain text format is in:
  413.      <ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO>
  414.  
  415.   ╖  Translations to other languages like French, German, Spanish,
  416.      Chinese, Japanese are in
  417.      <ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO> Any help from you to
  418.      translate to other languages is welcome.
  419.  
  420.      The document is written using a tool called "SGML tool" which can
  421.      be got from - <http://www.xs4all.nl/~cg/sgmltools/> Compiling the
  422.      source you will get the following commands like
  423.  
  424.   ╖  sgml2html databasehowto.sgml     (to generate html file)
  425.  
  426.   ╖  sgml2rtf  databasehowto.sgml     (to generate RTF file)
  427.  
  428.   ╖  sgml2latex databasehowto.sgml    (to generate latex file)
  429.  
  430.   This document is located at -
  431.  
  432.   ╖  <http://sunsite.unc.edu/LDP/HOWTO/PostgreSQL-HOWTO.html>
  433.  
  434.   Also you can find this document at the following mirrors sites -
  435.  
  436.   ╖  <http://www.caldera.com/LDP/HOWTO/PostgreSQL-HOWTO.html>
  437.  
  438.   ╖  <http://www.WGS.com/LDP/HOWTO/PostgreSQL-HOWTO.html>
  439.  
  440.   ╖  <http://www.cc.gatech.edu/linux/LDP/HOWTO/PostgreSQL-HOWTO.html>
  441.  
  442.   ╖  <http://www.redhat.com/linux-info/ldp/HOWTO/PostgreSQL-HOWTO.html>
  443.  
  444.   ╖  Other mirror sites near you (network-address-wise) can be found at
  445.      <http://sunsite.unc.edu/LDP/hmirrors.html> select a site and go to
  446.      directory /LDP/HOWTO/PostgreSQL-HOWTO.html
  447.  
  448.  
  449.   In order to view the document in dvi format, use the xdvi program. The
  450.   xdvi program is located in tetex-xdvi*.rpm package in Redhat Linux
  451.   which can be located through ControlPanel | Applications | Publishing
  452.   | TeX menu buttons.
  453.  
  454.  
  455.                To read dvi document give the command -
  456.                        xdvi -geometry 80x90 howto.dvi
  457.                And resize the window with mouse. See man page on xdvi.
  458.                To navigate use Arrow keys, Page Up, Page Down keys, also
  459.                you can use 'f', 'd', 'u', 'c', 'l', 'r', 'p', 'n' letter
  460.                keys to move up, down, center, next page, previous page etc.
  461.                To turn off expert menu press 'x'.
  462.  
  463.   You can read postscript file using the program 'gv' (ghostview) or The
  464.   ghostscript program is in ghostscript*.rpm package and gv program is
  465.   in gv*.rpm package in Redhat Linux which can be located through Con¡
  466.   trolPanel | Applications | Graphics menu buttons. The gv program is
  467.   much more user friendly than ghostscript.  Also ghostscript and gv are
  468.   available on other platforms like OS/2, Windows 95 and NT, you view
  469.   this document even on those platforms.
  470.  
  471.  
  472.                To read postscript document give the command -
  473.                        gv howto.ps
  474.  
  475.                To use ghostscript give -
  476.                        ghostscript howto.ps
  477.  
  478.  
  479.  
  480.  
  481.   CAUTION: This document is large, total number of pages (postscript) if
  482.   printed will be approximately 113 pages.
  483.  
  484.   You can read HTML format document using Netscape Navigator, Microsoft
  485.   Internet explorer, Redhat Baron Web browser or any of the 10 other web
  486.   browsers.
  487.  
  488.   You can read the latex, LyX output using LyX a X-Windows front end to
  489.   latex.
  490.  
  491.   3.  Laws of Physics applies to Software!
  492.  
  493.   In this chapter, it will be shown how science plays a important role
  494.   in the creation of various objects like software, this universe, mass,
  495.   atoms, energy and even yourself!  This chapter also shows why
  496.   knowledge of science is very important BEFORE you start using the
  497.   products of science.  Objects include everything - for example
  498.   PostgreSQL, time, mass, energy, planets, sun, moon, stars, galaxies,
  499.   super-clusters, humans etc... are objects made by science.  This
  500.   chapter also shows how laws of science and statistics favour the open-
  501.   source code system like PostgreSQL and Linux.  As the internet speed
  502.   is increasing everyday, and internet is becoming more and MORE
  503.   reliable, the open-source code system will gain very rapid momentum.
  504.   And, if rules of statistics and laws of physics are correct than the
  505.   closed source-code systems will eventually VANISH from this planet.
  506.  
  507.   The paragraphs given below will show you - "how vast science is, how
  508.   important it is for man and how it impacts software projects like
  509.   PostgreSQL, Linux".
  510.  
  511.   Developing a project like PostgreSQL requires resources like energy
  512.   and time, hence PostgreSQL is a product of energy and time.  Since
  513.   energy and time can be explained only by science, there is a direct
  514.   co-relation between physics and software projects like PostgreSQL,
  515.   Linux.
  516.  
  517.   Laws of science (Physics) applies everywhere and at all the times, to
  518.   anything that you do, even while you are developing the software
  519.   projects.  Physics is in action even while you are talking (sound
  520.   waves), walking (friction between ground and your feet), reading a
  521.   book or writing software.  Various branches of sciences like physics,
  522.   chemistry etc all merge into one grand region called Mathematics
  523.   (which is also known as the Queen of all Sciences).  Everything in
  524.   this world has a deep root in mathematics, including PostgreSQL.
  525.   PostgreSQL uses 'Modern Algebra' which is a tiny branch of
  526.   mathematics.  Modern algebra deals with 'Set Theory', 'Relational
  527.   Algebra', science of Groups, Rings, Collections, Sets, Unions,
  528.   Intersections, Exclusions, Domains, Lists, etc...
  529.   The software like PostgreSQL is existing today because of the energy
  530.   and time.  It is the energy which made this world, human brains and
  531.   many other things! And mass and energy are ONE and the SAME entity!
  532.   The fact that mass and energy are same was unknown to people 100 years
  533.   ago!
  534.  
  535.   Cells in the human brains consume energy while processing (creating
  536.   software), by converting the chemical energy from food into electrical
  537.   and heat energy.  Even while you are reading this paragraph, the cells
  538.   in your brain are burning out the fuel and are using tiny amounts of
  539.   energy. So STOP READING NOW !  The energy activity of neurons (brain
  540.   cells) can be measured in the laboratory. For example, there are many
  541.   instruments like 'Lie Detectors' and other medical instruments which
  542.   can measure the energy activities of brain.  All of these implies that
  543.   human brain is a thermodynamic heat engine.  Because human brain is a
  544.   thermodynamic engine, the laws of thermodynamics applies to brain and
  545.   hence thermodynamics has indirect effects on software like PostgreSQL.
  546.  
  547.   As per science, it is impossible to build any system or theory
  548.   (including a database software system) which will be 100 % perfect and
  549.   bug free.  It is like chasing a mirage, we will NEVER reach the goal
  550.   of perfect system or theory.  Detailed mathematical
  551.   equations/discussions to prove that 'perfect system' (as well as
  552.   'imperfect system') is impossible, is a advanced topic and is beyond
  553.   the scope of this document. And such a mathematical discussion deals
  554.   with infinite number of dimensions (as well as primary dimensions)
  555.   which are existing in nature.  Unfortunately humans can see or feel
  556.   only 4 dimensions but mathematics can easily explore many other
  557.   dimensions.  Other dimensions are 'infinitely smaller' than the atoms
  558.   and atoms themselves are very minute which human eyes cannot see them!
  559.   Mathematics is very powerful as it can analyze and explain the
  560.   birth/death of our universe.  Our universe is almost zero size if you
  561.   look from other universe and vice versa. That is, our universe is not
  562.   visible (does not exist) for persons in other universe! And vice
  563.   versa!!  Theoretically, you can exit out of our universe and travel
  564.   vast distances (billions of light years) in zero time and re-enter
  565.   universe at a different point of space-time! Distance between our
  566.   universe and other universes is actually zero!
  567.  
  568.   Even though there are infinite number of dimensions, they all can be
  569.   derived/generated from a small number of PRIMARY dimensions. That is,
  570.   infinite number of dimensions can combine and collapse into primary
  571.   dimensions.  Primary dimensions simply absorb other dimensions without
  572.   themselves getting destroyed.  Mathematicians use these primary
  573.   dimensions to understand the birth and death of universes. The
  574.   universe where you are currently living started with a BIG BANG
  575.   billions of years ago (roughly 20 billion years ago) which was caused
  576.   by the interactions of atomic particles of other dimensions.  Just
  577.   before the big bang there was a tiny point where length, breadth,
  578.   height and time was ZERO (that is, our universe was NOT THERE!!) and
  579.   other universes and primary dimensions were existing. Time itself was
  580.   NOT there and atoms, stars, planets, galaxies were NOT there! The
  581.   atoms inside your body were NOT there!!  So many things happened even
  582.   BEFORE the time was born!
  583.  
  584.   Big bang and hence birth of our universe was caused by few atoms of
  585.   primary dimensions. SOMEONE (something?) caused the dashing of few
  586.   tiny atoms of other dimensions to create our universe, and new
  587.   dimensions time, length, breadth, height was born! We see someone's
  588.   hand in this process.  That process is not very well understood by
  589.   man.  Man is trying to generate another universe in the lab by
  590.   simulating the big bang event (Huge accelerator is under construction
  591.   in Europe, another construction in Dallas, USA was stopped by US
  592.   congress due to budget cuts). There are atoms of other dimensions just
  593.   as we have atoms in our universe. Theoretically, you can
  594.   create/generate infinite number of universes! This process is
  595.   reversible, that is our universe can completely close down and vanish
  596.   into few atoms of other dimensions! It is similar in anology as to how
  597.   YOU were born from two tiny cells which DASHED against each other to
  598.   create one single cell. That single tiny cell divided and multiplied
  599.   into 6 trillion cells to become a 6 foot tall human (that is you!).
  600.   There are some similarities between humans and universes, universes
  601.   are born and later die, very much similar to humans.
  602.  
  603.   Since PERFECT state (as well as IMPERFECT state) is impossible,
  604.   universes like ours are born and later die down in a cyclic process.
  605.   BUT there can NO PERFECT death, only transformation is permitted by
  606.   science!  Our universe is currently expanding at a tremendous rate, it
  607.   is not static but is very dynamic.  This universe will keep expanding
  608.   untill something interferes to collapse this universe by applying
  609.   pressures with external dimensions to aborb and annihilate our
  610.   universe!! Two possibilities are - removing the mass from our universe
  611.   via black holes (a slow process), or injecting more mass into our
  612.   universe via white holes (a rapid big crunch process).  There can be
  613.   millions of universes in existence but there can be very few universes
  614.   which are built from primary dimensions.  You are not only made up of
  615.   atoms of this universe but also by atoms of other dimensions!  In
  616.   black holes the atoms and particles from our universe get sucked into
  617.   and are completely transformed and converted to particles of other
  618.   dimensions! In the center of black hole time is zero and length,
  619.   breadth, height is zero! And black hole is EXIT/ENTRY door to and from
  620.   other universes. Entry/Exit doors to other universes can open up
  621.   anywhere, even inside your body!
  622.  
  623.   There can be infinite number of colors, computer langauages, computer
  624.   chip designs and theories but there CANNOT be ONE SINGLE PERFECT
  625.   color, computer language, design or system!  What you can have is only
  626.   a  NEAR PERFECT color(wavelength), system, database, or theory!
  627.   Nature is like a Kaliedoscope.
  628.  
  629.   By combining the energies of millions of people around the world via
  630.   internet it is possible to achieve a NEAR PERFECT system (including a
  631.   database software system). Individually, the energy of each person
  632.   will be minute, but by networking a large number of people, the total
  633.   energy will be huge which can be focused on a project to generate a
  634.   near perfect system.  Human beings are creatures of finite energy and
  635.   resources, frequently guilty of errors ranging from the trivial to the
  636.   profound. Because of our propensity for error varies broadly with
  637.   particular skills, particular experience and the vagaries of the
  638.   moment, the discovery and elimination of software bugs produced by
  639.   ordinary human error can be greatly facilitated by bringing a great
  640.   many minds to bear on the problem. In addition, more individuals
  641.   represent extra person hours of code and its asocciated function.
  642.  
  643.   It is very clear that internet can network a vast number of people,
  644.   which implies internet has a lot of energy and time which can produce
  645.   much higher quality software products in much shorter time as compared
  646.   to commercial companies. Even big companies like Microsoft, IBM cannot
  647.   overpower and overrule the laws of Physics but will eventually
  648.   SURRENDER UNTO laws of science!
  649.  
  650.   Today, there are too many SQL RDBMS databases in the world aiming at
  651.   only one specification ANSI/ISO SQL. Man must not waste his time
  652.   creating too many SIMILAR/IDENTICAL software packages and there are
  653.   many other topics in science which need good attention.
  654.  
  655.   Conclusion is - because of laws of science, 'open source code' system
  656.   like PostgreSQL, Linux will be always much better than 'closed source
  657.   code' system and it is possible to prove this statement
  658.   scientifically.
  659.  
  660.  
  661.   4.  What is PostgreSQL ?
  662.  
  663.   PostgreSQL Version 6.4 is a free database, complete source code is
  664.   given to you and is a Object-Relational Database System near compliant
  665.   (getting closer) with ANSI SQL1998,92,89 and runs on diverse hardware
  666.   platforms and Operating systems.
  667.  
  668.  
  669.                Sometimes emergency bug fix patches are released after the
  670.                GA release of PostgreSQL. You can apply these optional patches
  671.                depending upon the needs of your application. Follow these
  672.                steps to apply the patches -
  673.                Change directory to postgresql source directory
  674.                        cd /usr/src/postgresql6.4
  675.                        patch -p0 < patchfile
  676.                        make clean
  677.                        make
  678.                See also manual page do 'man patch'
  679.  
  680.  
  681.  
  682.  
  683.   The patch files are located in
  684.  
  685.   ╖  PostgreSQL patches :  <ftp://ftp.postgresql.org/pub/patches>
  686.  
  687.   The ultimate objective and the final goal of PostgreSQL is to become
  688.   100 % compliant to ANSI/ISO SQL and also to become the number ONE open
  689.   generic Database in the world. PostgreSQL will also guide, steer,
  690.   control, monitor and dictate the future of ANSI/ISO SQL.  That is, the
  691.   implementation and ideas first take place in PostgreSQL and than later
  692.   be incorporated into the ANSI/ISO SQL.
  693.  
  694.   Informix Universal server (released 1997) is based on earlier version
  695.   of PostgreSQL because Informix bought Illustra Inc. and integrated
  696.   with Informix. Illustra database was completely based on Postgres
  697.   (earlier version of PostgreSQL).
  698.  
  699.   PostgreSQL is an enhancement of the POSTGRES database management
  700.   system, a next-generation DBMS research prototype.  While PostgreSQL
  701.   retains the powerful data model and rich data types of POSTGRES, it
  702.   replaces the PostQuel query language with an extended subset of SQL.
  703.  
  704.   PostgreSQL development is being performed by a team of Internet
  705.   developers who all subscribe to the PostgreSQL development mailing
  706.   list. The current coordinator is Marc G. Fournier
  707.  
  708.   ╖  scrappy@postgreSQL.org
  709.  
  710.      This team is now responsible for all current and future development
  711.      of PostgreSQL.  Ofcourse, the database customer himself is the
  712.      developer of PostgreSQL!  The development load is distributed among
  713.      a very large number of database end-users on internet.
  714.  
  715.   The authors of PostgreSQL 1.01 were Andrew Yu and Jolly Chen.  Many
  716.   others have contributed to the porting, testing, debugging and
  717.   enhancement of the code. The original Postgres code, from which
  718.   PostgreSQL is derived, was the effort of many graduate students,
  719.   undergraduate students, and staff programmers working under the
  720.   direction of Professor Michael Stonebraker at the University of
  721.   California, Berkeley.
  722.  
  723.   The original name of the software at Berkeley was Postgres. When SQL
  724.   functionality was added in 1995, its name was changed to Postgres95.
  725.   The name was changed at the end of 1996 to PostgreSQL.
  726.  
  727.   Millions of PostgreSQL is installed as Database servers, Web database
  728.   servers and Application data servers. It is much more advanced and is
  729.   a object oriented relational database (ORDBMS).
  730.  
  731.   PostgreSQL can store more data types than traditional datatypes like
  732.   integer, characters, etc. - you get to create user-defined types,
  733.   functions, inheritance etc.  PostgreSQL runs on Solaris, SunOS, HPUX,
  734.   AIX, Linux, Irix, Digital Unix, BSDi,NetBSD, FreeBSD, SCO unix,
  735.   NEXTSTEP, Unixware and all and every flavor of Unix. Port to Windows
  736.   95/NT is underway.
  737.  
  738.   ╖  Title:             PostgreSQL SQL RDBMS Database (Object Relational
  739.      Database Management System)
  740.  
  741.   ╖  Current Version:   6.4
  742.  
  743.   ╖  Age:               PostgreSQL is 12 years old. Developed since 1985
  744.  
  745.   ╖  Authors:           Developed by millions/universities/companies on
  746.      internet for the past 12 YEARS
  747.  
  748.      PostgreSQL and related items in this document are subject to the
  749.      following COPYRIGHT.
  750.  
  751.  
  752.        PostgreSQL Data Base Management System
  753.  
  754.        Copyright (c) 1994-6 Regents of the University of California
  755.  
  756.        Permission to use, copy, modify, and distribute this software and its
  757.        documentation for any purpose, without fee, and without a written agreement
  758.        is hereby granted, provided that the above copyright notice and this
  759.        paragraph and the following two paragraphs appear in all copies.
  760.  
  761.        IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
  762.        DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING
  763.        LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS
  764.        DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE
  765.        POSSIBILITY OF SUCH DAMAGE.
  766.  
  767.        THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  768.        INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  769.        AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON
  770.        AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO
  771.        PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  772.  
  773.  
  774.  
  775.  
  776.   5.  Where to get it ?
  777.  
  778.   You can buy Redhat Linux CDROM, Debian Linux CDROM or Slackware Linux
  779.   CDROM which already contains the Postgresql in package form (both
  780.   source code and binaries) from :
  781.  
  782.   ╖  Linux System Labs Web site:   <http://www.lsl.com/>  7 (U.S.
  783.      dollars)
  784.  
  785.   ╖  Cheap Bytes Inc Web site:   <http://www.cheapbytes.com/> 7 (U.S.
  786.      dollars)
  787.  
  788.   ╖  Debian Main Web site :  <http://www.debian.org/vendors.html>
  789.  
  790.   PostgreSQL organisation is also selling 'PostgreSQL CDROM' which
  791.   contains the complete source code and binaries for many Unix operating
  792.   systems as well as full documentation.
  793.   ╖  PostgreSQL CDROM from main Web site at :
  794.      <http://www.postgresql.org> 30 (U.S. dollars)
  795.  
  796.   Binaries only distribution of PostgreSQL:
  797.  
  798.   ╖  You can run PostgreSQL without compiling the source. Get binaries
  799.      for Intel-Linux from  <ftp://www.redhat.com/pub/contrib/i386/> file
  800.      is postgresql-6.4.i386.rpm. This is in the redhat package 'rpm'
  801.      format and it contains both source and binaries for PostgreSQL.
  802.  
  803.   ╖  Binaries site for Solaris, HPUX, AIX, IRIX, Linux :
  804.      <ftp://ftp.postgresql.org/pub/bindist> If you compile on any
  805.      platform please upload to site, so that it will be useful for
  806.      others.
  807.  
  808.   ╖  ftp site : Get binaries for Intel-Linux from
  809.      <ftp://ftp.redhat.com/pub/contrib/i386/> file is
  810.      postgresql-6.4.i386.rpm. This is in the redhat package 'rpm' format
  811.      and it contains both source and binaries for PostgreSQL.
  812.  
  813.  
  814.   WWW Web sites:
  815.  
  816.   ╖  Primary Web site:   <http://www.postgresql.org/>
  817.  
  818.   ╖  Secondary Web site:      <http://logical.thought.net/postgres95/>
  819.  
  820.   ╖  <http://www.itm.tu-clausthal.de/mirrors/postgres95/>
  821.  
  822.   ╖  <http://s2k-ftp.cs.berkeley.edu:8000/postgres95/>
  823.  
  824.   ╖  <http://xenium.pdi.net/PostgreSQL/>
  825.  
  826.   ╖  <http://s2k-ftp.cs.berkeley.edu:8000/postgres95/>
  827.  
  828.  
  829.   The ftp sites are listed below :-
  830.  
  831.   ╖  Primary FTP:        <ftp://ftp.postgresql.org/pub>
  832.  
  833.   ╖  Secondary FTP:      <ftp://ftp.chicks.net/pub/postgresql>
  834.  
  835.   ╖  <ftp://ftp.emsi.priv.at/pub/postgres/>
  836.  
  837.   ╖  <ftp://ftp.itm.tu-clausthal.de/pub/mirrors/postgres95>
  838.  
  839.   ╖  <ftp://rocker.sch.bme.hu/pub/mirrors/postgreSQL>
  840.  
  841.   ╖  <ftp://ftp.jaist.ac.jp/pub/dbms/postgres95>
  842.  
  843.   ╖  <ftp://ftp.luga.or.at/pub/postgres95>
  844.  
  845.   ╖  <ftp://postgres95.vnet.net:/pub/postgres95>
  846.  
  847.   ╖  <ftp://ftpza.co.za/mirrors/postgres>
  848.  
  849.   ╖  <ftp://sunsite.auc.dk/pub/databases/postgresql>
  850.  
  851.   ╖  <ftp://ftp.task.gda.pl/pub/software/postgresql>
  852.  
  853.   ╖  <ftp://xenium.pdi.net/pub/PostgreSQL>
  854.  
  855.  
  856.   PostgreSQL source code is also available at all the mirror sites of
  857.   sunsite unc (total of about 1000 sites around the globe). It is inside
  858.   the Red Hat Linux distribution in /pub/contrib/i386/postgresql.rpm
  859.   file.
  860.  
  861.   ╖  For list of mirror sites go to  <ftp://sunsite.unc.edu>
  862.  
  863.   6.  PostgreSQL Supports Extremely Large Databases greater than 200 Gig
  864.  
  865.   Performance of 32-bit cpu machines will decline rapidly when the
  866.   database size exceeds 5 GigaByte. You can run 30 gig database on
  867.   32-bit cpu but the performance will be degraded.  Machines with 32-bit
  868.   cpu imposes a limitation of 2 GB on RAM, 2 GB on file system sizes and
  869.   other limitations on the operating system.
  870.  
  871.   For extremely large databases, it is strongly advised to use 64-bit
  872.   machines like Digital Alpha cpu, Sun Ultra-sparc 64-bit cpu, Silicon
  873.   graphics 64-bit cpu, Intel Merced IA-64 cpu, HPUX 64bit machines or
  874.   IBM 64-bit machines. Compile PostgreSQL under 64-bit cpu and it can
  875.   support huge databases and large queries. Performance of PostgreSQL
  876.   for queries on large tables and databases will be several times faster
  877.   than PostgreSQL on 32-bit cpu machines. Advantage of 64-bit machines
  878.   are that you get very large memory addressing space and the operating
  879.   system can support very large file-systems, provide better performance
  880.   with large databases, support much larger memory (RAM), have more
  881.   capabilities etc..
  882.  
  883.   7.  How can I trust PostgreSQL ? Regression Test Package builds cus¡
  884.   tomer confidence
  885.  
  886.   To validate PostgreSQL, regression test package (src/test/regress) is
  887.   included in the distribution.  Regression test package will verify the
  888.   standard SQL operations as well as the extensibility capabilities of
  889.   PostgreSQL.  The test package already contains hundreds of SQL test
  890.   programs.
  891.  
  892.   You should use the computer's high-speed power to validate the
  893.   PostgreSQL, instead of using human brain power.  Computers can carry
  894.   out software regression tests millions or even billions of times
  895.   faster than humans can.  Modern computers can run billions of SQL
  896.   tests in a very short time.  In the near future the speed of computer
  897.   will be several zillion times faster than human brain!  Hence, it
  898.   makes sense to use the power of computer to validate the software.
  899.  
  900.   You can add more tests just in case you need to, and can upload to the
  901.   primary PostgreSQL web site if you feel that it will be useful to
  902.   others on internet.  Regression test package helps build customer
  903.   confidence and trust in PostgreSQL and facilitates rapid deployment of
  904.   PostgreSQL on production systems.
  905.  
  906.   Regression test package can be taken as a "VERY SOLID" technical
  907.   document mutually agreed upon between the developers and end-users.
  908.   PostgreSQL developers extensively use the regression test package
  909.   during development period and also before releasing the software to
  910.   public to ensure good quality.
  911.  
  912.   Capablilities of PostgreSQL are directly reflected by the regression
  913.   test package.  If a functionality, syntax or feature exists in the
  914.   regression package than it is supported, and all others which are NOT
  915.   listed in the package MAY not be supported by PostgreSQL!! You may
  916.   need to verify those and add it to regression package.
  917.  
  918.   8.  GUI FrontEnd Tool for PostgreSQL (Graphical User Interface)
  919.  
  920.   PostgreSQL has Tcl/Tk interface library in the distribution called
  921.   'pgTcl'. Tcl/Tk is a Rapid Application Development tool and is a
  922.   scripting language.  Using Tcl/TK, you can develop applications once
  923.   and run it everywhere on NT, Win 95, Linux, Apple Macintosh iMac, OS/2
  924.   and all unixes.  Tcl stands for 'Tool Command Language' and Tk is
  925.   'Tool Kit'. There is a IDE (integrated development environment) for
  926.   Tcl/Tk called SpecTcl. Check for this rpm package under Redhat linux
  927.   distribution or at the sunscript site given below.
  928.  
  929.   Perl is strongly recommended as a scripting language, since it is the
  930.   most widely used and very powerful and is available on every hardware
  931.   and OS platforms.  Perl-Tk or Perl-Qt or C++ QtEZ or C++ Lesstiff is
  932.   strongly recommended.  A combination of Perl, C and Tk will satisfy
  933.   the needs of most projects, considering the time resources, speed of
  934.   executable and ease of programming. Note that Java programs run very
  935.   slow. Even C++ programs run slower than C programs. The C programs run
  936.   the fastest as compared to other languages.  Perl programs can be
  937.   converted to "C" program using Perl2C program and than compiled which
  938.   will run fast.
  939.  
  940.   Perl is used for programming 90 % of internet scripts in the world.
  941.   So you will have only one language ("Perl") for all your needs - in
  942.   applications as well as internet.  See Perl Database Interface of this
  943.   document at ``''
  944.  
  945.   You should ponder over the strong points of Perl vis-a-vis Tcl/Tk
  946.   before starting any project on Tcl.  Tcl/TK is usually shipped with
  947.   every linux cdrom. Also you can get it from these sites -
  948.  
  949.   ╖  Tcl/Tk  <http://www.scriptics.com>
  950.  
  951.   ╖  Object oriented extension of Tcl called INCR at
  952.      <http://www.tcltk.com>
  953.  
  954.   ╖  Visual TCL site  <http://www.neuron.com>
  955.  
  956.   ╖  Visual TCL Redhat rpm at
  957.      <ftp://ftp.redhat.com/pub/contrib/i386/visualtcl*.rpm>
  958.  
  959.   ╖  <http://sunscript.sun.com/>
  960.  
  961.   ╖  <http://sunscript.sun.com/TclTkCore/>
  962.  
  963.   ╖  <ftp://ftp.sunlabs.com/pub/tcl/tcl8.0a2.tar.Z>
  964.  
  965.   ╖  Reference text book: Many textbooks on TCL/TK are available in the
  966.      market.
  967.  
  968.   9.  Integrated Development Environment Tools for PostgreSQL (GUI IDE)
  969.  
  970.   Check out the following development tools which you can use in
  971.   conjunction with ODBC/JDBC drivers. These are similar to Borland C++
  972.   Builder, Borland JBuilder.
  973.  
  974.   Vibe is a Java and C++ IDE (Integrated Development Environment) that
  975.   won Unix Review's IDE of the year.
  976.  
  977.   ╖  More information on Vibe is at
  978.      <http://www.LinuxMall.com/products/00487.html>
  979.  
  980.   ╖   You can also use Borland C++ Builder, Delphi, Borland JBuilder,
  981.      PowerBuilder on Windows95 connecting to PostgreSQL on unix box
  982.      through ODBC/JDBC drivers.
  983.  
  984.   See also PERL Database Interface of this document at ``'' Perl and
  985.   C/C++ is strongly recommended as the choice of langauge for IDE.
  986.  
  987.   Free of cost IDE Tools -
  988.  
  989.   Check the CDROM of redhat linux distribution.
  990.  
  991.   ╖  Lesstiff Motif tool
  992.      <ftp://ftp.redhat.com/pub/contrib/i386/lesstiff*.rpm>
  993.  
  994.   ╖  FreeBuilder  <ftp://ftp.redhat.com/pub/contrib/i386/free*.rpm>
  995.  
  996.   ╖  SpecTCL  <ftp://ftp.redhat.com/pub/contrib/i386/spec*.rpm>
  997.  
  998.   ╖  JccWarrior  <ftp://ftp.redhat.com/pub/contrib/i386/jcc*.rpm>
  999.  
  1000.   ╖  Kanchenjunga Java RAD Tool for PostgreSQL
  1001.      <http://www.man.ac.uk/~whaley/kj/kanch.html>
  1002.  
  1003.   ╖  Applixware Tool  <http://www.redhat.com>
  1004.  
  1005.   ╖  XWPE X Windows Programming Environment
  1006.      <http://www.rpi.edu/~payned/xwpe/>
  1007.      <ftp://ftp.redhat.com/pub/contrib/i386/xwpe*.rpm>
  1008.  
  1009.   ╖  XWB X Windows Work Bench
  1010.      <ftp://ftp.redhat.com/pub/contrib/i386/xwb*.rpm>
  1011.  
  1012.   ╖  NEdit  <ftp://ftp.redhat.com/pub/contrib/i386/nedit*.rpm>
  1013.  
  1014.   10.  Interface Drivers for PostgreSQL
  1015.  
  1016.  
  1017.   10.1.  ODBC Drivers for PostgreSQL
  1018.  
  1019.   ODBC stands for 'Open DataBase Connectivity' is a popular standard for
  1020.   accessing information from various databases from different vendors.
  1021.   Applications written using the ODBC drivers are guaranteed to work
  1022.   with various databases like PostgreSQL, Oracle, Sybase, Informix etc..
  1023.  
  1024.  
  1025.   ╖  PostODBC is already included in the distribution. See main web site
  1026.      <http://www.postgresql.org>. It is included on the PostgreSQL
  1027.      CDROM.
  1028.  
  1029.   ╖  <http://www.openlinksw.com> Open Link Software Corporation is
  1030.      selling ODBC for PostgreSQL and other databases.  Open Link also is
  1031.      giving away free ODBC (limited seats) check them out.
  1032.  
  1033.   ╖  Insight ODBC for PostgreSQL  <http://www.insightdist.com/psqlodbc>
  1034.      This is the official PostODBC site.
  1035.  
  1036.   There is a project called the FreeODBC Pack Package . There's no
  1037.   PostgreSQL Version there, maybe you can help.
  1038.  
  1039.   ╖  <http://www.ids.net/~bjepson/freeODBC/> This is a free of cost
  1040.      version of ODBC.
  1041.  
  1042.   10.2.  UDBC Drivers for PostgreSQL
  1043.  
  1044.   UDBC is a static version of ODBC independent of driver managers and
  1045.   DLL support, used to embed database connectivity support directly into
  1046.   applications.
  1047.  
  1048.   ╖  <http://www.openlinksw.com> Open Link Software Corporation is
  1049.      selling UDBC for PostgreSQL and other databases.  Open Link also is
  1050.      giving away free UDBC (limited seats) check them out.
  1051.  
  1052.   10.3.  JDBC Drivers for PostgreSQL
  1053.  
  1054.   JDBC stands for 'Java DataBase Connectivity'. Java is a platform
  1055.   independent programming language developed by Sun Microsystems. Java
  1056.   programmers are encouraged to write database applications using the
  1057.   JDBC to facilitate portability across databases like PostgreSQL,
  1058.   Oracle, informix, etc. If you write Java applications you can get JDBC
  1059.   drivers for PostgreSQL from the following sites:
  1060.  
  1061.   JDBC driver is already included in the PostgreSQL distribution.
  1062.  
  1063.  
  1064.   ╖  <http://www.demon.co.uk/finder/postgres/index.html> Sun's Java
  1065.      connectivity to PostgreSQL
  1066.  
  1067.   ╖  <ftp://ftp.ai.mit.edu/people/rst/rst-jdbc.tar.gz>
  1068.  
  1069.   ╖  <http://www.openlinksw.com> Open Link Software Corporation is
  1070.      selling JDBC for PostgreSQL and other databases.  Open Link also is
  1071.      giving away free JDBC (limited seats) check them out.
  1072.  
  1073.   ╖  JDBC UK site  <http://www.retep.org.uk/postgres>
  1074.  
  1075.   ╖  JDBC FAQ site  <http://eagle.eku.edu/tools/jdbc/faq.html>
  1076.  
  1077.   The JDBC home, guide and FAQ are located at -
  1078.  
  1079.   ╖  JDBC HOME  <http://splash.javasoft.com/jdbc>
  1080.  
  1081.   ╖  JDBC guide
  1082.      <http://www.javasoft.com/products/jdk/1.1/docs/guide/jdbc>
  1083.  
  1084.   ╖  JDBC FAQ  <http://javanese.yoyoweb.com/JDBC/FAQ.txt>
  1085.  
  1086.   10.4.  Java for PostgreSQL
  1087.  
  1088.   Java programmers can find these for PostgreSQL very useful.
  1089.  
  1090.   ╖  <ftp://ftp.redhat.com/pub/contrib/i386> and see postgresql-
  1091.      jdbc-*.rpm
  1092.  
  1093.   ╖  <http://www.blackdown.org>
  1094.  
  1095.   11.  Perl Database Interface (DBI) Driver for PostgreSQL
  1096.  
  1097.  
  1098.   11.1.  Perl 5 interface for PostgreSQL
  1099.  
  1100.   PERL is an acronym for 'Practical Extraction and Report Language'.
  1101.   Perl is available on each and every operating system and hardware
  1102.   platform in the world.  You can use Perl on Windows95/NT, Apple
  1103.   Macintosh iMac, all flavors of Unix (Solaris, HPUX, AIX, Linux, Irix,
  1104.   SCO etc..), mainframe MVS, desktop OS/2, OS/400, Amdahl UTS and many
  1105.   others.  Perl runs EVEN on many unpopular or generally-unknown
  1106.   operating systems and hardware!!  So do not be surprised if you see
  1107.   perl running on a very rarely used operating system.  You can imagine
  1108.   the vast extent of the user base and developer base of Perl.
  1109.  
  1110.   Perl interface for PostgreSQL is included in the distribution of
  1111.   PostgreSQL. Check in src/pgsql_perl5 directory.
  1112.  
  1113.   ╖  Pgsql_perl5 contact Email: E.Mergl@bawue.de
  1114.  
  1115.   ╖  Another source from -
  1116.      <ftp://ftp.kciLink.com/pub/PostgresPerl-1.3.tar.gz>
  1117.  
  1118.   ╖  Perl Home page :  <http://www.perl.com/perl/index.html>
  1119.  
  1120.   ╖  Perl tutorial, look for Tutorial title at :
  1121.      <http://reference.perl.com/>
  1122.  
  1123.   ╖  Perl FAQ is at :
  1124.      <http://www.yahoo.com/Computers_and_Internet/Programming_Languages/Perl/>
  1125.  
  1126.   ╖  Perl GUI User Interfaces Perl-Qt rpm :
  1127.      <ftp://ftp.redhat.com/pub/contrib/i386> and look for
  1128.      PerlQt-1.06-1.i386.rpm
  1129.  
  1130.   ╖  Perl GUI User Interfaces Perl-Qt :
  1131.      <http://www.accessone.com/~jql/perlqt.html>
  1132.  
  1133.   ╖  Perl GUI User Interfaces Perl-XForms :
  1134.      <ftp://ftp.redhat.com/pub/contrib/i386> and look for
  1135.      Xforms4Perl-0.8.4-1.i386.rpm
  1136.  
  1137.   ╖  Perl GUI User Interfaces Perl-Tk :
  1138.      <ftp://ftp.redhat.com/pub/contrib/i386>
  1139.  
  1140.   ╖  Perl GUIkits :  <http://reference.perl.com/query.cgi?ui>
  1141.  
  1142.   ╖  Perl Database Interfaces :
  1143.      <http://reference.perl.com/query.cgi?database>
  1144.  
  1145.   ╖  Perl to "C" translator :  <http://www.perl.com/CPAN-
  1146.      local/modules/by-module/B/> and look for Compiler-a3.tar.gz
  1147.  
  1148.   ╖  Bourne shell to Perl translator :
  1149.      <http://www.perl.com/CPAN/authors/id/MERLYN/sh2perl-0.02.tar.gz>
  1150.  
  1151.   ╖  awk to Perl a2p and sed to Perl s2p is included with the PERl
  1152.      distribution.
  1153.  
  1154.   ╖  See also the newsgroups for PERL at comp.lang.perl.*
  1155.  
  1156.   11.2.  Perl Database Interface DBI
  1157.  
  1158.   11.2.1.  WHAT IS DBI ?
  1159.  
  1160.   The Perl Database Interface (DBI) is a database access Application
  1161.   Programming Interface (API) for the Perl Language. The Perl DBI API
  1162.   specification defines a set of functions, variables and conventions
  1163.   that provide a consistent database interface independent of the actual
  1164.   database being used.  The information for this DBI section is obtained
  1165.   from 'DBI FAQ' doc whose author is Alligator Descartes and reproduced
  1166.   here with his permission.
  1167.  
  1168.   ╖  Alligator Descartes Hermetica is at descarte@hermetica.com
  1169.  
  1170.   11.2.2.  DBI driver for PostgreSQL DBD-Pg-0.89
  1171.  
  1172.   Get DBD-Pg-0.89.tar.gz from below
  1173.  
  1174.   ╖  DBD-Pg-0.89 :  <http://www.perl.com/CPAN/modules/by-module/DBD/>
  1175.  
  1176.   ╖  Comprehensive Perl Archive Network CPAN  <http://www.perl.com/CPAN>
  1177.  
  1178.   ╖  DBI drivers list and DBI module pages
  1179.      <http://www.hermetica.com/technologia/perl/DBI>
  1180.  
  1181.   ╖  DBI information is at  <http://www.fugue.com/dbi/>
  1182.  
  1183.   ╖  Primary ftp site  <ftp://ftp.demon.co.uk/pub/perl/db>
  1184.  
  1185.   ╖  Miscellaneous DBI link  <http://www-ccs.cs.umass.edu/db.html>
  1186.  
  1187.   ╖  Miscellaneous DBI link
  1188.      <http://www.odmg.org/odmg93/updates_dbarry.html>
  1189.   ╖  Miscellaneous DBI link  <http://www.jcc.com/sql_stnd.html>
  1190.  
  1191.   ╖  PostgreSQL database  <http://www.postgresql.org>
  1192.  
  1193.   REQUIREMENTS:
  1194.  
  1195.   ╖  - build, test and install Perl 5         (at least 5.002)
  1196.  
  1197.   ╖  - build, test and install the DBI module (at least 0.89)
  1198.  
  1199.   ╖  - build, test and install PostgreSQL     (at least 6.2)
  1200.  
  1201.   11.2.3.  Technical support for DBI
  1202.  
  1203.   Please send comments and bug-reports to
  1204.  
  1205.   ╖  E.Mergl@bawue.de
  1206.  
  1207.   Please include the output of perl -v, and perl -V, the version of
  1208.   PostgreSQL, the version of DBD-Pg, and the version of DBI in your bug-
  1209.   report.
  1210.  
  1211.  
  1212.   11.2.4.  What is DBI, DBperl, Oraperl and *perl?
  1213.  
  1214.   To quote Tim Bunce, the architect and author of DBI:
  1215.  
  1216.   ``DBI is a database access Application Programming Interface (API) for
  1217.   the Perl Language. The DBI API Specification defines a set of
  1218.   functions, variables and conventions that provide a consistent
  1219.   database interface independent of the actual database being used.''
  1220.  
  1221.   In simple language, the DBI interface allows users to access multiple
  1222.   database types transparently. So, if you connecting to an Oracle,
  1223.   Informix, mSQL, Sybase or whatever database, you don't need to know
  1224.   the underlying mechanics of the 3GL layer. The API defined by DBI will
  1225.   work on all these database types.
  1226.  
  1227.   A similar benefit is gained by the ability to connect to two different
  1228.   databases of different vendor within the one perl script, ie, I want
  1229.   to read data from an Oracle database and insert it back into an
  1230.   Informix database all within one program. The DBI layer allows you to
  1231.   do this simply and powerfully.
  1232.  
  1233.   DBperl is the old name for the interface specification. It's usually
  1234.   now used to denote perl4 modules on database interfacing, such as,
  1235.   oraperl, isqlperl, ingperl and so on. These interfaces didn't have a
  1236.   standard API and are generally not supported.
  1237.  
  1238.   Here's a list of DBperl modules, their corresponding DBI counterparts
  1239.   and support information. DBI driver queries should be directed to the
  1240.   dbi-users mailing list.
  1241.  
  1242.  
  1243.  
  1244.  
  1245.  
  1246.  
  1247.  
  1248.  
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.       Module Name Database Required   Author          DBI
  1256.       ----------- -----------------   ------          ---
  1257.       Sybperl     Sybase              Michael Peppler DBD::Sybase
  1258.                                       <mpeppler@datamig.com>
  1259.                                       http://www.mbay.net/~mpeppler
  1260.       Oraperl     Oracle 6 & 7        Kevin Stock     DBD::Oracle
  1261.                                       <dbi-users@fugue.com>
  1262.       Ingperl     Ingres              Tim Bunce &     DBD::Ingres
  1263.                                       Ted Lemon
  1264.                                       <dbi-users@fugue.com>
  1265.       Interperl   Interbase           Buzz Moschetti  DBD::Interbase
  1266.                                       <buzz@bear.com>
  1267.       Uniperl     Unify 5.0           Rick Wargo      None
  1268.                                       <rickers@coe.drexel.edu>
  1269.       Pgperl      Postgres            Igor Metz       DBD::Pg
  1270.                                       <metz@iam.unibe.ch>
  1271.       Btreeperl   NDBM                John Conover    SDBM?
  1272.                                       <john@johncon.com>
  1273.       Ctreeperl   C-Tree              John Conover    None
  1274.                                       <john@johncon.com>
  1275.       Cisamperl   Informix C-ISAM     Mathias Koerber None
  1276.                                       <mathias@unicorn.swi.com.sg>
  1277.       Duaperl     X.500 Directory     Eric Douglas    None
  1278.                   User Agent
  1279.  
  1280.  
  1281.  
  1282.  
  1283.   However, some DBI modules have DBperl emulation layers, so, DBD::Ora¡
  1284.   cle comes with an Oraperl emulation layer, which allows you to run
  1285.   legacy oraperl scripts without modification. The emulation layer
  1286.   translates the oraperl API calls into DBI calls and executes them
  1287.   through the DBI switch.
  1288.  
  1289.   Here's a table of emulation layer information:
  1290.  
  1291.  
  1292.            Module                  Emulation Layer     Status
  1293.            ------          ---------------     ------
  1294.            DBD::Oracle     Oraperl             Complete
  1295.            DBD::Informix   Isqlperl            Under development
  1296.            DBD::Sybase     Sybperl             Working? ( Needs verification )
  1297.            DBD::mSQL       Msqlperl            Experimentally released with
  1298.                                                DBD::mSQL-0.61
  1299.  
  1300.  
  1301.  
  1302.  
  1303.   The Msqlperl emulation is a special case. Msqlperl is a perl5 driver
  1304.   for mSQL databases, but does not conform to the DBI Specification.
  1305.   It's use is being deprecated in favour of DBD::mSQL. Msqlperl may be
  1306.   downloaded from CPAN via:
  1307.  
  1308.   ╖  <http://www.perl.com/cgi-bin/cpan_mod?module=Msqlperl>
  1309.  
  1310.   11.2.5.  DBI specifications
  1311.  
  1312.   There are a few information sources on DBI.
  1313.  
  1314.   ╖  DBI Specification
  1315.      <http://www.hermetica.com/technologia/perl/DBI/doc/dbispec>
  1316.  
  1317.      There are two specifications available at this link, the new DBI
  1318.      Draft Specification which is a rapidly changing document as the
  1319.      development team drive towards a stable interface, and the old
  1320.      historical DBperl Specification out of which the current DBI
  1321.      interface evolved.
  1322.  
  1323.   The later document should be regarded as being of historical interest
  1324.   only and should not serve as a programming manual, or authoratative in
  1325.   any sense. However, it is still a very useful reference source.
  1326.  
  1327.   POD documentation PODs are chunks of documentation usually embedded
  1328.   within perl programs that document the code ``in place'', providing a
  1329.   useful resource for programmers and users of modules. POD for DBI and
  1330.   drivers is beginning to become more commonplace, and documentation for
  1331.   these modules can be read with the following commands.
  1332.  
  1333.   The DBI Specification The POD for the DBI Specification can be read
  1334.   with the command
  1335.  
  1336.   perldoc DBI
  1337.  
  1338.   Oraperl Users of the Oraperl emulation layer bundled with DBD::Oracle,
  1339.   may read up on how to program with the Oraperl interface by typing:
  1340.  
  1341.   perldoc Oraperl
  1342.  
  1343.   This will produce an updated copy of the original oraperl man page
  1344.   written by Kevin Stock for perl4. The oraperl API is fully listed and
  1345.   described there.
  1346.  
  1347.   DBD::mSQL Users of the DBD::mSQL module may read about some of the
  1348.   private functions and quirks of that driver by typing:
  1349.  
  1350.   perldoc DBD::mSQL
  1351.  
  1352.   Frequently Asked Questions The Frequently Asked Questions is also
  1353.   available as POD documentation. Read this by typing:
  1354.  
  1355.   perldoc DBI::FAQ
  1356.  
  1357.   This may be more convenient to people not permanently, or
  1358.   conveniently, connected to the Internet.
  1359.  
  1360.   POD in general Information on writing POD, and on the philosophy of
  1361.   POD in general, can be read by typing:
  1362.  
  1363.   perldoc perlpod
  1364.  
  1365.   Users with the Tk module installed may be interested to learn there is
  1366.   a Tk-based POD reader available called tkpod, which formats POD in a
  1367.   convenient and readable way.
  1368.  
  1369.   Rambles, Tidbits and Observations : There are a series of occasional
  1370.   rambles from various people on the DBI mailing lists.
  1371.  
  1372.   ╖  <http://www.hermetica.com/technologia/perl/DBI/tidbits>
  1373.  
  1374.  
  1375.   ``DBI -- The perl5 Database Interface'' This is an article written by
  1376.   Alligator Descartes and Tim Bunce on the structure of DBI. It was
  1377.   published in issue 5 of ``The Perl Journal''.  It's extremely good. Go
  1378.   buy the magazine. In fact, buy all of them.  ``The Perl Journal''s WWW
  1379.   site is:
  1380.  
  1381.   ╖  <http://www.tpj.com>
  1382.  
  1383.   ``DBperl'' This article, published in the November 1996 edition of
  1384.   ``Dr. Dobbs Journal'' concerned DBperl.
  1385.  
  1386.  
  1387.   ``The Perl5 Database Interface'' This item is a book to be written by
  1388.   Alligator Descartes and published by O'Reilly and Associates.
  1389.  
  1390.   Mailing Lists There are three mailing lists for DBI run by Ted Lemon.
  1391.   These can all be subscribed to and unsubscribed from via the World
  1392.   Wide Web at
  1393.  
  1394.   ╖  Mailing lists  <http://www.fugue.com/dbi>
  1395.  
  1396.   The lists that users may participate in are:
  1397.  
  1398.   dbi-announce This mailing list is for announcements only.  If you
  1399.   cannot successfully use the form on the above WWW page, please
  1400.   subscribe to the list in the following manner:
  1401.  
  1402.   ╖  Email: dbi-announce-request@fugue.com with a message body of
  1403.      'subscribe'
  1404.  
  1405.   dbi-dev This mailing list is intended for the use of developers
  1406.   discussing ideas and concepts for the DBI interface, API and driver
  1407.   mechanics. Only any use for developers, or interested parties.  If you
  1408.   cannot successfully use the form on the above WWW page, please
  1409.   subscribe to the list in the following manner:
  1410.  
  1411.   ╖  Email: dbi-dev-request@fugue.com with a message body of 'subscribe'
  1412.  
  1413.   dbi-users This mailing list is a general discussion list used for bug
  1414.   reporting, problem discussion and general enquiries.  If you cannot
  1415.   successfully use the form on the above WWW page, please subscribe to
  1416.   the list in the following manner:
  1417.  
  1418.   ╖  Email: dbi-users-request@fugue.com with a message body of
  1419.      'subscribe'
  1420.  
  1421.   Mailing List Archives
  1422.  
  1423.   ╖  US Mailing List Archives  <http://outside.organic.com/mail-
  1424.      archives/dbi-users/>
  1425.  
  1426.   ╖  European Mailing List Archives  <http://www.rosat.mpe-
  1427.      garching.mpg.de/mailing-lists/PerlDB-Interest>
  1428.  
  1429.   11.2.6.  Compilation problems or "It fails the test"
  1430.  
  1431.   If you have a core dump, try the Devel::CoreStack module for
  1432.   generating a stack trace from the core dump.  Devel::CoreStack can be
  1433.   found on CPAN at:
  1434.  
  1435.   ╖  <http://www.perl.com/cgi-bin/cpan_mod?module=Devel::CoreStack>
  1436.  
  1437.   Email the dbi-users Mailing List stack trace, module versions, perl
  1438.   version, test cases, operating system versions and any other pertinent
  1439.   information.  The more information you send, the quicker developers
  1440.   can track problems down. If you send us nothing, expect nothing back.
  1441.  
  1442.   11.2.7.  Is DBI supported under Windows 95 / NT platforms?
  1443.  
  1444.   The DBI and DBD::Oracle Win32 ports are now a standard part of DBI,
  1445.   so, downloading DBI of version higher than 0.81 should work fine.  You
  1446.   can access Microsoft Access and SQL-Server databases from DBI via
  1447.   ODBC.  Supplied with DBI-0.79 (and later) is an experimental DBI
  1448.   'emulation layer' for the Win32::ODBC module. It's called
  1449.   DBI::W32ODBC.  You will need the Win32::ODBC module.
  1450.  
  1451.   ╖  Win32 DBI    <http://www.hermetica.com/technologia/perl/DBI/win32>
  1452.  
  1453.   ╖  Win32 ODBC    <http://www.roth.net>
  1454.  
  1455.   11.2.8.  What's DBM? And why use DBI instead ?
  1456.  
  1457.   UNIX was originally blessed with simple file-based ``databases'',
  1458.   namely the dbm system. dbm lets you store data in files, and retrieve
  1459.   that data quickly. However, it also has serious drawbacks.
  1460.  
  1461.   File Locking
  1462.  
  1463.   The dbm systems did not allow particularly robust file locking
  1464.   capabilities, nor any capability for correcting problems arising
  1465.   through simultaneous writes [ to the database ].
  1466.  
  1467.   Arbitrary Data Structures
  1468.  
  1469.   The dbm systems only allows a single fixed data structure: key-value
  1470.   pairs. That value could be a complex object, such as a [ C ] struct,
  1471.   but the key had to be unique. This was a large limitation on the
  1472.   usefulness of dbm systems.
  1473.  
  1474.   However, dbm systems still provide a useful function for users with
  1475.   simple datasets and limited resources, since they are fast, robust and
  1476.   extremely well-tested. Perl modules to access dbm systems have now
  1477.   been integrated into the core Perl distribution via the AnyDBM_File
  1478.   module.
  1479.  
  1480.   To sum up, DBM is a perfectly satisfactory solution for essentially
  1481.   read-only databases, or small and simple datasets. However, for more
  1482.   powerful and scaleable datasets, not to mention robust transactional
  1483.   locking, users are recommended to use DBI.
  1484.  
  1485.   11.2.9.  Is < insert feature here > supported in DBI?
  1486.  
  1487.   Given that we're making the assumption that the feature you have
  1488.   requested is a non-standard database-specific feature, then the answer
  1489.   will be no.
  1490.  
  1491.   DBI reflects a generic API that will work for most databases, and has
  1492.   no database-specific functionality.
  1493.  
  1494.   However, driver authors may, if they so desire, include hooks to
  1495.   database-specific functionality through the func method defined in the
  1496.   DBI API. Script developers should note that use of functionality
  1497.   provided via the func methods is unlikely to be portable across
  1498.   databases.
  1499.  
  1500.   11.2.10.  Is DBI any use for CGI programming?
  1501.  
  1502.   In a word, yes! DBI is hugely useful for CGI programming! In fact, CGI
  1503.   programming is one of two top uses for DBI.
  1504.  
  1505.   DBI confers the ability to CGI programmers to power WWW-fronted
  1506.   databases to their users, which provides users with vast quantities of
  1507.   ordered data to play with. DBI also provides the possibility that, if
  1508.   a site is receiving far too much traffic than their database server
  1509.   can cope with, they can upgrade the database server behind the scenes
  1510.   with no alterations to the CGI scripts.
  1511.  
  1512.   11.2.11.  How do I get faster connection times with DBD Oracle and
  1513.   CGI?
  1514.  
  1515.   The Apache httpd maintains a pool of httpd children to service client
  1516.   requests.  Using the Apache mod_perl module by Doug MacEachern, the
  1517.   perl interpreter is embedded with the httpd children. The CGI, DBI,
  1518.   and your other favorite modules can be loaded at the startup of each
  1519.   child. These modules will not be reloaded unless changed on disk.  For
  1520.   more information on Apache, see the Apache Project's WWW site:
  1521.  
  1522.   ╖  Apache Project WWW site  <http://www.apache.org>
  1523.  
  1524.   ╖  Mod_perl module  <http://www.perl.com/cgi-
  1525.      bin/cpan_mod?module=mod_perl>
  1526.  
  1527.   11.2.12.  How do I get persistent connections with DBI and CGI?
  1528.  
  1529.   Using Edmund Mergl's Apache::DBI module, database logins are stored in
  1530.   a hash with each of these httpd child. If your application is based on
  1531.   a single database user, this connection can be started with each
  1532.   child.  Currently, database connections cannot be shared between httpd
  1533.   children.  Apache::DBI can be downloaded from CPAN via:
  1534.  
  1535.   ╖  <http://www.perl.com/cgi-bin/cpan_mod?module=Apache::DBI>
  1536.  
  1537.   11.2.13.  ``When I run a perl script from the command line, it works,
  1538.   but, when I run it under the httpd, it fails!'' Why?
  1539.  
  1540.   Basically, a good chance this is occurring is due to the fact that the
  1541.   user that you ran it from the command line as has a correctly
  1542.   configured set of environment variables, in the case of DBD::Oracle,
  1543.   variables like $ORACLE_HOME, $ORACLE_SID or TWO_TASK.  The httpd
  1544.   process usually runs under the user id of nobody, which implies there
  1545.   is no configured environment. Any scripts attempting to execute in
  1546.   this situation will correctly fail.  To solve this problem, set the
  1547.   environment for your database in a BEGIN ( ) block at the top of your
  1548.   script. This will solve the problem.  Similarly, you should check your
  1549.   httpd error logfile for any clues, as well as the ``Idiot's Guide To
  1550.   Solving Perl / CGI Problems'' and ``Perl CGI Programming FAQ'' for
  1551.   further information. It is unlikely the problem is DBI-related. Read
  1552.   BOTH these documents carefully!
  1553.  
  1554.   ╖  Idiot's Guide to Solving Perl / CGI problems
  1555.      <http://www.perl.com/perl/faq/index.html>
  1556.  
  1557.   11.2.14.  Can I do multi-threading with DBI?
  1558.  
  1559.   As of the current date, no. Perl does not support multi-threading.
  1560.   However, multi-threading is expected to become part of the perl core
  1561.   distribution as of version 5.005, which implies that DBI may support
  1562.   multi-threading fairly soon afterwards.  For some OCI example code for
  1563.   Oracle that has multi-threaded SELECT statements, see:
  1564.  
  1565.   ╖  <http://www.hermetica.com/technologia/oracle/oci/orathreads.tar.gz>
  1566.  
  1567.   11.2.15.  How can I invoke stored procedures with DBI?
  1568.  
  1569.   Assuming that you have created a stored procedure within the target
  1570.   database, eg, an Oracle database, you can use $dbh->do to immediately
  1571.   execute the procedure. For example,
  1572.  
  1573.   $dbh->do( "BEGIN someProcedure END" );
  1574.  
  1575.   11.2.16.  How can I get return values from stored procedures with DBI?
  1576.  
  1577.   Remember to perform error checking, though!
  1578.  
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584.  
  1585.       $sth = $dbh->prepare( "BEGIN foo(:1, :2, :3); END;" );
  1586.       $sth->bind_param(1, $a);
  1587.       $sth->bind_param_inout(2, \$path, 2000);
  1588.       $sth->bind_param_inout(3, \$success, 2000);
  1589.       $sth->execute;
  1590.  
  1591.  
  1592.  
  1593.  
  1594.   11.2.17.  How can I create or drop a database with DBI?
  1595.  
  1596.   Database creation and deletion are concepts that are entirely too
  1597.   abstract to be adequately supported by DBI. For example, Oracle does
  1598.   not support the concept of dropping a database at all! Also, in
  1599.   Oracle, the database server essentially is the database, whereas in
  1600.   mSQL, the server process runs happily without any databases created in
  1601.   it. The problem is too disparate to attack.  Some drivers, therefore,
  1602.   support database creation and deletion through the private func
  1603.   methods. You should check the documentation for the drivers you are
  1604.   using to see if they support this mechanism.
  1605.  
  1606.   11.2.18.  How are NULL values handled by DBI?
  1607.  
  1608.   NULL values in DBI are specified to be treated as the value undef.
  1609.   NULLs can be inserted into databases as NULL, for example:
  1610.  
  1611.  
  1612.            $rv = $dbh->do( "INSERT INTO table VALUES( NULL )" );
  1613.  
  1614.  
  1615.  
  1616.  
  1617.   but when queried back, the NULLs should be tested against undef. This
  1618.   is standard across all drivers.
  1619.  
  1620.   11.2.19.  What are these func methods all about?
  1621.  
  1622.   The func method is defined within DBI as being an entry point for
  1623.   database-specific functionality, eg, the ability to create or drop
  1624.   databases. Invoking these driver-specific methods is simple, for
  1625.   example, to invoke a createDatabase method that has one argument, we
  1626.   would write:
  1627.  
  1628.  
  1629.            $rv = $dbh->func( 'argument', 'createDatabase' );
  1630.  
  1631.  
  1632.  
  1633.  
  1634.   Software developers should note that the func methods are non-portable
  1635.   between databases.
  1636.  
  1637.   11.2.20.  Commercial Support and Training
  1638.  
  1639.   The Perl5 Database Interface is FREE software. IT COMES WITHOUT
  1640.   WARRANTY OF ANY KIND.  However, some organizations are providing
  1641.   either technical support or training programs on DBI.
  1642.  
  1643.   PERL CLINIC : The Perl Clinic can arrange commercial support contracts
  1644.   for Perl, DBI, DBD::Oracle and Oraperl. Support is provided by the
  1645.   company with whom Tim Bunce, author of DBI, works. For more
  1646.   information on their services, please see :
  1647.  
  1648.   ╖  <http://www.perl.co.uk/tpc>
  1649.  
  1650.  
  1651.   12.  PostgreSQL Management Tools
  1652.  
  1653.  
  1654.   12.1.  PGACCESS - A GUI Tool for PostgreSQL Management
  1655.  
  1656.   PgAccess is a Tcl/Tk interface to PostgreSQL.  It is already included
  1657.   in the distribution of PostgreSQL.  You may want to check out this web
  1658.   site for a newer copy
  1659.  
  1660.   ╖  <http://www.flex.ro/pgaccess>
  1661.  
  1662.   ╖  If you have any comment, suggestion for improvements, please feel
  1663.      free to e-mail to : teo@flex.ro
  1664.  
  1665.   Features of PgAccess
  1666.  
  1667.   PgAccess windows - Main window, Table builder, Table(query) view,
  1668.   Visual query builder.
  1669.  
  1670.   Tables
  1671.  
  1672.   ╖  opening tables for viewing, max 200 records (changed by preferences
  1673.      menu)
  1674.  
  1675.   ╖  column resizing, dragging the vertical grid line (better in table
  1676.      space rather than in the table header)
  1677.  
  1678.   ╖  text wrap in cells - layout saved for every table
  1679.  
  1680.   ╖  import/export to external files (SDF,CSV)
  1681.  
  1682.   ╖  filter capabilities (enter filter like (price>3.14)
  1683.  
  1684.   ╖  sort order capabilities (enter manually the sort field(s))
  1685.  
  1686.   ╖  editing in place
  1687.  
  1688.   ╖  improved table generator assistant
  1689.  
  1690.   ╖  improved field editing
  1691.  
  1692.   Queries
  1693.  
  1694.   ╖  define , edit and stores "user defined queries"
  1695.  
  1696.   ╖  store queries as views
  1697.  
  1698.   ╖  execution of queries
  1699.  
  1700.   ╖  viewing of select type queries result
  1701.  
  1702.   ╖  query deleting and renaming
  1703.  
  1704.   ╖  Visual query builder with drag & drop capabilities. For any of you
  1705.      who had installed the Tcl/Tk plugin for Netscape Navigator, you can
  1706.      see it at work clicking here
  1707.  
  1708.   Sequences
  1709.  
  1710.   ╖  defines sequences, delete them and inspect them Functions
  1711.  
  1712.   ╖  define, inspect and delete functions in SQL language
  1713.  
  1714.   Future implementation will have
  1715.  
  1716.  
  1717.   ╖  table design (add new fields, renaming, etc.)
  1718.  
  1719.   ╖  function definition
  1720.  
  1721.   ╖  report generator
  1722.  
  1723.   ╖  basic scripting
  1724.  
  1725.   If you have any comment, suggestion for improvements e-mail to :
  1726.  
  1727.   ╖  teo@flex.ro
  1728.  
  1729.   Information about libgtcl
  1730.  
  1731.   You will need the PostgreSQL to Tcl interface library libgtcl, lined
  1732.   as a Tcl/Tk 'load'-able module. The libpgtcl and the source is located
  1733.   in the PostgreSQL directory /src/interfaces/libpgtcl. Specifically,
  1734.   you will need a libpgtcl library that is 'load'-able from Tcl/Tk. This
  1735.   is technically different from an ordinary PostgreSQL loadable object
  1736.   file, because libpgtcl is a collection of object files. Under Linux,
  1737.   this is called libpgtcl.so.  You can download from the above site a
  1738.   version already compiled for Linux i386 systems. Just copy libpgtcl.so
  1739.   into your system library director (/usr/lib).  One of the solutions is
  1740.   to remove from the source the line containing load libpgtcl.so and to
  1741.   load pgaccess.tcl not with wish, but with pgwish (or wishpg) that wish
  1742.   that was linked with libpgtcl library.
  1743.  
  1744.   12.2.  Windows Interactive Query Tool for PostgreSQL (WISQL or MPSQL)
  1745.  
  1746.   MPSQL provides users with a graphical SQL interface to PostgresSQL.
  1747.   MPSQL is similar to Oracle's SQL Worksheet and Microsoft SQL Server's
  1748.   query tool WISQL.  It has nice GUI and has history of commands. Also
  1749.   you can cut and paste and it has other nice features to improve your
  1750.   productivity.
  1751.  
  1752.   ╖  <http://www.troubador.com/~keidav/index.html>
  1753.  
  1754.   ╖  Email: keidav@whidbey.com
  1755.  
  1756.   ╖  <http://www.ucolick.org/~de/> in file tcl_syb/wisql.html
  1757.  
  1758.   ╖  <http://www.troubador.com/~keidav/index.html>
  1759.  
  1760.   ╖  Email: de@ucolick.org
  1761.  
  1762.   12.3.  Interactive Query Tool (ISQL) for PostgreSQL called PSQL
  1763.  
  1764.   ISQL is For Character command line terminals.  This is included in the
  1765.   distribution, and is called PSQL. Very similar to Sybase ISQL, Oracle
  1766.   SQLplus. At unix prompt give command 'psql' which will put you in
  1767.   psql> prompt.
  1768.  
  1769.  
  1770.        Type \h to see help of commands.
  1771.  
  1772.  
  1773.  
  1774.  
  1775.   Very user friendly and easy to use.  Can also be accessed from shell
  1776.   scripts.
  1777.  
  1778.   12.4.  MPMGR - A Database Management Tool for PostgresSQL
  1779.  
  1780.   MPMGR will provide a graphical management interface for PostgresSQL.
  1781.   You can find it at
  1782.  
  1783.   ╖  <http://www.mutinybaysoftware.com/>
  1784.  
  1785.   ╖  Email: keidav@mutinybaysoftware.com
  1786.  
  1787.   ╖  <http://www.troubador.com/~keidav/index.html>
  1788.  
  1789.   ╖  Email: keidav@whidbey.com
  1790.  
  1791.   ╖  <http://www.ucolick.org/~de> in file tcl_syb/wisql.html
  1792.  
  1793.   ╖  WISQL for PostgreSQL  <http://www.ucolick.org/~de/Tcl/pictures>
  1794.  
  1795.   ╖  Email: de@ucolick.org
  1796.  
  1797.   13.  Setting up multi-boxes PostgreSQL with just one monitor
  1798.  
  1799.   You can stack up the cpu-boxes and connect to just one monitor and use
  1800.   the KVM (Keyboard, Video, Monitor) switch box to select the host.
  1801.   This saves space and you eliminate monitor, keyboard and the mouse
  1802.   (saving anywhere from 100 to 500 US dollars per set) and also avoid
  1803.   lot of clutter.
  1804.  
  1805.   Using this switch box, you can stack up many PostgreSQL servers
  1806.   (development, test, production), Web servers, ftp servers, Intranet
  1807.   servers, Mail servers, News servers in a tower shelf. The switch box
  1808.   can be used for controlling Windows 95/NT or OS/2 boxes as well.
  1809.  
  1810.   Please check out these sites:
  1811.  
  1812.   ╖  DataComm Warehouse Inc Call 24 hours a day, 7 days a week at
  1813.      1-800-328-2261. They supply all varieties of computer hardware
  1814.      <http://www.warehouse.com> 4-port Manual KVM switch (PS/2) is about
  1815.      $89.99 Part No. DDS1354
  1816.  
  1817.   ╖  Network Technologies Inc
  1818.      <http://www.networktechinc.com/servswt.html> (120 dollars/PC 8
  1819.      ports) which lists
  1820.  
  1821.   ╖  Scene Double Inc, England
  1822.      <http://www.scene.demon.co.uk/qswitch.htm>
  1823.  
  1824.   ╖  Cybex corporation  <http://www.cybex.com>
  1825.  
  1826.   ╖  Raritan Inc  <http://www.raritan.com>
  1827.  
  1828.   ╖  RealStar Solutions Inc  <http://www.real-star.com/kvm.htm>
  1829.  
  1830.   ╖  Belkin Inc  <http://www.belkin.com>
  1831.  
  1832.   ╖  Better Box Communications Ltd.
  1833.      <http://www.betterbox.com/info.html>
  1834.  
  1835.   ╖  Go to nearest hardware store and ask for "Server Switch" also known
  1836.      as "KVM Auto Switches".
  1837.  
  1838.   Search engine yahoo to find more companies with "Server Switches" or
  1839.   "KVM Switches".
  1840.  
  1841.   It is strongly recommended to have a dedicated unix box for each
  1842.   PostgreSQL data-server for better performance. No other application
  1843.   program/processes should run on this box. See the Business section of
  1844.   your local newspapers for local vendors selling only intel box, 13"
  1845.   monochrome monitor (very low cost monitor). Local vendors sell just
  1846.   the hardware without any Microsoft Windows/DOS (saves you about $
  1847.   150).  You do not need a color monitor for the database server, as you
  1848.   can do remote administration from color PC workstation.  Get RedHat
  1849.   (or some other distribution of) Linux cdrom from below -
  1850.  
  1851.   ╖  Linux System Labs Web site:   <http://www.lsl.com/>  7 (U.S.
  1852.      dollars)
  1853.  
  1854.   ╖  Cheap Bytes Inc Web site:   <http://www.cheapbytes.com/> 7 (U.S.
  1855.      dollars)
  1856.  
  1857.      Make sure that the hardware you purchase is supported by Redhat
  1858.      Linux. Check the ftp site of Redhat for recommended hardware like
  1859.      SCSI adapters, video cards before buying.  For just $ 600 you will
  1860.      get a powerful intel box with Redhat Linux running PostgreSQL.  Use
  1861.      odbc/jdbc/perl/tcl to connect to PostgreSQL from Windows95, OS/2,
  1862.      Unix Motif or web browser (e.g. Redbaron, Opera, Netscape, 20
  1863.      others).  (Web browsers are very fast becoming the standard
  1864.      client).
  1865.  
  1866.   Using this idea you can control many cpu boxes by just one monitor and
  1867.   one keyboard!
  1868.  
  1869.   Below is the extract from networktechnic Inc for the "Server Switches"
  1870.  
  1871.   Order now call 800-742-8324 (toll free in USA)
  1872.  
  1873.   To receive our catalog please Email your address to:
  1874.   sales@networktechinc.com
  1875.  
  1876.   CONTROL MULTIPLE PC'S with one keyboard monitor & mouse These
  1877.   electronic switches will allow one keyboard, monitor & mouse to
  1878.   control up to 64 PC's. Embedded microcomputers simulate the presence
  1879.   of keyboard, monitor & mouse to all attached PC's 100% of the time.
  1880.  
  1881.   Features and Applications
  1882.  
  1883.  
  1884.   ╖  Keyboard, front panel or remote control
  1885.  
  1886.   ╖  9 pin D Serial or 6 pin miniDIN mouse support
  1887.  
  1888.   ╖  5 pin DIN or 6 pin miniDIN keyboard support
  1889.  
  1890.   ╖  1600x1200 video resolution with no degradation
  1891.  
  1892.   ╖  Uses standard cables
  1893.  
  1894.   ╖  Desktop or rackmount
  1895.  
  1896.   Specifications - Keyboard
  1897.  
  1898.  
  1899.   ╖  All connectors are female
  1900.  
  1901.   ╖  5 pin DIN or 6 pin miniDIN
  1902.  
  1903.   ╖  Will hard or soft boot all PC's 100% of the time
  1904.  
  1905.   Controls - Buttons on Front
  1906.  
  1907.  
  1908.   ╖  Touch a button and be connected to that PC
  1909.  
  1910.   ╖  Hold any button in for more than 0.5 second and go into SCAN,
  1911.      BROADCAST or COMMAND mode
  1912.  
  1913.   ╖  LEDs on front indicate mode of operation Keyboard
  1914.  
  1915.   ╖  Type CTRL+* and go into COMMAND mode
  1916.  
  1917.   ╖  SCAN, BROADCAST or COMMAND are available
  1918.  
  1919.   Mouse
  1920.  
  1921.   * 9 pin D serial
  1922.  
  1923.   ╖  o NTI switch emulates Microsoft serial mouse to all PC's
  1924.  
  1925.   ╖  o 9 pin D male for mouse
  1926.  
  1927.   ╖  o 9 pin D female for PC's
  1928.  
  1929.   * 6 pin miniDIN
  1930.  
  1931.   ╖  o NTI switch emulates IBM PS/2 style mouse to all PC's
  1932.  
  1933.   ╖  o All connectors are female
  1934.  
  1935.   Wired remote
  1936.  
  1937.   ╖  Optional--must be purchased
  1938.  
  1939.   ╖  Operates same as "Buttons on Front"
  1940.  
  1941.   Monitor-VGA
  1942.  
  1943.   ╖  Bandwidth is 150 MHz
  1944.  
  1945.   ╖  1600X1200 resolution with no degradation
  1946.  
  1947.   ╖  All connectors are female
  1948.  
  1949.   14.  Applications and Tools for PostgreSQL
  1950.  
  1951.   14.1.  PostgreSQL 4GL for web database applications - AppGEN Develop¡
  1952.   ment System
  1953.  
  1954.   AppGEN can be downloaded from
  1955.  
  1956.   ╖  <http://www.man.ac.uk/~whaley/ag/appgen.html>
  1957.  
  1958.   ╖  <ftp://ftp.mcc.ac.uk/pub/linux/ALPHA/AppGEN>.
  1959.  
  1960.      AppGEN is a high level fourth generation language and application
  1961.      generator for producing World Wide Web (WWW) based applications.
  1962.      These applications are typically used over the internet or within a
  1963.      corporate intranet. AppGEN applications are implemented as C
  1964.      scripts conforming to the Common Gateway Interface (CGI) standard
  1965.      supported by most Web Servers.
  1966.  
  1967.   To use AppGEN you will need the following :-
  1968.  
  1969.   PostgresSQL, relational database management system
  1970.  
  1971.   A CGI compatible web server such as NCSA's HTTPD
  1972.  
  1973.   An ansi C compiler such as GCC
  1974.  
  1975.   AppGEN consists of the following Unix (Linux) executables :-
  1976.  
  1977.  
  1978.   ╖  defgen, which produces a basic template application from a logical
  1979.      data structure. The applications are capable of adding, updating,
  1980.      deleting and searching for records within the database whilst
  1981.      automatically maintaining referential integrity.
  1982.  
  1983.  
  1984.   ╖  appgen, the AppGEN compiler which compiles the appgen source code
  1985.      into CGI executable C source and HTML formatted documents ready for
  1986.      deployment on a web server.
  1987.  
  1988.  
  1989.   ╖  dbf2sql, a utility fo converting dBase III compatible .dbf files
  1990.      into executable SQL scripts. This enables data stored in most
  1991.      DOS/Windows based database packages to be migrated to a SQL server
  1992.      such as PostgresSQL.
  1993.  
  1994.   ╖  In addition, AppGEN comprises of a collection of HTML documents,
  1995.      GIF files and Java applets which are used at runtime by the system.
  1996.      And of course, like all good software, the full source code is
  1997.      included.
  1998.  
  1999.   The author, Andrew Whaley, can be contacted on
  2000.  
  2001.   ╖  andrew@arthur.smuht.nwest.nhs.uk
  2002.  
  2003.   14.2.  WWW Web interface for PostgresSQL - DBENGINE
  2004.  
  2005.   dbengine a plug 'n play Web interface for PostgreSQL created by Ingo
  2006.   Ciechowski. It is at
  2007.  
  2008.   ╖  <http://www.cis-computer.com/dbengine/ >
  2009.  
  2010.      About DBENGINE : dbengine is an interface between the WWW and
  2011.      Postgres95 which provides simple access to any existing database
  2012.      within just a few minutes.
  2013.  
  2014.   PHP 3 gives you a Perl like language in your documents, but no real
  2015.   Perl while AppGen and wdb-p95 require that you create some
  2016.   configuration file for each of your databases -- sound's like you'll
  2017.   first of all have to learn some sort of new mata language before you
  2018.   can get started.
  2019.  
  2020.   Unlike other tools you don't have to learn any special programming or
  2021.   scripting language to get started with dbengine. Also there's no
  2022.   configuration file for each database, so you don't have to get
  2023.   familiar with such a new structure.  However - in case you want to
  2024.   gain access to the full features of dbengine it'd be a good idea to
  2025.   know the Perl language.
  2026.  
  2027.   The whole system can be configured by simple manipulations of an
  2028.   additional database that contains closer information about how to
  2029.   visualize your database access.  You can even specify virtual Fields
  2030.   which are calculated on the fly right before they're displayed on the
  2031.   screen.
  2032.  
  2033.   License : dbengine is free software under the same terms as Perl. Read
  2034.   its licence if you aren't sure what you can or can't do. The bottom
  2035.   line is that this is a kinder and gentler version of the GNU licence
  2036.   -- one that doesn't infect your work if you care to borrow from
  2037.   dbengine or package up pieces of it as part of a commercial product.
  2038.  
  2039.   14.3.  Apache Webserver Module for PostgreSQL - NeoSoft NeoWebScript
  2040.  
  2041.   Apache is a well-known Web Server. And a module to interface
  2042.   PostgreSQL to Apache Webserver is at -
  2043.  
  2044.   ╖  <http://www.neosoft.com/neowebscript/>
  2045.  
  2046.      NeoWebScript is a programming language that allows both simple and
  2047.      complex programs to be embedded into HTML files.
  2048.  
  2049.   When an HTML page containing embedded NeoWebScript is requested, the
  2050.   NeoWebScript-enabled webserver executes the embedded script(s),
  2051.   producing a webpage containing customized content created by the
  2052.   program.
  2053.  
  2054.   NeoWebScript is a fast, secure, easy to learn way to do powerful,
  2055.   server-based interactive programming directly in the HTML code in web
  2056.   pages. With NeoWebScript, counters, email forms, graffiti walls, guest
  2057.   books and visitor tracking are all easy, even for a beginning
  2058.   programmer. See how well NeoWebScript holds its' own vs. PERL and
  2059.   JavaScript.
  2060.  
  2061.   If you'd like to install NeoWebScript on your webserver, your
  2062.   Webmaster needs to read our Sysop FAQ to get started. Theory of
  2063.   Operations will explain how NeoWebScript works, while installation
  2064.   will take them through the steps. Management deals with configuration
  2065.   issues and running the server, tests let you verify correct
  2066.   NeoWebScript operation, and troubleshooting deals with server
  2067.   problems.
  2068.  
  2069.   There is no cost to you to use NeoWebScript-2.2 for your ISP, your
  2070.   intranet, or your extranet.  You'll see a full license when you
  2071.   register to download, but it costs $ 99 if you want to embed it in
  2072.   your own product or use it in a commerce (eg. SSL) server.
  2073.  
  2074.   NeoWebScript is a module for the Apache webserver that allows you to
  2075.   embed the Tcl/Tk programming language in your webpages as a scripting
  2076.   tool. It was invented by Karl Lehenbauer, NeoSoft's Chief Technical
  2077.   Officer, and documented, enhanced and extended by NeoSoft's
  2078.   programmers and technical writers.
  2079.  
  2080.   The Apache webserver is the world's most popular webserver, accounting
  2081.   for 68 % of the sites polled.
  2082.  
  2083.   Tcl/Tk is the powerful, free, cross-platform scripting language
  2084.   developed by Dr. John Ousterhout. In his own words
  2085.  
  2086.   "Tcl/Tk lets software developers get the job done ten times faster
  2087.   than with toolkits based on C or C++. It's also a great glue language
  2088.   for making existing applications work together and making them more
  2089.   graphical and Internet-aware."
  2090.  
  2091.   Karl Lehenbauer, Founder and Chief Technical Officer of NeoSoft, has
  2092.   been part of Tcl/Tk development from the very beginning.  Together
  2093.   with Mark Diehkans, they authored Extended Tcl, also known as TclX or
  2094.   NeoSoft Tcl, a powerful set of extensions to the language. Many of the
  2095.   current core Tcl commands originated in Extended Tcl, and were then
  2096.   imported into the core language by Dr.  Ousterhout.
  2097.  
  2098.   NeoSoft Inc., 1770 St. James Place, Suite 500, Houston, TX 77056 USA
  2099.  
  2100.   14.4.  HEITML server side extension of HTML and a 4GL language for
  2101.   PostgreSQL
  2102.  
  2103.   Tool heitml is another way to interface postgres with the world wide
  2104.   web.  For more details contact
  2105.  
  2106.  
  2107.                  Helmut Emmelmann H.E.I. Informationssyteme GmbH
  2108.                  Wimpfenerstrasse 23 Tel. 49-621-795141
  2109.                  68259 Mannheim Germany Fax. 49-621-795161
  2110.  
  2111.  
  2112.  
  2113.   ╖  E-mail Mr.Helmut Emmelmann at emmel@h-e-i.de
  2114.  
  2115.   ╖  Heitml main web site  <http://www.heitml.com>
  2116.  
  2117.   ╖  Heitml secondary web site  <http://www.h-e-i.deom>
  2118.  
  2119.   heitml is a server side extension of HTML and a 4GL language at the
  2120.   same time. People can write web applications in the HTML style by
  2121.   using new HTML-like tags.
  2122.  
  2123.   heitml (pronounced "Hi"-TML) is an extension of HTML and a full-
  2124.   featured 4th generation language that enables Web-based Applications
  2125.   to interact with data stored in SQL databases, without resorting to
  2126.   complex CGI scripts.
  2127.  
  2128.   heitml extends HTML on the sever side, dynamically converting ".hei"
  2129.   files to HTML format and so is compatible with any web browser.It
  2130.   embraces the familiar, easy-to-use HTML syntax and provides a large
  2131.   assortment of pre-developed Tags and Libraries to take care of tasks
  2132.   that formerly required CGI. As XML, heitml provides user defined tags.
  2133.   With heitml the user defined markup can be translated to HTML and send
  2134.   to a browser.
  2135.  
  2136.   heitml targets both HTML designers and professional programmers alike.
  2137.   HTML designers can use heitml Tags to build dynamic web pages, access
  2138.   SQL databases, or create complete web applications. Counters,
  2139.   registration databases, search forms, email forms, or hierarchical
  2140.   menues can all be created simply by using the pre-developed HTML-like
  2141.   Tags found in the many Component Libraries.
  2142.  
  2143.   For programmers heitml embeds a complete forth generation language in
  2144.   HTML
  2145.  
  2146.  
  2147.                  (e.g. <if>, <while>, and <let> Tags),
  2148.  
  2149.  
  2150.  
  2151.  
  2152.   plus powerful expression evaluation with integer, real, boolean,
  2153.   string, and tuple data types. Tuples have reference semantics as in
  2154.   modern object oriented languages and are stored on a heap. heitml
  2155.   variables including all complex data structures stored on the heap
  2156.   maintain their values between pages using the Session Mode. It is pos¡
  2157.   sible to define your own tags or environment tags and even re-define
  2158.   HTML-tags.
  2159.  
  2160.   heitml makes it possible to
  2161.  
  2162.   - - - develop Web Sites in a structured and modular way, drastically
  2163.   reducing maintenance overhead.
  2164.  
  2165.   - - - develop intelligent and interactive Web Sites, with content that
  2166.   dynamically adapts itself to user needs.
  2167.  
  2168.   - - - show the content of SQL databases with no programming other than
  2169.   to use our library of prefined "dba" Tags.
  2170.  
  2171.   - - - develop complex database and Catalog Shopping applications using
  2172.   Session Variables
  2173.  
  2174.   heitml runs on Linux with any Web Server using the CGI interface, and
  2175.   is especially fast (avoiding the CGI overhead) within the APACHE Web
  2176.   Server using the apache API. Currently MSQL (Version 1 and 2),
  2177.   PostgreSQL (Version 6), mysql, and the yard databases are supported).
  2178.   heitml also works on Linux, BSDi, Solaris and SunOS, as well as
  2179.   Windows NT with CGI and ISAPI and ODBC and Windows 95.
  2180.  
  2181.   heitml (on linux) is free for research, non-commercial and private
  2182.   usage. Commercial Web Sites must pay a licensing fee. The fully
  2183.   operational version of heitml is available for a trial period
  2184.   downloaded freely. (Note, however, that each ".hei" Web Page you
  2185.   develop will display a message identifying it as the version for non-
  2186.   commercial use. After registration, you will receive a key to switch
  2187.   off the message without having to re-install the program.)
  2188.  
  2189.   heitml (pronounced "Hi"-TML) significantly extends and enhances the
  2190.   functionality of HTML by definable tags and full programming features.
  2191.   This makes dynamic content and database applications possible simply
  2192.   within the HTML world, without CGI and without external scripting or
  2193.   programming languages.  This means you, as an HTML author, can embed
  2194.   applications in your web pages, simply by using some new tags without
  2195.   CGI and without programming. As an advanced user or programmer on the
  2196.   other hand you can create and program powerful tag libraries. This
  2197.   approach makes heitml suitable for HTML newcomers and professional
  2198.   programmers alike.  heitml runs on the web server and dynamically
  2199.   generates HTML, so heitml is compatible with the internet standards
  2200.   and with any web browser. It allows full access to databases while
  2201.   shielding the user from any unneccessary CGI complexity. heitml has
  2202.   been developed according to the newst research and in compiler
  2203.   construction and transaction systems.
  2204.  
  2205.   heitml pages are developed just the same way as HTML pages, with a
  2206.   text editor or HTML editor, and placed on the web server as usual.
  2207.   However now pages can contain dynamic heitml tags and access tag
  2208.   libraries.  You can use these tags to access the database, to create
  2209.   dynamic content, to send emails, and even to create powerful
  2210.   applications like registration databases and shopping systems.
  2211.  
  2212.   HTML newcomers and professional programmers alike will be amazed at
  2213.   how quickly and easily they can design exciting applications like our
  2214.   Interactive Guestbook without resorting to complex and difficult to
  2215.   learn CGI scripts, simply by using the tools provided in our dba
  2216.   Library.
  2217.  
  2218.   heitml is accompanied by a wide range of tag libraries, to create
  2219.   guestbooks, database maintenance applications, extensible query forms,
  2220.   powerful email forms or structure your web site using a hierarchic
  2221.   menu. These tools are ready to go, just add the corresponding tags to
  2222.   your web site.
  2223.  
  2224.   As an experienced programmer you can make fully use of the heitml
  2225.   persistent dynamic tuple architecture : heitml is not just a scripting
  2226.   language with dynamic typing, full power expression evaluation,
  2227.   recursive procedures and extensive parameter passing features, but it
  2228.   also features persistent dynamic tuples to automatically keep session
  2229.   data of any size.
  2230.  
  2231.   14.5.  America On-line AOL Web server for PostgreSQL
  2232.  
  2233.   The no-cost commercial webserver, AOLserver version 2.3 supports
  2234.   database connections to PostgreSQL 6.2.1 and higher.  for more info
  2235.   see
  2236.  
  2237.   ╖  AOL Web Server  <http://www.aolserver.com>
  2238.  
  2239.   14.6.  Problem/Project Tracking System Application Tool for PostgreSQL
  2240.  
  2241.   This is at
  2242.  
  2243.   ╖  <http://www.homeport.org/~shevett/pts/>
  2244.  
  2245.   14.7.  Convert dbase dbf files to PostgreSQL
  2246.  
  2247.   The program dbf2msql works fine with mSQL and PostgreSQL. You can find
  2248.   it at
  2249.  
  2250.   ╖  <ftp://ftp.nerosworld.com/pub/SQL/dbf2sql/>
  2251.  
  2252.   ╖  <ftp://ftp.postgresql.org/pub/incoming/dbf2pg-3.0.tar.gz>
  2253.  
  2254.   This program was written by Maarten Boekhold, Faculty of Electrical
  2255.   Engineering TU Delft, NL Computer Architecture and Digital Technique
  2256.   section
  2257.  
  2258.   ╖  M.Boekhold@et.tudelft.nl
  2259.  
  2260.   You can also use a python method to read dbf files and load into a
  2261.   postgres database.
  2262.  
  2263.   ╖  See  <http://www.python.org>
  2264.  
  2265.   15.  Web Database Design/Implementation tool for PostgreSQL - EARP
  2266.  
  2267.  
  2268.   ╖  <http://www.oswego.edu/Earp>
  2269.  
  2270.   ╖  <ftp://ftp.oswego.edu> in the directory 'pub/unix/earp'.
  2271.  
  2272.   15.1.  What is EARP ?
  2273.  
  2274.   The "Easily Adjustable Response Program" (EARP) created by David
  2275.   Dougherty.  EARP is a Web Database Design/Implementation tool, built
  2276.   on top of the PostgreSQL database system. Its functionality includes:
  2277.  
  2278.  
  2279.   ╖  A Visual Design System.
  2280.  
  2281.   ╖  A sendmail interface. (can handle incoming and outgoing mail)
  2282.  
  2283.   ╖  An Enhanced Security Mechanism.
  2284.  
  2285.   ╖  A cgi driver.
  2286.  
  2287.   15.2.  Implementation
  2288.  
  2289.   The main implementation of EARP is a CGI binary which runs under the
  2290.   http daemon to provide access to the database server. All of the
  2291.   design tools are built into the driver, no design takes place over
  2292.   anything but the web. The tools themselves require a graphical
  2293.   browser, the compatibility of objects designed with the tools is
  2294.   implementation independent, based on designing individuals
  2295.   preferences.
  2296.  
  2297.   15.3.  What you need to run EARP
  2298.  
  2299.   EARP will likely run on a variety of platforms with little or no
  2300.   porting. The known working platforms consist of the following:
  2301.  
  2302.   ╖  Solaris 2.5
  2303.  
  2304.   ╖  Linux 1.2.13+
  2305.  
  2306.   ╖  GNU C++
  2307.  
  2308.   ╖  PostgreSQL (Version 1.01 / 1.02 )
  2309.  
  2310.  
  2311.   ╖  netsite server
  2312.  
  2313.   ╖  NCSA httpd
  2314.  
  2315.  
  2316.   ╖  GNU C++
  2317.  
  2318.   ╖  PostgreSQL (Version 1.01 / 1.02 )
  2319.  
  2320.   ╖  NCSA httpd
  2321.  
  2322.   ╖  Apache httpd
  2323.  
  2324.      The current (1.3) release of Earp was designed on top of the libpq
  2325.      release that came with PostgreSQL v1.01/1.02.  If you are using a
  2326.      more recent version of Postgres, expect that the program will
  2327.      require some porting to work correctly. In the development version
  2328.      (Earp 2.0), libpq support is being incorporated as a module.
  2329.  
  2330.   15.4.  How does it work ?
  2331.  
  2332.   One of the main features of EARP is that it uses an Object Oriented
  2333.   approach to producing html pages which interface to the database. Most
  2334.   pages will consist of several objects. Each object is produced by some
  2335.   sort of tool and given a name, objects are then linked together in a
  2336.   callable sequence by the page tool. Objects are also reusable across
  2337.   multiple pages.  Basic tools exist for HTML, Querys, Grabbing input
  2338.   from forms, Extendable Formatting of Query and Input objects, and
  2339.   Linking together of objects into other objects. More advanced tools
  2340.   include the mail tool and the multithreaded query tool.
  2341.  
  2342.   Another feature of EARP is advanced security. Access to various areas
  2343.   of the EARP system can be limited in a variety of ways. To facilitate
  2344.   its advanced security, EARP performs checks for each connection to the
  2345.   system, determining what ids and groups the connecting agent belongs
  2346.   to. Access to areas is defined seperately, and the combination decides
  2347.   if access to a specific area of Earp is allowed. Moreover, all that is
  2348.   required to implement the security features is an http server that
  2349.   supports basic (or better) user authentication.
  2350.  
  2351.   15.5.  Where to get EARP ?
  2352.  
  2353.   EARP is available via anonymous ftp from
  2354.  
  2355.   ╖  <ftp://ftp.oswego.edu> in the directory 'pub/unix/earp'.
  2356.  
  2357.   16.  PHP Hypertext Preprocessor - Server-side html-embedded scripting
  2358.   language for PostgreSQL
  2359.  
  2360.   WWW Interface Tool is at -
  2361.  
  2362.   ╖  <http://www.php.net>
  2363.  
  2364.   ╖  <http://www.vex.net/php>
  2365.  
  2366.   Old name is Professional Home Pages (PHP 3) and new name is PHP
  2367.   Hypertext Pre-Processor
  2368.  
  2369.   ╖  Mirror sites are in many countries like www.COUNTRYCODE.php.net
  2370.  
  2371.   ╖  <http://www.fe.de.php.net>
  2372.  
  2373.   ╖  <http://www.sk.php.net>
  2374.  
  2375.   ╖  <http://php.iquest.net/>
  2376.  
  2377.   Questions e-mail to :
  2378.  
  2379.   ╖  rasmus@lerdorf.on.ca
  2380.  
  2381.      PHP 3 is a server-side html-embedded scripting language. It lets
  2382.      you write simple scripts right in your .HTML files much like
  2383.      JavaScript does, except, unlike JavaScript PHP 3 is not browser-
  2384.      dependant. JavaScript is a client-side html-embedded language while
  2385.      PHP 3 is a server-side language. PHP 3 is similar in concept to
  2386.      Netscape's LiveWire Pro product. If you have the money, you run
  2387.      Netscape's Commerce Server and you run one of the supported
  2388.      operating systems, you should probably have a look at LiveWire Pro.
  2389.      If you like free fast-moving software that comes with full source
  2390.      code you will probably like PHP 3.
  2391.  
  2392.   16.1.  Major Features
  2393.  
  2394.   Standard CGI, FastCGI and Apache module Support As a standard CGI
  2395.   program, PHP 3 can be installed on any Unix machine running any Unix
  2396.   web server. With support for the new FastCGI standard, PHP 3 can take
  2397.   advantage of the speed improvements gained through this mechanism. As
  2398.   an Apache module, PHP 3 becomes an extremely powerful and lightning
  2399.   fast alternative to CGI programmimg.
  2400.  
  2401.  
  2402.   ╖  Access Logging With the access logging capabilities of PHP 3, users
  2403.      can maintain their own hit counting and logging. It does not use
  2404.      the system's central access log files in any way, and it provides
  2405.      real-time access monitoring. The Log Viewer Script provides a quick
  2406.      summary of the accesses to a set of pages owned by an individual
  2407.      user. In addition to that, the package can be configured to
  2408.      generate a footer on every page which shows access information. See
  2409.      the bottom of this page for an example of this.
  2410.  
  2411.   ╖  Access Control A built-in web-based configuration screen handles
  2412.      access control configuration. It is possible to create rules for
  2413.      all or some web pages owned by a certain person which place various
  2414.      restrictions on who can view these pages and how they will be
  2415.      viewed. Pages can be password protected, completely restricted,
  2416.      logging disabled and more based on the client's domain, browser, e-
  2417.      mail address or even the referring document.
  2418.  
  2419.   ╖  Postgres Support Postgres is an advanced free RDBMS. PHP 3 supports
  2420.      embedding Postgres95 and PostgreSQL SQL queries directly in .html
  2421.      files.
  2422.  
  2423.  
  2424.   ╖  RFC-1867 File Upload Support File Upload is a new feature in
  2425.      Netscape 2.0. It lets users upload files to a web server. PHP 3
  2426.      provides the actual Mime decoding to make this work and also
  2427.      provides the additional framework to do something useful with the
  2428.      uploaded file once it has been received.
  2429.  
  2430.   ╖  HTTP-based authentication control PHP 3 can be used to create
  2431.      customized HTTP-based authentication mechanisms for the Apache web
  2432.      server.
  2433.  
  2434.   ╖  Variables, Arrays, Associative Arrays PHP 3  supports typed
  2435.      variables, arrays and even Perl-like associative arrays. These can
  2436.      all be passed from one web page to another using either GET or POST
  2437.      method forms.
  2438.  
  2439.   ╖  Conditionals, While Loops PHP 3 supports a full-featured C-like
  2440.      scripting language.  You can have if/then/elseif/else/endif
  2441.      conditions as well as while loops and switch/case statements to
  2442.      guide the logical flow of how the html page should be displayed.
  2443.   ╖  Extended Regular Expressions Regular expressions are heavily used
  2444.      for pattern matching, pattern substitutions and general string
  2445.      manipulation. PHP 3 supports all common regular expression
  2446.      operations.
  2447.  
  2448.   ╖  Raw HTTP Header Control The ability to have web pages send
  2449.      customized raw HTTP headers based on some condition is essential
  2450.      for high-level web site design. A frequent use is to send a
  2451.      Location: URL header to redirect the calling client to some other
  2452.      URL. It can also be used to turn off cacheing or manipulate the
  2453.      last update header of pages.
  2454.  
  2455.   ╖  On-the-fly GIF image creation PHP 3 has support for Thomas
  2456.      Boutell's GD image library which makes it possible to generate GIF
  2457.      images on the fly.
  2458.  
  2459.   ╖  ISP "Safe Mode" support PHP 3 supports a unique "Safe Mode" which
  2460.      makes it safe to have multiple users run PHP scripts on the same
  2461.      server.
  2462.  
  2463.   ╖  It's Free!  One final essential feature. The package is completely
  2464.      free.  It is licensed under the GPL which allows you to use the
  2465.      software for any purpose, commercial or otherwise. See the GNU
  2466.      Public License document for complete details.
  2467.  
  2468.   16.2.  Credits
  2469.  
  2470.   * Large parts of this code were developed at and for the University of
  2471.   Toronto. Many thanks to Lee Oattes of the Network Development
  2472.   Department at the university for constant constructive criticism.
  2473.  
  2474.   * The PostgreSQL support code was written by Adam Sussman
  2475.  
  2476.   ╖  asussman@vidya.com
  2477.  
  2478.   * Countless others have helped test and debug the package.
  2479.  
  2480.   16.3.  PHP 3 - Brief History
  2481.  
  2482.   PHP began life as a simple little cgi wrapper written in Perl. It was
  2483.   never intended to go beyond own private use.  The name of this first
  2484.   package was Personal Home Page Tools, which later became Personal Home
  2485.   Page Construction Kit.
  2486.  
  2487.   A tool was written to easily embed SQL queries into web pages. It was
  2488.   basically another CGI wrapper that parsed SQL queries and made it easy
  2489.   to create forms and tables based on these queries. This tool was named
  2490.   FI (Form Interpreter).
  2491.  
  2492.   PHP/FI version 2.0 is a complete rewrite of these two packages
  2493.   combined into a single program. It has now evolved to the point where
  2494.   it is a simple programming language embedded inside HTML files. The
  2495.   original acronym, PHP, has stuck. It isn't really appropriate any
  2496.   longer. PHP/FI is used more for entire web sites today than for small
  2497.   Personal Home Page setups. By whatever name, it eliminates the need
  2498.   for numerous small Perl cgi programs by allowing you to place simple
  2499.   scripts directly in your HTML files. This speeds up the overall
  2500.   performance of your web pages since the overhead of forking Perl
  2501.   several times has been eliminated. It also makes it easier to manage
  2502.   large web sites by placing all components of a web page in a single
  2503.   html file. By including support for various databases, it also makes
  2504.   it trivial to develop database enabled web pages. Many people find the
  2505.   embedded nature much easier to deal with than trying to create
  2506.   separate HTML and CGI files.
  2507.  
  2508.  
  2509.   Throughout this documentation any references to PHP, FI or PHP/FI all
  2510.   refer to the same thing. The difference between PHP and FI is only a
  2511.   conceptual one. Both are built from the same source distribution. Now
  2512.   PHP/FI is renamed as PHP 3.
  2513.  
  2514.   16.4.  So, what can I do with PHP/FI ?
  2515.  
  2516.   The first thing you will notice if you run a page through PHP/FI is
  2517.   that it adds a footer with information about the number of times your
  2518.   page has been accessed (if you have compiled access logging into the
  2519.   binary). This is just a very small part of what PHP/FI can do for you.
  2520.   It serves another very important role as a form interpreter cgi, hence
  2521.   the FI part of the name. For example, if you create a form on one of
  2522.   your web pages, you need something to process the information on that
  2523.   form. Even if you just want to pass the information to another web
  2524.   page, you will have to have a cgi program do this for you. PHP/FI
  2525.   makes it extremely easy to take form data and do things with it.
  2526.  
  2527.   16.5.  A simple example
  2528.  
  2529.   Suppose you have a form:
  2530.  
  2531.  
  2532.        <FORM ACTION="/cgi-bin/php.cgi/~userid/display.html" METHOD=POST>
  2533.        <INPUT TYPE="text" name="name">
  2534.        <INPUT TYPE="text" name="age">
  2535.        <INPUT TYPE="submit">
  2536.        <FORM>
  2537.  
  2538.  
  2539.  
  2540.  
  2541.   Your display.html file could then contain something like:
  2542.  
  2543.  
  2544.        < ?echo "Hi $ name, you are $ age years old!<p>" >
  2545.  
  2546.  
  2547.  
  2548.  
  2549.   It's that simple! PHP/FI automatically creates a variable for each
  2550.   form input field in your form. You can then use these variables in the
  2551.   ACTION URL file.
  2552.  
  2553.   The next step once you have figured out how to use variables is to
  2554.   start playing with some logical flow tags in your pages. For example,
  2555.   if you wanted to display different messages based on something the
  2556.   user inputs, you would use if/else logic. In our above example, we can
  2557.   display different things based on the age the user entered by changing
  2558.   our display.html to:
  2559.  
  2560.  
  2561.        <?
  2562.            if($age>50);
  2563.                echo "Hi $name, you are ancient!<p>";
  2564.            elseif($age>30);
  2565.                echo "Hi $name, you are very old!<p>";
  2566.            else;
  2567.                echo "Hi $name.";
  2568.            endif;
  2569.        >
  2570.  
  2571.  
  2572.  
  2573.  
  2574.   PHP/FI provides a very powerful scripting language which will do much
  2575.   more than what the above simple example demonstrates. See the section
  2576.   on the PHP/FI Script Language for more information.
  2577.  
  2578.   You can also use PHP/FI to configure who is allowed to access your
  2579.   pages.  This is done using a built-in configuration screen. With this
  2580.   you could for example specify that only people from certain domains
  2581.   would be allowed to see your pages, or you could create a rule which
  2582.   would password protect certain pages. See the Access Control section
  2583.   for more details.
  2584.  
  2585.   PHP/FI is also capable of receiving file uploads from any RFC-1867
  2586.   compliant web browser. This feature lets people upload both text and
  2587.   binary files. With PHP/FI's access control and logical functions, you
  2588.   have full control over who is allowed to upload and what is to be done
  2589.   with the file once it has been uploaded. See the File Upload section
  2590.   for more details.
  2591.  
  2592.   PHP/FI has support for the PostgreSQL database package. It supports
  2593.   embedded SQL queries in your .HTML files. See the section on
  2594.   PostgreSQL Support for more information.
  2595.  
  2596.   PHP/FI also has support for the mysql database package. It supports
  2597.   embedded SQL queries in your .HTML files. See the section on mysql
  2598.   Support for more information.
  2599.  
  2600.   16.6.  CGI Redirection
  2601.  
  2602.  
  2603.   16.6.1.  Apache 1.0.x Notes
  2604.  
  2605.   A good way to run PHP/FI is by using a cgi redirection module with the
  2606.   Apache server. Please note that you do not need to worry about
  2607.   redirection modules if you are using the Apache module version of
  2608.   PHP/FI. There are two of these redirection modules available. One is
  2609.   developed by Dave Andersen
  2610.  
  2611.   ╖  angio@aros.net
  2612.  
  2613.      and it is available at
  2614.  
  2615.   ╖  <ftp://ftp.aros.net/pub/util/apache/mod_cgi_redirect.c>
  2616.  
  2617.      and the other comes bundled with Apache and is called
  2618.      mod_actions.c. The modules are extremely similar. They differ
  2619.      slightly in their usage. Both have been tested and both work with
  2620.      PHP/FI.
  2621.  
  2622.   Check the Apache documentation on how to add a module. Generally you
  2623.   add the module name to a file called Configuration. The line to be
  2624.   added if you want to use the mod_actions module is:
  2625.  
  2626.   Module action_module mod_actions.o
  2627.  
  2628.   If you are using the mod_cgi_redirect.c module add this line:
  2629.  
  2630.   Module cgi_redirect_module mod_cgi_redirect.o
  2631.  
  2632.   Then compile your httpd and install it. To configure the cgi
  2633.   redirection you need to either create a new mime type in your
  2634.   mime.types file or you can use the AddType command in your srm.conf
  2635.   file to add the mime type. The mime type to be added should be
  2636.   something like this:
  2637.  
  2638.  
  2639.             application/x-httpd-php phtml
  2640.  
  2641.   If you are using the mod_actions.c module you need to add the follow¡
  2642.   ing line to your srm.conf file:
  2643.  
  2644.  
  2645.             Action application/x-httpd-php /cgi-bin/php.cgi
  2646.  
  2647.  
  2648.  
  2649.  
  2650.   If you are using mod_cgi_redirect.c you should add this line to
  2651.   srm.conf:
  2652.  
  2653.  
  2654.             CgiRedirect application/x-httpd-php /cgi-bin/php.cgi
  2655.  
  2656.  
  2657.  
  2658.  
  2659.   Don't try to use both mod_actions.c and mod_cgi_redirect.c at the same
  2660.   time.
  2661.  
  2662.   Once you have one of these cgi redirection modules installed and
  2663.   configured correctly, you will be able to specify that you want a file
  2664.   parsed by php/fi simply by making the file's extension .phtml.
  2665.   Furthermore, if you add index.phtml to your DirectoryIndex
  2666.   configuration line in your srm.conf file then the top-level page in a
  2667.   directory will be automatically parsed by php if your index file is
  2668.   called index.phtml.
  2669.  
  2670.   16.6.2.  Netscape HTTPD
  2671.  
  2672.   You can automatically redirect requests for files with a given
  2673.   extension to be handled by PHP/FI by using the Netscape Server CGI
  2674.   Redirection module. This module is available in the File Archives on
  2675.   the PHP/FI Home Page. The README in the package explicitly explains
  2676.   how to configure it for use with PHP/FI.
  2677.  
  2678.   16.6.3.  NCSA HTTPD
  2679.  
  2680.   NCSA does not currently support modules, so in order to do cgi
  2681.   redirection with this server you need to modify your server source
  2682.   code. A patch to do this with NCSA 1.5 is available in the PHP/FI file
  2683.   archives.
  2684.  
  2685.   16.7.  Running PHP/FI from the command line
  2686.  
  2687.   If you build the CGI version of PHP/FI, you can use it from the
  2688.   command line simply typing: php.cgi filename where filename is the
  2689.   file you want to parse. You can also create standalone PHP/FI scripts
  2690.   by making the first line of your script look something like:
  2691.  
  2692.  
  2693.            #!/usr/local/bin/php.cgi -q
  2694.  
  2695.  
  2696.  
  2697.  
  2698.   The "-q" suppresses the printing of the HTTP headers. You can leave
  2699.   off this option if you like.
  2700.  
  2701.   17.  Python Interface for PostgreSQL
  2702.  
  2703.   Python in an interpreted, object orientated scripting language.  It is
  2704.   simple to use (light syntax, simple and straighforward statements),
  2705.   and has many extensions for building GUIs, interfacing with WWW, etc.
  2706.   An intelligent web browser (HotJava like) is currently under
  2707.   development (november 1995), and this should open programmers many
  2708.   doors. Python is copyrighted by Stichting S Mathematisch Centrum,
  2709.   Amsterdam, The Netherlands, and is freely distributable.  It contains
  2710.   support for dynamic loading of objects, classes, modules, and
  2711.   exceptions.  Adding interfaces to new system libraries through C code
  2712.   is straightforward, making Python easy to use in custom settings.
  2713.   Python is a very high level scripting language with X interface.
  2714.   Python package is distributed on Linux cdroms includes most of the
  2715.   standard Python modules, along with modules for interfacing to the Tix
  2716.   widget set for Tk.
  2717.  
  2718.   PyGreSQL is a python module that interfaces to a PostgreSQL database.
  2719.   It embeds the PostgreSQL query library to allow easy use of the
  2720.   powerful PostgreSQL features from a Python script.  PyGreSQL is
  2721.   written by D'Arcy J.M. Cain and Pascal Andre.
  2722.  
  2723.   ╖  New site of PyGreSQL  <http://www.druid.net/pygresql/>
  2724.  
  2725.   ╖  Maintained by D'Arcy at  <http://www.druid.net/~darcy/>
  2726.  
  2727.   ╖  Old site is at
  2728.      <ftp://ftp.via.ecp.fr/pub/python/contrib/Database/PyGres95.README >
  2729.  
  2730.   ╖  D'Arcy J.M. Cain darcy@druid.net
  2731.  
  2732.   ╖  Pascal Andre andre@chimay.via.ecp.fr
  2733.  
  2734.   ╖  Pascal Andre andre@via.ecp.fr
  2735.  
  2736.  
  2737.   17.1.  Where to get PyGres ?
  2738.  
  2739.   The home sites of the differents packages are:
  2740.  
  2741.   ╖  Python
  2742.      <ftp://ftp.python.org:/pub/www.python.org/1.5/python1.5b2.tar.gz>
  2743.  
  2744.   ╖  PyGreSQL  <ftp://ftp.druid.net/pub/distrib/PyGreSQL-2.1.tgz>
  2745.  
  2746.   ╖  Old site
  2747.      <ftp://ftp.via.ecp.fr/pub/python/contrib/Database/PyGres95-1.0b.tar.gz
  2748.      >
  2749.  
  2750.      You should anyway try to find some mirror site closer of your site.
  2751.      Refer to the information sources to find these sites. PyGreSQL
  2752.      should reside in the contrib directories of Python and PostgreSQL
  2753.      sites.
  2754.  
  2755.   17.2.  Information and support
  2756.  
  2757.   If you need information about these packages please check their web
  2758.   sites:
  2759.  
  2760.   ╖  Python :      <http://www.python.org/>
  2761.  
  2762.   ╖  PostgreSQL :
  2763.      <http://epoch.cs.berkeley.edu:8000/postgres95/index.html>
  2764.  
  2765.   ╖  PyGreSQL  <ftp://ftp.druid.net/pub/distrib/PyGreSQL-2.1.tgz>
  2766.  
  2767.   ╖  Old site PyGreSQL :
  2768.      <http://www.via.ecp.fr/via/products/pygres.html>
  2769.  
  2770.   For support :
  2771.  
  2772.  
  2773.   ╖  Mailing list for PyGreSQL. You can join by sending email to
  2774.      majordomo@vex.net with the line "subscribe pygresql name@domain" in
  2775.      the body replacing "name@domain" with your own email address.
  2776.  
  2777.   ╖  Newsgroup for Python :     newsgroup comp.lang.python
  2778.  
  2779.   ╖  PyGreSQL :   contact Andre at andre@via.ecp.fr for bug reports,
  2780.      ideas, remarks
  2781.  
  2782.   18.  Gateway between PostgreSQL and the WWW - WDB-P95
  2783.  
  2784.  
  2785.   18.1.  About wdb-p95
  2786.  
  2787.   WDB-P95 - A Web interface to PostgreSQL Databases was created by J.
  2788.   Douglas Dunlop It is at
  2789.  
  2790.   ╖  New WDB from J Rowe is at
  2791.      <http://www.lava.net/beowulf/programming/wdb>
  2792.  
  2793.   ╖  New versions of WWW-WDB is at  <http://www.eol.ists.ca/~dunlop/wdb-
  2794.      p95/>
  2795.  
  2796.   ╖  For questions or to join Mailing lists contact dunlop@eol.ists.ca
  2797.  
  2798.      This is a modified version of wdb-1.3a2 which provides a gateway to
  2799.      a the WWW for PostgreSQL. This version also requires a Browser that
  2800.      is capable of handling HTML Tables for the tabular output. This is
  2801.      not required by the original wdb and can be fairly easily reverted.
  2802.  
  2803.   You can try out CASI Tape and Image Query. You can have a peek at the
  2804.   Form Definition File (FDF) which is used to create the CASI Tape and
  2805.   Image Query too, which includes a JOIN of 2 tables.
  2806.  
  2807.   This release contains all files necessary to install and run WDB-P95
  2808.   as an interface to your PostgreSQL databases. To port this system to
  2809.   other database should be relatively easy - provided that it supports
  2810.   standard SQL and has a Perl interface.
  2811.  
  2812.   18.2.  Does the PostgreSQL server, pgperl, and httpd have to be on the
  2813.   same host?
  2814.  
  2815.   No - the PostgreSQL server does not have to be on the same host. As
  2816.   WDB-P95 is called by the http daemon, they have to be on the same
  2817.   host. - And as WDB-P95 was written to use Pg.pm - pgperl has to be on
  2818.   the same host too.  Pgperl was written using the libpq library, so it
  2819.   will be able to access any PostgreSQL server anywhere in the net, just
  2820.   like any other PostgreSQL client. As illustrated below
  2821.  
  2822.   (WWW Client (Netscape)) => (HTTP Server (NCSA's http) + WDB-P95 +
  2823.   pgperl + libpq)=> (PostgreSQL server)
  2824.  
  2825.   Curly brackets () represent machines.
  2826.  
  2827.   Each machine can be of a different type : NT, SUN, HP, ... but you
  2828.   need the libpq interface library for the machine type where you plan
  2829.   to use WDB-P95, as you need it to compile pgperl. (The system was
  2830.   designed to use HTML tables so a recent WWW client is best)
  2831.  
  2832.   19.  "C", "C++", ESQL/C language Interfaces and Bitwise Operators for
  2833.   PostgreSQL
  2834.  
  2835.  
  2836.  
  2837.  
  2838.  
  2839.   19.1.  "C" interface
  2840.  
  2841.   It is included in distribution and is called 'libpq'. Similar to
  2842.   Oracle OCI, Sybase DB-lib, Informix CLI libraries.
  2843.  
  2844.  
  2845.   19.2.  "C++" interface
  2846.  
  2847.   It is included in distribution and is called 'libpq++'.
  2848.  
  2849.  
  2850.   19.3.  ESQL/C
  2851.  
  2852.   ESQL/C 'Embedded C Pre-compiler' for PostgreSQL ESQL/C is like Oracle
  2853.   Pro*C, Informix ESQL/C.  The PostgreSQL ESQL/C is an SQL application-
  2854.   programming interface (API) enables the C programmer to create custom
  2855.   applications with database-management capabilities. The PostgreSQL
  2856.   ESQL/C allows you to use a third-generation language with which you
  2857.   are familiar and still take advantage of the Structured Query Language
  2858.   (SQL).
  2859.  
  2860.   ESQL/C consists of the following pieces of software:
  2861.  
  2862.   ╖  The ESQL/C libraries of C functions provide access to the database
  2863.      server.
  2864.  
  2865.   ╖  The ESQL/C header files provide definitions for the data
  2866.      structures, constants, and macros useful to the ESQL/C program.
  2867.  
  2868.   ╖  The ESQL/C preprocessor, is a source-code preprocessor that
  2869.      converts a C file containing SQL statements into an executable
  2870.      file.
  2871.  
  2872.      It is at
  2873.  
  2874.   ╖  ESQL/C for PostgreSQL is already included in the distribution.
  2875.  
  2876.   ╖  Main site  <ftp://ftp.lysator.liu.se/pub/linus>
  2877.  
  2878.   ╖  Email : linus@epact.se
  2879.  
  2880.   19.4.  BitWise Operators for PostgreSQL
  2881.  
  2882.   Bitwise operators was written by Nicolas Moldavsky
  2883.  
  2884.   ╖  nico@overnet.com.ar
  2885.  
  2886.      "C" functions that implement bitwise operators (AND, OR, XOR, bit
  2887.      complement) on pgsql. Get them by anonymous FTP from
  2888.  
  2889.   ╖  <ftp://ftp.overnet.com.ar/pub/utils/linux/bitpgsql.tgz>
  2890.  
  2891.      Makefile for Linux is included.
  2892.  
  2893.   20.  Japanese Kanji Code for PostgreSQL
  2894.  
  2895.   It is at the following site
  2896.  
  2897.   ╖  <ftp://ftp.sra.co.jp/pub/cmd/postgres/>
  2898.  
  2899.   21.  PostgreSQL Port to Windows 95/Windows NT
  2900.  
  2901.   Port to Windows 95/Windows NT is underway.  Porting is being done
  2902.   using gcc, gmake for Win NT/95. To compile source code on win32 gnu-
  2903.   win32 program is used.  GNU gcc is available for win32. Check this
  2904.   site -
  2905.   ╖  <http://www.cygnus.com/misc/gnu-win32>
  2906.  
  2907.      At this site and get the file cdk.exe (self-extractor file for gnu-
  2908.      win32)
  2909.  
  2910.   Porting can also be done using the following "Unix-Emulator on NT"
  2911.   tool from
  2912.  
  2913.   ╖  <http://www.softway.com>
  2914.  
  2915.   22.  Mailing Lists
  2916.  
  2917.  
  2918.   22.1.  Get a Free e-mail account
  2919.  
  2920.   Check out the free deals offered - get free e-mail accounts from
  2921.  
  2922.   ╖  In Yahoo  <http://www.yahoo.com> click on e-mail
  2923.  
  2924.   ╖  In Lycos  <http://www.lycos.com> click on new e-mail accounts
  2925.  
  2926.   ╖  In hotmail  <http://www.hotmail.com> click on new e-mail accounts
  2927.  
  2928.      Subscribe to PostgreSQL mailing list and Yahoo has additional
  2929.      feature of creating a seperate folder for PostgreSQL e-mails, so
  2930.      that your regular e-mail is not cluttered. Select menu Email- >
  2931.      Options- > Filters and pick seperate folder for email.  With this
  2932.      e-mail account you can access mail from anywhere in the world as
  2933.      long as you have access to a web page.
  2934.  
  2935.   If you have any other e-mail, you can use "Mail Filters" to receive
  2936.   automatically the PostgreSQL mails into a seperate folder. This will
  2937.   avoid mail cluttering.
  2938.  
  2939.   22.2.  English Mailing List
  2940.  
  2941.   See the Mailing Lists Item on the main web page at :
  2942.  
  2943.   ╖  <http://www.postgresql.org/>
  2944.  
  2945.   ╖  Email questions to: pgsql-questions@postgresql.org
  2946.  
  2947.   ╖  Developers pgsql-hackers@postgresql.org
  2948.  
  2949.   ╖  Port specific questions pgsql-ports@postgresql.org
  2950.  
  2951.   ╖  Documentation questions pgsql-docs@postgresql.org
  2952.  
  2953.      You will get the answers/replies back by e-mail in less than a
  2954.      day!!
  2955.  
  2956.   You can also subscribe to mailing lists.  See also the section 'Get a
  2957.   Free e-mail account' above.  To subscribe or unsubscribe from the
  2958.   list, send mail to
  2959.  
  2960.   ╖  pgsql-questions-request@postgresql.org
  2961.  
  2962.   ╖  pgsql-hackers-request@postgresql.org
  2963.  
  2964.   ╖  pgsql-ports-request@postgresql.org
  2965.  
  2966.   ╖  pgsql-docs-request@postgresql.org
  2967.  
  2968.      The body of the message should contain the single line
  2969.  
  2970.  
  2971.   subscribe
  2972.  
  2973.   (or)
  2974.  
  2975.   unsubscribe
  2976.  
  2977.   22.3.  Archive of Mailing List
  2978.  
  2979.   Also mailing lists are archived in html format at the following
  2980.   location -
  2981.  
  2982.   ╖  Date-wise listing available via MHonarc via the WWW at
  2983.      <http://www.postgresql.org/mhonarc/pgsql-questions>
  2984.  
  2985.   ╖  <ftp://ftp.postgresql.org> directory is /pub/majordomo
  2986.  
  2987.   22.4.  Spanish Mailing List
  2988.  
  2989.   Now there is an "unofficial" list of postgreSQL in Spanish.  See also
  2990.   the section 'Free Account to Organise your PostgreSQL e-mails' above.
  2991.   To subscribe the user has to send a message to:
  2992.  
  2993.   ╖  majordomo@tlali.iztacala.unam.mx
  2994.  
  2995.      The body of the message should contain the single line:
  2996.  
  2997.   inscripcion pgsql-ayuda
  2998.  
  2999.   23.  Documentation and Reference Books
  3000.  
  3001.  
  3002.   23.1.  User Guides and Manuals
  3003.  
  3004.   The following are included in the PostgreSQL distribution in the
  3005.   postscript, HTML formats and unix man-pages.  If you have access to
  3006.   internet, you can find the documents listed below at
  3007.   <http://www.postgresql.org/docs>
  3008.  
  3009.  
  3010.   ╖  "Installation Guide"
  3011.  
  3012.   ╖  "User Guide" for PostgreSQL
  3013.  
  3014.   ╖  "Implementation Guide" detailing database internals of PostgreSQL.
  3015.  
  3016.   ╖  Online manuals.
  3017.  
  3018.   ╖  Online manuals in HTML formats.
  3019.  
  3020.   ╖  Also manuals in Postscript format for printing hard copies.
  3021.  
  3022.   23.2.  Online Documentation
  3023.  
  3024.  
  3025.   ╖  Listing and description of default data types and operators
  3026.  
  3027.  
  3028.        Is a a part of PSQL command in the release 6.4.
  3029.  
  3030.  
  3031.  
  3032.  
  3033.   ╖  Listing of supported SQL keywords
  3034.  
  3035.  
  3036.  
  3037.   There is a script in the /tools directory to do that
  3038.  
  3039.  
  3040.  
  3041.  
  3042.   ╖  Listings of supported statements -
  3043.  
  3044.  
  3045.        Use the command psql \h
  3046.  
  3047.  
  3048.  
  3049.  
  3050.   ╖  Basic relational database concepts under PostgreSQL
  3051.      (implementation) and several online examples (queries) -
  3052.  
  3053.  
  3054.        Look at the regression tests at src/test. There you can find the directories
  3055.        regress/sql and suite/*.sql.
  3056.  
  3057.  
  3058.  
  3059.  
  3060.   ╖  Tutorial for PostgreSQL.
  3061.  
  3062.  
  3063.        SQL tutorial scripts is in the directory src/tutorial
  3064.  
  3065.  
  3066.  
  3067.  
  3068.   See also "SQL Tutorial for beginners" in Appendix B of this document
  3069.   ``''
  3070.  
  3071.   23.3.  Useful Reference Textbooks
  3072.  
  3073.  
  3074.   ╖  "Understanding the New SQL: A Complete Guide" - by Jim Melton and
  3075.      Alan R.Simon
  3076.  
  3077.  
  3078.        Morgan Kaufman Publisher is one of best SQL books. This deals with SQL92.
  3079.  
  3080.  
  3081.  
  3082.  
  3083.   ╖  "A Guide to THE SQL STANDARD" - by C.J.Date
  3084.  
  3085.  
  3086.        Addison-Wesley Publishing company is also a good book. Very popular book for SQL.
  3087.  
  3088.  
  3089.  
  3090.  
  3091.   ╖  SQL - The Standard Handbook,  November 1992
  3092.  
  3093.  
  3094.        Stephen Cannan and Gerard Otten
  3095.        McGraw-Hill Book Company Europe , Berkshire, SL6 2QL, England
  3096.  
  3097.  
  3098.  
  3099.  
  3100.   ╖  SQL Instant Reference, 1993
  3101.  
  3102.  
  3103.   Martin Gruber, Technical Editor: Joe Celko
  3104.   SYBEX Inc.  2021 Challenger Drive Alameda, CA 94501
  3105.  
  3106.  
  3107.  
  3108.  
  3109.   ╖  C.J.Date, "An introduction to Database Systems" (6th Edition),
  3110.      Addison-Wesley, 1995, ISBN 0-201-82458-2
  3111.  
  3112.  
  3113.        This book is the Bible of Database Management Systems.
  3114.        The book details normalization, SQL, recovery, concurrency, security,
  3115.        integrity, and extensions to the original relational model, current issues
  3116.        like client/server systems and the Object Oriented model(s). Many
  3117.        references are included for further reading. Recommended for most users.
  3118.  
  3119.  
  3120.  
  3121.  
  3122.   ╖  Stefan Stanczyk, "Theory and Practice of Relational Databases", UCL
  3123.      Press Ltd, 1990, ISBN 1-857-28232-9
  3124.  
  3125.  
  3126.        Book details theory of relational databases, relational algebra, calculus
  3127.        and normalisation. But it does not cover real world issues and examples
  3128.        beyond simple examples. Recommended for most users.
  3129.  
  3130.  
  3131.  
  3132.  
  3133.   ╖  "The Practical SQL Handbook" Third Edition, Addison Wesley
  3134.      Developers Press ISBN 0-201-44787-8
  3135.  
  3136.  
  3137.        Recommended for most users.
  3138.  
  3139.  
  3140.  
  3141.  
  3142.   ╖  Michael Stonebraker, "Readings in Database Systems", Morgan
  3143.      Kaufmann, 1988, ISBN 0-934613-65-6
  3144.  
  3145.  
  3146.        This book is a collection of papers that have been published over the
  3147.        years on databases. It's not for the casual user but it is really a
  3148.        reference for advanced (post-graduate) students or database system
  3149.        developers.
  3150.  
  3151.  
  3152.  
  3153.  
  3154.   ╖  C.J.Date, "Relational Database - Selected Readings", Addison-
  3155.      Wesley, 1986, ISBN 0-201-14196-5
  3156.  
  3157.  
  3158.        This book is a collection of papers that have been published over the
  3159.        years on databases. It's not for the casual user but it is really a
  3160.        reference for advanced (post-graduate) students or database system
  3161.        developers.
  3162.  
  3163.  
  3164.  
  3165.  
  3166.   ╖  Nick Ryan and Dan Smith, "Database Systems Engineering",
  3167.      International Thomson Computer Press, 1995, ISBN 1-85032-115-9
  3168.  
  3169.   This book goes into the details of access methods, storage techniques.
  3170.  
  3171.  
  3172.  
  3173.  
  3174.   ╖  Bipin C. Desai, "An introduction to Database Systems", West
  3175.      Publishing Co., 1990, ISBN 0-314-66771-7
  3176.  
  3177.  
  3178.        It's not for the casual user but it is for advanced (post-graduate)
  3179.        students or database system developers.
  3180.  
  3181.  
  3182.  
  3183.  
  3184.   ╖  Joe Celko "INSTANT SQL Programming"
  3185.  
  3186.  
  3187.        Wrox Press Ltd.
  3188.        Unit 16, 20 James Road, Tyseley
  3189.        Birmingham, B11 2BA, England
  3190.        1995
  3191.  
  3192.  
  3193.  
  3194.  
  3195.   ╖  Michael Gorman "Database Management Systems: Understanding and
  3196.      Applying Database"
  3197.  
  3198.  
  3199.        Technology
  3200.        QED and John Wiley
  3201.        1991
  3202.  
  3203.  
  3204.  
  3205.  
  3206.   ╖  Michael Gorman "Enterprise Database for a Client/Server
  3207.      Environment" QED and John Wiley
  3208.  
  3209.  
  3210.        Presents the requirements of building client/server database
  3211.        applications via repository metamodels and the use of ANSI standard SQL
  3212.        1993
  3213.  
  3214.  
  3215.  
  3216.  
  3217.   Hundreds of other titles on SQL are available! Check out a bookstore.
  3218.  
  3219.   23.4.  ANSI/ISO SQL Specifications documents  - SQL 1992, SQL 1998
  3220.  
  3221.   ANSI/ISO SQL specifications documents can be found at these sites
  3222.   listed below -
  3223.  
  3224.   ╖  <http://www.naiua.org/std-orgs.html>
  3225.  
  3226.   ╖  <http://www.ansi.org/docs> and click on file cat_c.html and search
  3227.      with "Database SQL"
  3228.  
  3229.   ╖  SQL92 standard  <http://www.jcc.com> and click on file
  3230.      sql_stnd.html
  3231.  
  3232.   ╖  ANSI/ISO SQL specifications
  3233.      <http://www.contrib.andrew.cmu.edu/~shadow/sql.html> You will find
  3234.      SQL Reference here.
  3235.   23.5.  Syntax of ANSI/ISO SQL 1992
  3236.  
  3237.   See Appendix A of this document ``''
  3238.  
  3239.   23.6.  Syntax of ANSI/ISO SQL 1998
  3240.  
  3241.   The SQL 1998 (SQL 3) specification is still under development.  See
  3242.   'Electronic Access to the SQL3 Working Draft' of this document at ``''
  3243.  
  3244.   23.7.  SQL Tutorial for beginners
  3245.  
  3246.   See Appendix B of this document ``''
  3247.  
  3248.   23.8.  Temporal Extension to SQL92
  3249.  
  3250.  
  3251.   ╖  Document for Temporal Extension to SQL-92
  3252.      <ftp://FTP.cs.arizona.edu/tsql/tsql2/>
  3253.  
  3254.   ╖  Temporal SQL-3 specification
  3255.      <ftp://FTP.cs.arizona.edu/tsql/tsql2/sql3/>
  3256.  
  3257.   This directory contains the language specification for a temporal
  3258.   extension to the SQL-92 language standard. This new language is
  3259.   designated TSQL2.
  3260.  
  3261.   The language specification present here is the final version of the
  3262.   language.
  3263.  
  3264.   Correspondence may be directed to the chair of the TSQL2 Language
  3265.   Design Committee, Richard T.Snodgrass, Department of Computer Science,
  3266.   University of Arizona, Tucson, AZ 85721,
  3267.  
  3268.   ╖  rts@cs.arizona.edu
  3269.  
  3270.      The affiliations and e-mail addresses of the TSQL2 Language Design
  3271.      Committee members may be found in a separate section at the end of
  3272.      the language specification.
  3273.  
  3274.   The contents of this directory are as follows.
  3275.  
  3276.   spec.dvi,.ps    TSQL2 Language Specification, published in September,
  3277.   1994
  3278.  
  3279.   bookspec.ps     TSQL2 Language Specification, as it appears in the
  3280.   TSQL2 book, published in September, 1995 (see below).
  3281.  
  3282.   sql3            change proposals submitted to the ANSI and ISO SQL3
  3283.   committees.
  3284.  
  3285.   Associated with the language specification is a collection of
  3286.   commentaries which discuss design decisions, provide examples, and
  3287.   consider how the language may be implemented. These commentaries were
  3288.   originally proposals to the TSQL2 Language Design Committee. They now
  3289.   serve a different purpose: to provide examples of the constructs,
  3290.   motivate the many decisions made during the language design, and
  3291.   compare TSQL2 with the many other language proposals that have been
  3292.   made over the last fifteen years. It should be emphasized that these
  3293.   commentaries are not part of the TSQL2 language specification per se,
  3294.   but rather supplement and elaborate upon it. The language
  3295.   specification proper is the final word on TSQL2.
  3296.  
  3297.   The commentaries, along with the language specification, several
  3298.   indexes, and other supporting material, has been published as a book:
  3299.  
  3300.  
  3301.   Snodgrass, R.T., editor, The TSQL2 Temporal Query Language, Kluwer
  3302.   Academic Publishers, 1995, 674+xxiv pages.
  3303.  
  3304.   The evaluation commentary appears in the book in an abbreviated form;
  3305.   the full commentary is provided in this directory as file eval.ps
  3306.  
  3307.   The file tl2tsql2.pl is a prolog program that tranlates allowed
  3308.   temporal logic to TSQL2. This program was written by Michael Boehlen
  3309.  
  3310.   ╖  boehlen@iesd.auc.dk
  3311.  
  3312.      He may be contacted for a paper that describes this translation.
  3313.      This is a rather dated version of that program. Newer versions are
  3314.      available at
  3315.  
  3316.   ╖  <http://www.cs.auc.dk/general/DBS/tdb/TimeCenter/Software>
  3317.  
  3318.      (the TimeDB and Tiger systems).
  3319.  
  3320.   23.9.  Part 0 - Acquiring ISO/ANSI SQL Documents
  3321.  
  3322.   This document shows you how to (legally) acquire a copy of the SQL-92
  3323.   standard and how to acquire a copy of the "current" SQL3 Working
  3324.   Draft.
  3325.  
  3326.   The standard is copyrighted ANSI standard by ANSI, the ISO standard by
  3327.   ISO.
  3328.  
  3329.   There are two (2) current SQL standards, an ANSI publication and an
  3330.   ISO publication. The two standards are word-for-word identical except
  3331.   for such trivial matters as the title of the document, page headers,
  3332.   the phrase "International Standard" vs "American Standard", and so
  3333.   forth.
  3334.  
  3335.   Buying the SQL-92 Standard
  3336.  
  3337.   The ISO standard, ISO/IEC 9075:1992, Information Technology - Database
  3338.   Languages - SQL, is currently (March, 1993) available and in stock
  3339.   from ANSI at:
  3340.  
  3341.  
  3342.             American National Standards Institute
  3343.             1430 Broadway
  3344.             New York, NY 10018 (USA)
  3345.             Phone (sales): +1.212.642.4900
  3346.  
  3347.  
  3348.  
  3349.  
  3350.   at a cost of US$230.00. The ANSI version, ANSI X3.135-1992, American
  3351.   National Standard for Information Systems - Database Language SQL, was
  3352.   not available from stock at this writing, but was expected to be
  3353.   available by some time between late March and early May, 1993). It is
  3354.   expected to be be priced at US$225.00.
  3355.  
  3356.   If you purchase either document from ANSI, it will have a handling
  3357.   charge of 7% added to it (that is, about US$9.10). Overseas shipping
  3358.   charges will undoubtedly add still more cost. ANSI requires a hardcopy
  3359.   of a company purchase order to accompany all orders; alternately, you
  3360.   can send a check drawn on a US bank in US dollars, which they will
  3361.   cash and clear before shipping your order. (An exception exists: If
  3362.   your organization is a corporate member of ANSI, then ANSI will ship
  3363.   the documents and simply bill your company.)
  3364.  
  3365.   The ISO standard is also available outside the United States from
  3366.   local national bodies (country standardization bodies) that are
  3367.   members of either ISO (International Organization for Standardization)
  3368.   or IEC (International Electrotechnical Commission). Copies of the list
  3369.   of national bodies and their addresses are available from ANSI or from
  3370.   other national bodies. They are also available from ISO:
  3371.  
  3372.  
  3373.             International Organization for Standardization
  3374.             Central Secretariat
  3375.             1, rue de Varembi
  3376.             CH-1211 Genhve 20
  3377.             Switzerland
  3378.  
  3379.  
  3380.  
  3381.  
  3382.   If you prefer to order the standard in a more convenient and quick
  3383.   fashion, you'll have to pay for the privilege. You can order ISO/IEC
  3384.   9075:1992, Information Technology - Database Languages - SQL, from:
  3385.  
  3386.  
  3387.             Global Engineering Documents
  3388.             2805 McGaw Ave
  3389.             Irvine, CA 92714 (USA)
  3390.             USA
  3391.             Phone (works from anywhere): +1.714.261.1455
  3392.             Phone (only in the USA): (800)854-7179
  3393.  
  3394.  
  3395.  
  3396.  
  3397.   for a cost of US$308.00. I do not know if that includes shipping or
  3398.   not, but I would guess that international shipping (at least) would
  3399.   cost extra. They will be able to ship you a document fairly quickly
  3400.   and will even accept "major credit cards". Global does not yet have
  3401.   the ANSI version nor do they have a price or an expected date (though
  3402.   I would expect it within a few weeks following the publication by ANSI
  3403.   and at a price near US$300.00).
  3404.  
  3405.   Buying a copy of the SQL3 Working Draft
  3406.  
  3407.   You can purchase a hardcopy of the SQL3 working draft from the ANSI X3
  3408.   Secretariat, CBEMA (Computer and Business Equipment Manufacturers
  3409.   Association). They intend to keep the "most recent" versions of the
  3410.   SQL3 working draft available and sell them for about US$60.00 to
  3411.   US$65.00.  You can contact CBEMA at:
  3412.  
  3413.  
  3414.             CBEMA, X3 Secretariat
  3415.             Attn: Lynn Barra
  3416.             1250 Eye St.
  3417.             Suite 200
  3418.             Washington, DC 20005 (USA)
  3419.  
  3420.  
  3421.  
  3422.  
  3423.   Lynn Barra can also be reached by telephone at +1.202.626.5738 to
  3424.   request a copy, though mail is probably more courteous.
  3425.  
  3426.   Electronic Access to the SQL3 Working Draft
  3427.  
  3428.   The most recent version (as of the date of this writing) of the SQL3
  3429.   (both ANSI and ISO) working draft (and all of its Parts) is available
  3430.   by "anonymous ftp" or by "ftpmail" on:
  3431.  
  3432.  
  3433.        gatekeeper.dec.com
  3434.  
  3435.     at
  3436.  
  3437.        /pub/standards/sql/
  3438.  
  3439.  
  3440.  
  3441.  
  3442.   In this directory are a number of files.  There are PostScript. files
  3443.   and "plain text" (not prettily formatted, but readable on a screen
  3444.   without special software).
  3445.  
  3446.   In general, you can find files with names like:
  3447.  
  3448.  
  3449.             sql-bindings-mar94.ps
  3450.             sql-bindings-mar94.txt
  3451.             sql-cli-mar94.ps
  3452.             sql-cli-mar94.txt
  3453.             sql-foundation-mar94.ps
  3454.             sql-foundation-mar94.txt
  3455.             sql-framework-mar94.ps
  3456.             sql-framework-mar94.txt
  3457.             sql-psm-mar94.ps
  3458.             sql-psm-mar94.txt
  3459.  
  3460.  
  3461.  
  3462.  
  3463.   As new versions of the documents are produced, the "mar94" will change
  3464.   to indicate the new date of publication (e.g., "aug94" is the expected
  3465.   date of the next publication after "mar94").
  3466.  
  3467.   In addition, for those readers unable to get a directory listing by
  3468.   FTP, we have placed a file with the name:
  3469.  
  3470.  
  3471.             ls
  3472.  
  3473.  
  3474.  
  3475.  
  3476.   into the same directory.  This file (surprise!) contains a directory
  3477.   listing of the directory.
  3478.  
  3479.   Retrieving Files Directly Using ftp
  3480.  
  3481.   This is a sample of how to use FTP. Specifically, it shows how to
  3482.   connect to gatekeeper.dec.com, get to the directory where the base
  3483.   document is kept, and transfer the document to your host. Note that
  3484.   your host must have Internet access to do this. The login is 'ftp' and
  3485.   the password is your email address (this is sometimes referred to as
  3486.   bits are stripped from the file(s) received. 'get' gets one file at a
  3487.   time. Comments in the script below are inside angle brackets < like so
  3488.   > .
  3489.  
  3490.  
  3491.  
  3492.  
  3493.  
  3494.  
  3495.  
  3496.  
  3497.  
  3498.  
  3499.     % ftp gatekeeper.dec.com
  3500.     Connected to gatekeeper.dec.com.
  3501.     220- *** /etc/motd.ftp ***
  3502.          Gatekeeper.DEC.COM is an unsupported service of DEC Corporate Research.
  3503.          <...this goes on for a while...>
  3504.     220 gatekeeper.dec.com FTP server (Version 5.83 Sat ... 1992) ready.
  3505.     Name (gatekeeper.dec.com:<yourlogin here>): ftp  <anonymous also works>
  3506.     331 Guest login ok, send ident as password.
  3507.     Password: <enter your email address here >
  3508.     230 Guest login ok, access restrictions apply.
  3509.     Remote system type is UNIX.  <or whatever>
  3510.     Using binary mode to transfer files.
  3511.     ftp> cd pub/standards/sql
  3512.     250 CWD command successful.
  3513.     ftp> dir
  3514.     200 PORT command successful.
  3515.     150 Opening ASCII mode data connection for /bin/ls.
  3516.     total 9529
  3517.     -r--r--r--  1 root     system     357782 Feb 25 10:18 x3h2-93-081.ps
  3518.     -r--r--r--  1 root     system     158782 Feb 25 10:19 x3h2-93-081.txt
  3519.     -r--r--r--  1 root     system     195202 Feb 25 10:20 x3h2-93-082.ps
  3520.     -r--r--r--  1 root     system      90900 Feb 25 10:20 x3h2-93-082.txt
  3521.     -r--r--r--  1 root     system    5856284 Feb 25 09:55 x3h2-93-091.ps
  3522.     -r--r--r--  1 root     system    3043687 Feb 25 09:57 x3h2-93-091.txt
  3523.     226 Transfer complete.
  3524.     ftp> type binary
  3525.     200 Type set to I.
  3526.     ftp> get x3h2-93-082.txt
  3527.     200 PORT command successful.
  3528.     150 Opening BINARY mode data connection for x3h2-93-082.txt (90900 bytes).
  3529.     226 Transfer complete.
  3530.     90900 bytes received in 0.53 seconds (166.11 Kbytes/s)
  3531.     ftp> quit
  3532.     % <the file is now in your directory as x3h2-93-082.txt>
  3533.  
  3534.  
  3535.  
  3536.  
  3537.   Retrieving Files Without Direct ftp Support
  3538.  
  3539.   Digital Equipment Corporation, like several other companies, provides
  3540.   ftp email service. The response can take several days, but it does
  3541.   provide a service equivalent to ftp for those without direct Internet
  3542.   ftp access. The address of the server is:
  3543.  
  3544.   ftpmail@decwrl.dec.com
  3545.  
  3546.   The following script will retrieve the PostScript for the latest
  3547.   version of the SQL3 document:
  3548.  
  3549.  
  3550.             reply joe.programmer@imaginary-corp.com
  3551.             connect gatekeeper.dec.com anonymous
  3552.             binary
  3553.             compress
  3554.  
  3555.  
  3556.  
  3557.  
  3558.   The following script will retrieve the PostScript for the latest ver¡
  3559.   sion of the SQL3 document:
  3560.  
  3561.  
  3562.  
  3563.  
  3564.  
  3565.        reply joe.programmer@imaginary-corp.com
  3566.        connect gatekeeper.dec.com anonymous
  3567.        binary
  3568.        compress
  3569.        uuencode
  3570.        chdir /pub/standards/sql
  3571.        get x3h2-93-091.ps
  3572.        quit
  3573.  
  3574.  
  3575.  
  3576.  
  3577.   The first line in the script commands the server to return the
  3578.   requested files to you; you should replace "joe.programmer@imaginary-
  3579.   corp.com" with your Internet address. The file in this example,
  3580.   x3h2-93-091.ps, is returned in "compress"ed "uuencode"d format as 34
  3581.   separate email messages. If your environment does not provide tools
  3582.   for reconstructing such files, then you could retrieve the file as
  3583.   plain text with the following script:
  3584.  
  3585.  
  3586.             reply joe.programmer@imaginary-corp.com
  3587.             connect gatekeeper.dec.com anonymous
  3588.             chdir /pub/standards/sql
  3589.             get x3h2-93-091.ps
  3590.             quit
  3591.  
  3592.  
  3593.  
  3594.  
  3595.   But be warned, the .ps file will probably be sent to you in more than
  3596.   70 parts!
  3597.  
  3598.   To retrieve any particular file, other than x3h2-93-091.ps, simply
  3599.   replace "x3h2-93-091.ps" with the name of the desired file. To get a
  3600.   directory listing of all files available, replace "get x3h2-93-091.ps"
  3601.   with "dir".
  3602.  
  3603.   23.10.  Part 1 - ISO/ANSI SQL Current Status
  3604.  
  3605.   This chapter is a source of information about the SQL standards
  3606.   process and its current state.
  3607.  
  3608.   Current Status:
  3609.  
  3610.   Development is currently underway to enhance SQL into a
  3611.   computationally complete language for the definition and management of
  3612.   persistent, complex objects. This includes: generalization and
  3613.   specialization hierarchies, multiple inheritance, user defined data
  3614.   types, triggers and assertions, support for knowledge based systems,
  3615.   recursive query expressions, and additional data administration tools.
  3616.   It also includes the specification of abstract data types (ADTs),
  3617.   object identifiers, methods, inheritance, polymorphism, encapsulation,
  3618.   and all of the other facilities normally associated with object data
  3619.   management.
  3620.  
  3621.   In the fall of 1996, several parts of SQL3 went through a ISO CD
  3622.   ballot.  Those parts were SQL/Framework, SQL/Foundation, and
  3623.   SQL/Bindings. Those ballots failed (as expected) with 900 or so
  3624.   comments. In Late January, there was an ISO DBL editing meeting that
  3625.   processed a large number of problem solutions that were either
  3626.   included with ballot comments or submitted as separate papers. Since
  3627.   the DBL editing meeting was unable to process all of the comments, the
  3628.   editing meeting has been extended. The completion of the editing
  3629.   meeting is scheduled for the end of July, 1997, in London.
  3630.  
  3631.   Following the July editing meeting, the expectation is that a Final CD
  3632.   ballot will be requested for these parts of SQL. The Final CD process
  3633.   will take about 6 months and a DBL editing meeting, after which there
  3634.   will be a DIS ballot and a fairly quick IS ballot.
  3635.  
  3636.   The ISO procedures have changed since SQL/92, so the SQL committees
  3637.   are still working through the exact details of the process.
  3638.  
  3639.   If everything goes well, these parts of SQL3 will become an official
  3640.   ISO/IEC standard in late 1998, but the schedule is very tight.
  3641.  
  3642.   In 1993, the ANSI and ISO development committees decided to split
  3643.   future SQL development into a multi-part standard. The Parts are:
  3644.  
  3645.  
  3646.   ╖  Part 1: Framework A non-technical description of how the document
  3647.      is structured.
  3648.  
  3649.   ╖  Part 2: Foundation The core specification, including all of the new
  3650.      ADT features.
  3651.  
  3652.   ╖  Part 3: SQL/CLI The Call Level Interface.
  3653.  
  3654.   ╖  Part 4: SQL/PSM The stored procedures specification, including
  3655.      computational completeness.
  3656.  
  3657.   ╖  Part 5: SQL/Bindings The Dynamic SQL and Embedded SQL bindings
  3658.      taken from SQL-92.
  3659.  
  3660.   ╖  Part 6: SQL/XA An SQL specialization of the popular XA Interface
  3661.      developed by X/Open
  3662.  
  3663.   ╖  Part 7:SQL/TemporalAdds time related capabilities to the SQL
  3664.      standards.
  3665.  
  3666.   In the USA, the entirety of SQL3 is being processed as both an ANSI
  3667.   Domestic ("D") project and as an ISO project. The expected time frame
  3668.   for completion of SQL3 is currently 1999.
  3669.  
  3670.   The SQL/CLI and SQL/PSM are being processed as fast as possible as
  3671.   addendums to SQL-92. In the USA, these are being processed only as
  3672.   International ("I") projects. SQL/CLI was completed in 1995. SQL/PSM
  3673.   should be completed sometime in late 1996.
  3674.  
  3675.   In addition to the SQL3 work, a number of additional projects are
  3676.   being persued:
  3677.  
  3678.  
  3679.   ╖  SQL/MM An ongoing effort to define standard multi-media packages
  3680.      using the SQL3 ADT capabilities.
  3681.  
  3682.   ╖  Remote Data Access (RDA)
  3683.  
  3684.   Standards Committee and Process
  3685.  
  3686.   There are actually a number of SQL standards committees around the
  3687.   world.  There is an international SQL standards group as a part of
  3688.   ISO. A number of countries have committees that focus on SQL. These
  3689.   countries (usually) send representatives to ISO/IEC JTC1/SC 21/WG3 DBL
  3690.   meetings. The countries that actively participate in the ISO SQL
  3691.   standards process are:
  3692.  
  3693.  
  3694.   ╖  Australia
  3695.  
  3696.  
  3697.   ╖  Brazil
  3698.  
  3699.   ╖  Canada
  3700.  
  3701.   ╖  France
  3702.  
  3703.   ╖  Germany
  3704.  
  3705.   ╖  Japan
  3706.  
  3707.   ╖  Korea
  3708.  
  3709.   ╖  The Netherlands
  3710.  
  3711.   ╖  United Kingdom
  3712.  
  3713.   ╖  United States
  3714.  
  3715.   NIST Validation
  3716.  
  3717.   SQL implementations are validated (in the Unites States) by the
  3718.   National Institute of Standards and Testing (NIST). NIST currently has
  3719.   a validation test suite for entry level SQL-92. The exact details of
  3720.   the NIST validation requirements are defined as a Federal Information
  3721.   Processing Standard (FIPS). The current requirements for SQL are
  3722.   defined in FIPS 127-2. The Postscript and Text versions of this
  3723.   document can be retrieved from NIST.  The current SQL Validated
  3724.   Products List can also be retrieved from NIST.
  3725.  
  3726.   Standard SQL Publications and Articles
  3727.  
  3728.   There are two versions of the SQL standard. Both are available from
  3729.   ANSI:
  3730.  
  3731.  
  3732.   ╖  ISO/IEC 9075:1992, "Information Technology --- Database Languages
  3733.      --- SQL"
  3734.  
  3735.   ╖  ANSI X3.135-1992, "Database Language SQL"
  3736.  
  3737.   The two versions of the SQL standard are identical except for the
  3738.   front matter and references to other standards. Both versions are
  3739.   available from:
  3740.  
  3741.  
  3742.             American National Standards Institute
  3743.             1430 Broadway
  3744.             New York, NY 10018
  3745.             USA
  3746.             Phone (sales): +1.212.642.4900
  3747.  
  3748.  
  3749.  
  3750.  
  3751.   In additon to the SQL-92 standard, there is now a Technical Corrigen¡
  3752.   dum (bug fixes):
  3753.  
  3754.  
  3755.           * Technical Corrigendum 1:1994 to ISO/IEC 9075:1992
  3756.  
  3757.  
  3758.  
  3759.  
  3760.   TC 1 should also be available from ANSI. There is only an ISO version
  3761.   of TC 1 -- it applies both to the ISO and ANSI versions of SQL-92.
  3762.  
  3763.   In addition to the standards, several books have been written about
  3764.   the 1992 SQL standard. These books provide a much more readable
  3765.   description of the standard than the actual standard.
  3766.  
  3767.   Related Standards
  3768.  
  3769.   A number of other standards are of interest to the SQL community. This
  3770.   section contains pointers to information on those efforts. These
  3771.   pointers will be augmented as additional information becomes available
  3772.   on the web.
  3773.  
  3774.  
  3775.   ╖  SQL Environments (FIPS 193)
  3776.  
  3777.   ╖  Next Generation Repository Systems (X3H4) - a News Release calling
  3778.      for particpation in "Developing Standards for the Next Generation
  3779.      Repository Systems."
  3780.  
  3781.   23.11.  Part 2 - ISO/ANSI SQL Foundation
  3782.  
  3783.   A significant portion of the SQL3 effort is in the SQL Foundation
  3784.   document:
  3785.  
  3786.  
  3787.   ╖  Base SQL/PSM capabilities (moved form SQL/PSM-92)
  3788.  
  3789.   ╖  New data types
  3790.  
  3791.   ╖  Triggers
  3792.  
  3793.   ╖  Subtables
  3794.  
  3795.   ╖  Abstract Data Types (ADT)
  3796.  
  3797.   ╖  Object Oriented Capabilities
  3798.  
  3799.   There are several prerequisites to the object oriented capabilities:
  3800.  
  3801.  
  3802.   ╖  Capability of defining complex operations
  3803.  
  3804.   ╖  Store complex operations in the database
  3805.  
  3806.   ╖  External procedure calls ¡ Some operations may not be in SQL, or
  3807.      may require external interactions
  3808.  
  3809.   These capabilities are defined as a part of SQL/PSM
  3810.  
  3811.   A great deal of work is currently being done to refine the SQL-3
  3812.   object model and align it with the object model proposed by ODMG. This
  3813.   effort is described in the X3H2 and ISO DBL paper: Accomodating SQL3
  3814.   and ODMG. A recent update on the SQL3/OQL Merger is also available.
  3815.  
  3816.   SQL3 Timing
  3817.  
  3818.   Work on SQL3 is well underway, but the final standards is several
  3819.   years away.
  3820.  
  3821.  
  3822.   ╖  International ballot to progress SQL3 Foundation from Working Draft
  3823.      to Committee Draft (CD) taking place fall, 1996.
  3824.  
  3825.   ╖  Ballot is expected to generate numerous comments
  3826.  
  3827.   ╖  A second CD ballot is likely to be required
  3828.  
  3829.   ╖  Draft International Standard ballot is likely to be take place in
  3830.      mid 1998
  3831.  
  3832.   ╖  International Standard could be completed by mid 1999.
  3833.  
  3834.   The ANSI version of the standard will be on a similar schedule.
  3835.  
  3836.   23.12.  Part 3 - ISO/ANSI SQL Call Level Interface
  3837.  
  3838.   The SQL/CLI is a programing call level interface to SQL databases. It
  3839.   is designed to support database access from shrink-wrapped
  3840.   applications. The CLI was originally created by a subcommittee of the
  3841.   SQL Access Group (SAG).  The SAG/CLI specification was published as
  3842.   the Microsoft Open DataBase Connectivity (ODBC) specification in 1992.
  3843.   In 1993, SAG submitted the CLI to the ANSI and ISO SQL committees.
  3844.   (The SQL Access Group has now merged with X/Open consortium.)
  3845.  
  3846.   SQL/CLI provides an international standard for:
  3847.  
  3848.  
  3849.   ╖  Implementation-independent CLI to access SQL databases
  3850.  
  3851.   ╖  Client-server tools can easily access database through dynamic Link
  3852.      Libraries
  3853.  
  3854.   ╖  Supports and encourages rich set of Client-server tools
  3855.  
  3856.   SQL/CLI Timing
  3857.  
  3858.   For the standards process, SQL/CLI is being processed with blinding
  3859.   speed.
  3860.  
  3861.  
  3862.   ╖  SQL/CLI is an addendum to 1992 SQL standard (SQL-92)
  3863.  
  3864.   ╖  Completed as an ISO standard in 1995
  3865.  
  3866.   ╖  ISO/IEC 9075-3:1995 Information technology -- Database languages --
  3867.      SQL -- Part 3: Call-Level Interface (SQL/CLI)
  3868.  
  3869.   ╖  Current SQL/CLI effort is adding support for SQL3 features
  3870.  
  3871.   23.13.  Part 4 - ISO/ANSI SQL Persistent Stored Modules
  3872.  
  3873.   SQL/PSM expands SQL by adding:
  3874.  
  3875.  
  3876.   ╖  Procedural language extensions
  3877.  
  3878.   ╖  Multi-statement and Stored Procedures
  3879.  
  3880.   ╖  External function and procedure calls
  3881.  
  3882.   In addition to being a valuable application development tool, SQL/PSM
  3883.   provides the foundation support for the object oriented capabilities
  3884.   in SQL3.
  3885.  
  3886.   Multi-statement and Stored Procedures
  3887.  
  3888.   Multi-statement and stored procedures offer a variety of advantages in
  3889.   a client/server environment:
  3890.  
  3891.  
  3892.   ╖  Performance - Since a stored procedure can perform multiple SQL
  3893.      statements, network interaction with the client are reduced.
  3894.  
  3895.   ╖  Security - A user can be given the right to call a stored procedure
  3896.      that updates a table or set of tables but denied the right to
  3897.      update the tables directly
  3898.  
  3899.   ╖  Shared code - The code in a stored procedure does not have to be
  3900.      rewritten and retested for each client tool that accesses the
  3901.      database.
  3902.  
  3903.   ╖  Control - Provides a single point of definition and control for
  3904.      application logic.
  3905.  
  3906.   Procedural Language Extensions
  3907.  
  3908.   Procedural language add the power of a traditional programming
  3909.   language to SQL through flow control statements and a variety of other
  3910.   programming constructs.
  3911.  
  3912.   Flow Control Statements
  3913.  
  3914.  
  3915.   ╖  If-then-else
  3916.  
  3917.   ╖  Looping constructs
  3918.  
  3919.   ╖  Exception handling
  3920.  
  3921.   ╖  Case statement
  3922.  
  3923.   ╖  Begin-End blocks
  3924.  
  3925.   The procedural language extensions include other programming language
  3926.   constructs:
  3927.  
  3928.  
  3929.   ╖  Variable declarations
  3930.  
  3931.   ╖  Set statements for value assignment
  3932.  
  3933.   ╖  Get diagnostics for process and status information
  3934.  
  3935.   In addition, all of the traditional SQL statements can be included in
  3936.   multi-statement procedures.
  3937.  
  3938.   External Procedure and Function Calls
  3939.  
  3940.   One feature frequently mentioned in the wish lists for many database
  3941.   products, and implemented in some, is a capability augmenting the
  3942.   built-in features with calls to user-written procedures external to
  3943.   the database software.
  3944.  
  3945.  
  3946.   ╖  Allows a particular site or application to add their own database
  3947.      functions
  3948.  
  3949.   ╖  Can be used throughout the database applications
  3950.  
  3951.   The benefit of this capability is that it gives the database (and
  3952.   therefore database applications) access to a rich set of procedures
  3953.   and functions too numerous to be defined by a standards committee.
  3954.  
  3955.   SQL/PSM Timing
  3956.  
  3957.   SQL/PSM is proceeding quickly:
  3958.  
  3959.  
  3960.  
  3961.   ╖  SQL/PSM is an addendum to SQL-92
  3962.  
  3963.   ╖  International ballot to progress SQL/PSM from a Draft International
  3964.      Standard to an International Standard ended January, 1996.
  3965.  
  3966.   ╖  Editing meeting in May, 1996 did not resolve all of the comments
  3967.  
  3968.   ╖  Continuation of PSM Editing meeting is scheduled for September 30
  3969.      through October 4, 1996
  3970.  
  3971.   ╖  The schedule is tight but there is a chance that PSM will be
  3972.      published with a 1996 date.
  3973.  
  3974.   ╖  The official designation will be: ISO/IEC DIS 9075-4:199?
  3975.      Information technology -- Database languages -- SQL -- Part 4: SQL
  3976.      Persistent Stored Modules (SQL/PSM)
  3977.  
  3978.   ╖  Work is well underway on adding SQL/PSM support for SQL3 features.
  3979.  
  3980.   23.14.  Part 5 - ISO/ANSI SQL/Bindings
  3981.  
  3982.   For ease of reference, the programming language bindings have been
  3983.   pulled out into a separate document. The current version is simply an
  3984.   extract of the dynamic and embedded bindings from SQL-92.
  3985.  
  3986.   A variety of issues remain unresolved for the programming language
  3987.   bindings.
  3988.  
  3989.   For traditional programming language, mappings exist for the SQL-92
  3990.   datatypes. However, mappings must be defined between SQL objects and
  3991.   programming language variables.
  3992.  
  3993.   For object oriented languages, mapping must be defined for the current
  3994.   SQL datatypes and between the SQL object model and the object model of
  3995.   the object-oriented language.
  3996.  
  3997.   The object model needs to stabilize before these can be addressed.
  3998.  
  3999.   The language bindings will be completed as a part of SQL3.
  4000.  
  4001.   23.15.  Part 6 - ISO/ANSI SQL XA Interface Specialization (SQL/XA)
  4002.  
  4003.   This specification would standardize an application program interface
  4004.   (API) between a global Transaction Manager and an SQL Resource
  4005.   Manager. It would standardize the function calls, based upon the
  4006.   semantics of ISO/IEC 10026, "Distributed Transaction Processing", that
  4007.   an SQL Resource Manager would have to support for two-phase commit.
  4008.   The base document is derived from an X/Open publication, with X/Open
  4009.   permission, that specifies explicit input and output parameters and
  4010.   semantics, in terms of SQL data types, for the following functions:
  4011.   xa_close, xa_commit, xa_complete, xa_end, xa_forget, xa_open,
  4012.   xa_prepare, xa_recover, xa_rollback, and xa_start.
  4013.  
  4014.   ISO is currently attempting to fast-track the X/Open XA specification.
  4015.   The fast-track process adopts a current industry specification with no
  4016.   changes.  The XA fast-track ballot at the ISO SC21, JTC 1 level
  4017.   started on April 27, 1995 and ends on October 27, 1995. If the XA
  4018.   specification is approved by 75% of the votes, and by 2/3 of the p-
  4019.   members of JTC 1, it will become an International Standard. If the
  4020.   fast-track ballot is approved, SQL/XA could become a standard in 1996.
  4021.  
  4022.   23.16.  Part 7 - ISO/ANSI SQL Temporal
  4023.  
  4024.   Temporal SQL deals with time-related data. The concept is that it is
  4025.   useful to query data to discover what it looked like at a particular
  4026.   point in time.  Temporal SQL is a December, 1994 paper by Rick
  4027.   Snodgrass describing the concepts.
  4028.  
  4029.   X3 Announces the Approval of a New Project, ISO/IEC 9075 Part 7:
  4030.   SQL/Temporal is a press release related to SQL/Temporal.
  4031.  
  4032.  
  4033.        ----------------------------------------------------------------------------
  4034.                                        Temporal SQL
  4035.                                        ************
  4036.        Rick Snodgrass (chair of the TSQL2 committee)
  4037.        31-Dec-1994
  4038.  
  4039.  
  4040.  
  4041.  
  4042.   Several people have questioned the need for additional support for
  4043.   time in SQL3 (as proposed by DBL RIO-75, requesting a new part of SQL
  4044.   to support temporal databases). The claim is that abstract data types
  4045.   (ADT's) are sufficient for temporal support. In this informational
  4046.   item, I argue, using concrete examples, that using columns typed with
  4047.   abstract data types is inadequate for temporal queries. In particular,
  4048.   many common temporal queries are either difficult to simulate in SQL,
  4049.   or require embedding SQL in a procedural language. Alternatives are
  4050.   expressed in TSQL2, a temporal extension to SQL-92.
  4051.  
  4052.   23.16.1.  INTRODUCTION
  4053.  
  4054.   Valid-time support goes beyond that of a temporal ADT. With the later,
  4055.   a column is specified as of a temporal domain, such as DATE or
  4056.   INTERVAL (examples will be given shortly). With valid time, the rows
  4057.   of a table vary over time, as reality changes. The timestamp
  4058.   associated with a row of a valid-time table is interpreted by the
  4059.   query language as the time when the combination of values of the
  4060.   columns in the row was valid. This implicit timestamp allows queries
  4061.   to be expressed succinctly and intuitively.
  4062.  
  4063.   23.16.2.  A CASE STUDY - STORING CURRENT INFORMATION
  4064.  
  4065.   The University of Arizona's Office of Appointed Personnel has some
  4066.   information in a database, including each employee's name, their
  4067.   current salary, and their current title. This can be represented by a
  4068.   simple table.
  4069.  
  4070.  
  4071.                Employee(Name, Salary, Title)
  4072.  
  4073.  
  4074.  
  4075.  
  4076.   Given this table, finding an employee's salary is easy.
  4077.  
  4078.  
  4079.                SELECT Salary
  4080.                FROM Employee
  4081.                WHERE Name = 'Bob'
  4082.  
  4083.  
  4084.  
  4085.  
  4086.   Now the OAP wishes to record the date of birth. To do so, a column is
  4087.   added to the table, yielding the following schema.
  4088.  
  4089.  
  4090.                Employee(Name, Salary, Title, DateofBirth DATE)
  4091.  
  4092.  
  4093.   Finding the employee's date of birth is analogous to determining the
  4094.   salary.
  4095.  
  4096.  
  4097.                SELECT DateofBirth
  4098.                FROM Employee
  4099.                WHERE Name = 'Bob'
  4100.  
  4101.  
  4102.  
  4103.  
  4104.   23.16.3.  A CASE STUDY - STORING HISTORY INFORMATION
  4105.  
  4106.   The OAP wishes to computerize the employment history. To do so, they
  4107.   append two columns, one indicating when the information in the row
  4108.   became valid, the other indicating when the information was no longer
  4109.   valid.
  4110.  
  4111.   Employee (Name, Salary, Title, DateofBirth, Start DATE, Stop DATE)
  4112.  
  4113.   To the data model, these new columns are identical to DateofBirth.
  4114.   However, their presence has wide-ranging consequences.
  4115.  
  4116.   23.16.4.  A CASE STUDY - PROJECTION
  4117.  
  4118.   To find an employee's current salary, things are more difficult.
  4119.  
  4120.  
  4121.                SELECT Salary
  4122.                FROM Employee
  4123.                WHERE Name = 'Bob' AND Start <= CURRENT_DATE AND CURRENT_DATE <= Stop
  4124.  
  4125.  
  4126.  
  4127.  
  4128.   This query is more complicated than the previous one. The culprit is
  4129.   obviously the two new columns. The OAP wants to distribute to each
  4130.   employee their salary history. Specifically, for each person, the max¡
  4131.   imal intervals at each salary needs to be determined. Unfortunately,
  4132.   this is not possible in SQL. An employee could have arbitrarily many
  4133.   title changes between salary changes.
  4134.  
  4135.  
  4136.        Name    Salary  Title             DateofBirth   Start           Stop
  4137.        ----    ------  -----             -----------   -----           ----
  4138.        Bob     60000   Assistant Provost 1945-04-09    1993-01-01      1993-05-30
  4139.        Bob     70000   Assistant Provost 1945-04-09    1993-06-01      1993-09-30
  4140.        Bob     70000   Provost           1945-04-09    1993-10-01      1994-01-31
  4141.        Bob     70000   Professor         1945-04-09    1994-02-01      1994-12-31
  4142.  
  4143.                                       Figure 1
  4144.  
  4145.  
  4146.  
  4147.  
  4148.   Note that there are three rows in which Bob's salary remained constant
  4149.   at $70,000. Hence, the result should be two rows for Bob.
  4150.  
  4151.  
  4152.        Name    Salary  Start           Stop
  4153.        ----    ------  -----           ----
  4154.        Bob     60000   1993-01-01      1993-05-30
  4155.        Bob     70000   1993-06-01      1994-12-31
  4156.  
  4157.  
  4158.  
  4159.   One alternative is to give the user a printout of Salary and Title
  4160.   information, and have user determine when his/her salary changed. This
  4161.   alternative is not very appealing or realistic. A second alternative
  4162.   is to use SQL as much as possible.
  4163.  
  4164.  
  4165.        CREATE TABLE Temp(Salary, Start, Stop)
  4166.        AS      SELECT Salary, Start, Stop
  4167.                FROM Employee;
  4168.  
  4169.  
  4170.  
  4171.  
  4172.   repeat
  4173.  
  4174.  
  4175.                UPDATE Temp T1
  4176.                SET (T1.Stop) = (SELECT MAX(T2.Stop)
  4177.                                 FROM Temp AS T2
  4178.                                 WHERE T1.Salary = T2.Salary AND T1.Start < T2.Start
  4179.                                        AND T1.Stop >= T2.Start AND T1.Stop < T2.Stop)
  4180.                WHERE EXISTS (SELECT *
  4181.                              FROM Temp AS T2
  4182.                              WHERE T1.Salary = T2.Salary AND T1.Start < T2.Start
  4183.                                        AND T1.Stop >= T2.Start AND T1.Stop < T2.Stop)
  4184.                until no rows updated;
  4185.  
  4186.        DELETE FROM Temp T1
  4187.  
  4188.        WHERE EXISTS (SELECT *
  4189.                      FROM Temp AS T2
  4190.                      WHERE T1.Salary = T2.Salary
  4191.                                AND ((T1.Start > T2.Start AND T1.Stop <= T2.Stop)
  4192.                                OR (T1.Start >= T2.Start AND T1.Stop < T2.Stop))
  4193.  
  4194.  
  4195.  
  4196.  
  4197.   The loop finds those intervals that overlap or are adjacent and thus
  4198.   should be merged. The loop is executed log N times in the worst case,
  4199.   where N is the number of rows in a chain of overlapping or adjacent
  4200.   value-equivalent rows. The reader can simulate the query on the exam¡
  4201.   ple table to convince him/herself of its correctness.
  4202.  
  4203.   A third alternative is to use SQL only to open a cursor on the table.
  4204.   A linked list of periods is maintained, each with a salary. This
  4205.   linked list should be initialized to empty.
  4206.  
  4207.  
  4208.        DECLARE emp_cursor CURSOR FOR
  4209.                SELECT Salary, Title, Start, Stop
  4210.                FROM Employee;
  4211.        OPEN emp_cursor;
  4212.        loop:
  4213.                FETCH emp_cursor INTO :salary, :start, :stop;
  4214.                if no-data returned then goto finished;
  4215.                find position in linked list to insert this information;
  4216.                goto loop;
  4217.        finished:
  4218.        CLOSE emp_cursor;
  4219.  
  4220.  
  4221.  
  4222.  
  4223.   iterate through linked list, printing out dates and salaries
  4224.  
  4225.   The linked list may not be necessary in this case if the cursor is
  4226.   ORDER BY Start.
  4227.  
  4228.   In any case, the query, a natural one, is quite difficult to express
  4229.   using the facilities present in SQL-92. The query is trivial in TSQL2.
  4230.  
  4231.  
  4232.                SELECT Salary
  4233.                FROM Employee
  4234.  
  4235.  
  4236.  
  4237.  
  4238.   23.16.5.  A CASE STUDY - JOIN
  4239.  
  4240.   A more drastic approach is to avoid the problem of extracting the
  4241.   salary history by reorganizing the schema to separate salary, title,
  4242.   and date of birth information (in the following, we ignore the date of
  4243.   birth, for simplicity).
  4244.  
  4245.  
  4246.                Employee1 (Name, Salary, Start DATE, Stop DATE)
  4247.                Employee2 (Name, Title, Start DATE, Stop DATE)
  4248.  
  4249.  
  4250.  
  4251.  
  4252.   The Employee1 table is as follows.
  4253.  
  4254.  
  4255.        Name    Salary  Start           Stop
  4256.        ----    ------  -----           ----
  4257.        Bob     60000   1993-01-01      1993-05-30
  4258.        Bob     70000   1993-06-01      1993-12-31
  4259.  
  4260.  
  4261.  
  4262.  
  4263.   Here is the example Employee2 table.
  4264.  
  4265.  
  4266.        Name    Title                   Start           Stop
  4267.        ----    ------                  -----           ----
  4268.        Bob     Assistant Provost       1993-01-01      1993-09-30
  4269.        Bob     Provost                 1993-10-01      1994-01-31
  4270.        Bob     Professor               1994-02-01      1994-12-31
  4271.  
  4272.  
  4273.  
  4274.  
  4275.   With this change, getting the salary information for an employee is
  4276.   now easy.
  4277.  
  4278.  
  4279.                SELECT Salary, Start, Stop
  4280.                FROM Employee1
  4281.                WHERE Name = 'Bob'
  4282.  
  4283.  
  4284.  
  4285.  
  4286.   But what if the OAP wants a table of salary, title intervals (that is,
  4287.   suppose the OAP wishes a table to be computed in the form of Figure
  4288.   1)? One alternative is to print out two tables, and let the user fig¡
  4289.   ure out the combinations. A second alternative is to use SQL entirely.
  4290.   Unfortunately, this query must do a case analysis of how each row of
  4291.   Employee1 overlaps each row of Employee2; there are four possible
  4292.   cases.
  4293.  
  4294.  
  4295.        SELECT Employee1.Name, Salary, Dept, Employee1.Start, Employee1.Stop
  4296.        FROM Employee1, Employee2
  4297.        WHERE Employee1.Name = Employee2.Name
  4298.             AND Employee2.Start <= Employee1.Start AND Employee1.Stop < Employee2.Stop
  4299.        UNION
  4300.        SELECT Employee1.Name, Salary, Dept, Employee1.Start, Employee2.Stop
  4301.        FROM Employee1, Employee2
  4302.        WHERE Employee1.Name = Employee2.Name
  4303.             AND Employee1.Start >= Employee2.Start AND Employee2.Stop < Employee1.Stop
  4304.                AND Employee1.Start < Employee2.Stop
  4305.        UNION
  4306.        SELECT Employee1.Name, Salary, Dept, Employee2.Start, Employee1.Stop
  4307.        FROM Employee1, Employee2
  4308.        WHERE Employee1.Name = Employee2.Name
  4309.             AND Employee2.Start > Employee1.Start AND Employee1.Stop < Employee2.Stop
  4310.                AND Employee2.Start < Employee1.Stop
  4311.        UNION
  4312.        SELECT Employee1.Name, Salary, Dept, Employee2.Start, Employee2.Stop
  4313.        FROM Employee1, Employee2
  4314.        WHERE Employee1.Name = Employee2.Name
  4315.             AND Employee2.Start > Employee1.Start AND Employee2.Stop < Employee1.Stop
  4316.  
  4317.  
  4318.  
  4319.  
  4320.   Getting all the cases right is a challenging task. In TSQL2, perform¡
  4321.   ing a temporal join is just what one would expect.
  4322.  
  4323.  
  4324.                SELECT Employee1.Name, Salary, Dept
  4325.                FROM Employee1, Employee2
  4326.                WHERE Employee1.Name = Employee2.Name
  4327.  
  4328.  
  4329.  
  4330.  
  4331.   23.16.6.  A CASE STUDY - AGGREGATES
  4332.  
  4333.   Now the OAP is asked, what is the maximum salary? Before adding time,
  4334.   this was easy.
  4335.  
  4336.  
  4337.                SELECT MAX(Salary)
  4338.                FROM Employee
  4339.  
  4340.  
  4341.  
  4342.  
  4343.   Now that the salary history is stored, we'd like a history of the max¡
  4344.   imum salary over time. The problem, of course, is that SQL does not
  4345.   provide temporal aggregates. The easy way to do this is to print out
  4346.   the information, and scan manually for the maximums. An alternative is
  4347.   to be tricky and convert the snapshot aggregate query into a non-
  4348.   aggregate query, then convert that into a temporal query. The non-
  4349.   aggregate query finds those salaries for which a greater salary does
  4350.   not exist.
  4351.  
  4352.  
  4353.  
  4354.  
  4355.  
  4356.  
  4357.           SELECT Salary
  4358.           FROM Employee AS E1
  4359.           WHERE NOT EXISTS (SELECT *
  4360.                             FROM Employee AS E2
  4361.                             WHERE E2.Salary > E1.Salary)
  4362.  
  4363.  
  4364.  
  4365.  
  4366.   Converting this query into a temporal query is far from obvious. The
  4367.   following is one approach.
  4368.  
  4369.  
  4370.        CREATE TABLE Temp (Salary, Start, Stop)
  4371.        AS      SELECT Salary, Start, Stop
  4372.                FROM Employee;
  4373.        INSERT INTO Temp
  4374.                SELECT T.Salary, T.Start, E.Start
  4375.                FROM Temp AS T, Employee AS E
  4376.                WHERE E.Start >= T.Start AND E.Start < T.Stop AND E.Salary > T.Salary;
  4377.  
  4378.        INSERT INTO Temp
  4379.                SELECT T.Salary, T.Stop, E.Stop
  4380.                FROM Temp AS T, Employee AS E
  4381.                WHERE E.Stop > T.Start AND E.Stop <= T.Stop AND E.Salary > T.Salary;
  4382.        DELETE FROM Temp T
  4383.        WHERE EXISTS (SELECT *
  4384.                      FROM Employee AS E
  4385.                      WHERE ((T.Start => E.Start AND T.Start < E.Stop)
  4386.                                OR (E.Start >= T.Start AND E.Start < T.Stop))
  4387.                            AND E.Salary > T.Salary;
  4388.  
  4389.  
  4390.  
  4391.  
  4392.   This approach creates an auxiliary table. We add to this table the
  4393.   lower period of a period subtraction and the upper period of a period
  4394.   subtraction.  We then delete all periods that overlap with some row
  4395.   defined by the subquery, thereby effecting the NOT EXISTS. Finally we
  4396.   generate from the auxiliary table maximal periods, in the same way
  4397.   that the salary information was computed above. As one might imagine,
  4398.   such SQL code is extremely inefficient to execute, given the complex
  4399.   nested queries with inequality predicates.
  4400.  
  4401.   A third alternative is to use SQL as little as possible, and instead
  4402.   compute the desired maximum history in a host language using cursors.
  4403.  
  4404.   The query in TSQL2 is again straightforward and intuitive.
  4405.  
  4406.  
  4407.                SELECT MAX(Salary)
  4408.                FROM Employee
  4409.  
  4410.  
  4411.  
  4412.  
  4413.   23.16.7.  SUMMARY
  4414.  
  4415.   Time-varying data is manipulated in most database applications. Valid-
  4416.   time support is absent in SQL. Many common temporal queries are either
  4417.   difficult to simulate in SQL, or require embedding SQL in a procedural
  4418.   language, due to SQL's lack of support for valid-time tables in its
  4419.   data model and query constructs.
  4420.  
  4421.   Elsewhere, we showed that adding valid-time support requires few
  4422.   changes to the DBMS implementation, can dramatically simplify some
  4423.   queries and enable others, and can later enable optimizations in
  4424.   storage structures, indexing methods, and optimization strategies that
  4425.   can yield significant performance improvements.
  4426.  
  4427.   With a new part of SQL3 supporting time-varying information, we can
  4428.   begin to address such applications, enabling SQL3 to better manage
  4429.   temporal data.
  4430.  
  4431.  
  4432.        ----------------------------------------------------------------------------
  4433.                   Accredited Standards Committee* X3, Information Technology
  4434.        NEWS RELEASE
  4435.  
  4436.        Doc. No.:       PR/96-0002
  4437.  
  4438.        Reply to:       Barbara Bennett at bbennett@itic.nw.dc.us
  4439.  
  4440.                     X3 Announces the Approval of a New Project, ISO/IEC
  4441.  
  4442.                                 9075 Part 7:  SQL/Temporal
  4443.  
  4444.        Washington D.C., January 1996
  4445.        ----------------------------------------------------------------------------
  4446.  
  4447.  
  4448.  
  4449.  
  4450.   -- Accredited Standards Committee X3, Information Technology is
  4451.   announcing the approval of a new project on SQL/Temporal Support,
  4452.   ISO/IEC 9075 Part 7, with the work being done in Technical Committee
  4453.   X3H2, Database.  The scope of this proposed standard specifies a new
  4454.   Part of the emerging SQL3 standard, e.g., Part 7, Temporal SQL, to be
  4455.   extensions to the SQL language supporting storage, retrieval, and
  4456.   manipulation of temporal data in an SQL database environment.  The
  4457.   next X3H2 meeting is scheduled for March 11-14, 1996 in Kansas.
  4458.  
  4459.   Inquiries regarding this project should be sent to the
  4460.  
  4461.  
  4462.                Chairman of X3H2,
  4463.                Dr. Donald R. Deutsch,
  4464.                Sybase, Inc., Suite 800,
  4465.                6550 Rock Spring
  4466.                Drive, Bethesda, MD  20817.
  4467.                Email: deutsch@sybase.com.
  4468.  
  4469.  
  4470.  
  4471.  
  4472.   An initial call for possible patents and other pertinent issues (copy¡
  4473.   rights, trademarks) is now being issued.  Please submit information on
  4474.   these issues to the
  4475.  
  4476.  
  4477.                X3 Secretariat at
  4478.                1250 Eye Street
  4479.                NW, Suite 200,
  4480.                Washington DC  20005.
  4481.                Email: x3sec@itic.nw.dc.us
  4482.                FAX:  (202)638-4922.
  4483.  
  4484.  
  4485.  
  4486.  
  4487.  
  4488.  
  4489.   23.17.  Part 8 - ISO/ANSI SQL MULTIMEDIA (SQL/MM)
  4490.  
  4491.   A new ISO/IEC international standardization project for development of
  4492.   an SQL class library for multimedia applications was approved in early
  4493.   1993.  This new standardization activity, named SQL Multimedia
  4494.   (SQL/MM), will specify packages of SQL abstract data type (ADT)
  4495.   definitions using the facilities for ADT specification and invocation
  4496.   provided in the emerging SQL3 specification. SQL/MM intends to
  4497.   standardize class libraries for science and engineering, full-text and
  4498.   document processing, and methods for the management of multimedia
  4499.   objects such as image, sound, animation, music, and video. It will
  4500.   likely provide an SQL language binding for multimedia objects defined
  4501.   by other JTC1 standardization bodies (e.g. SC18 for documents, SC24
  4502.   for images, and SC29 for photographs and motion pictures).
  4503.  
  4504.   The Project Plan for SQL/MM indicates that it will be a multi-part
  4505.   standard consisting of an evolving number of parts. Part 1 will be a
  4506.   Framework that specifies how the other parts are to be constructed.
  4507.   Each of the other parts will be devoted to a specific SQL application
  4508.   package. The following SQL/MM Part structure exists as of August 1994:
  4509.  
  4510.  
  4511.   ╖  Part 1: Framework A non-technical description of how the document
  4512.      is structured.
  4513.  
  4514.   ╖  Part 2: Full Text Methods and ADTs for text data processing. About
  4515.      45 pages.
  4516.  
  4517.   ╖  Part 3: Spatial Methods and ADTs for spatial data management. About
  4518.      200 pages with active contributions from Spatial Data experts from
  4519.      3 national bodies.
  4520.  
  4521.   ╖  Part 4: General Purpose Methods and ADTs for complex numbers,
  4522.      Facilities include trig and exponential functions, vectors, sets,
  4523.      etc.  Currently about 90 pages.
  4524.  
  4525.   There are a number of standards efforts in the area of Spatial and
  4526.   Geographic information:
  4527.  
  4528.  
  4529.   ╖  ANSI X3L1 - Geographic Information Systems.  Mark Ashworth of
  4530.      Unisys is the liason between X3L1 and ANSI X3H2. He is also the
  4531.      editor for parts 1, 3, and 4 of the SQL/MM draft.
  4532.  
  4533.   ╖  ISO TC 211 - Geographic information/Geomatics
  4534.  
  4535.   24.  Technical support for PostgreSQL
  4536.  
  4537.   If you have any technical question or encounter any problem you can e-
  4538.   mail to:
  4539.  
  4540.   ╖  pgsql-questions@postgresql.org
  4541.  
  4542.      and expect e-mail answer in less than a day. As the user-base of
  4543.      internet product is very vast, and users support other users,
  4544.      internet will be capable of giving technical support to billions of
  4545.      users easily. Email support is much more convenient than telephone
  4546.      support as you can cut and paste error messages, program output
  4547.      etc.. and easily transmit to mailing list/newsgroup.
  4548.  
  4549.   In the near future, PostgreSQL organisation will be selling technical
  4550.   support to large/small companies, the revenue generated will be used
  4551.   for maintaining several mirror sites (web and ftp) around the world.
  4552.   The revenue will also be used to produce printed documentation,
  4553.   guides, textbooks which will help the customers.
  4554.  
  4555.   You can also take help from professional consulting firms like
  4556.   Anderson, WGS (Work Group Solutions). Contact them for help, since
  4557.   they have very good expertise in "C", "C++" (PostgreSQL is written in
  4558.   "C") -
  4559.  
  4560.   ╖  Work Group Solutions  <http://www.wgs.com>
  4561.  
  4562.   ╖  Anderson Consulting  <http://www.ac.com>
  4563.  
  4564.   25.  Economic and Business Aspects
  4565.  
  4566.   Commercial databases pay many taxes like federal, state, sales,
  4567.   employment, social security, medicare taxes, health care for
  4568.   employees, bunch of benefits for employees, marketing and
  4569.   advertisement costs. All these costs do not go directly for the
  4570.   development of the database. When you buy a commercial database, some
  4571.   portion of the amount goes for overheads like taxes, expenses and
  4572.   balance for database R&D costs.
  4573.  
  4574.   Also commercial databases have to pay for buildings/real-estates and
  4575.   purchase Unix machines, install and maintain them. All of these costs
  4576.   are passed onto customers.
  4577.  
  4578.   PostgreSQL has the advantage over commercial databases as there is no
  4579.   direct tax since it is made on the internet. A very vast group of
  4580.   people contribute to the development of the PostgreSQL. For example,
  4581.   in a hypothetical case, if there are one million companies in U.S.A
  4582.   and each contribute about $ 10 (worth of software to PostgreSQL) than
  4583.   each and every company will get ten million dollars!! This is the
  4584.   GREAT MAGIC of software development on internet.
  4585.  
  4586.   Currently, PostgreSQL source code is about 2,00,000 lines of "C",
  4587.   "C++" code. If cost of each line of "C" code is $ 2 than the total
  4588.   cost of PostgreSQL as of today is $ 4,00,000 (four hundred thousand
  4589.   dollars!).
  4590.  
  4591.   Many companies already develop in-house vast amount of "C", "C++"
  4592.   code. Hence by taking in the source code of PostgreSQL and
  4593.   collaborating with other companies on internet will greatly benefit
  4594.   the company saving time and efforts.
  4595.  
  4596.   26.  List of Other Databases
  4597.  
  4598.   Listed below are other SQL databases for Unix, Linux.
  4599.  
  4600.   ╖  Click and go to Applications->databases.
  4601.      <http://www.caldera.com/tech-ref/linuxapps/linapps.html>
  4602.  
  4603.   ╖  Click and go to Applications->databases.
  4604.      <http://www.xnet.com/~blatura/linapps.shtml>
  4605.  
  4606.   ╖  Database resources  <http://linas.org/linux/db.html> This was
  4607.      written by Linas Vepstas: linas@fc.net
  4608.  
  4609.   ╖  Free Database List
  4610.      <http://cuiwww.unige.ch:80/~scg/FreeDB/FreeDB.list.html>
  4611.  
  4612.   ╖  Browne's RDBMS List <http://www.hex.net/~cbbrowne/rdbms.html>
  4613.      written by Christopher B. Browne cbbrowne@hex.net
  4614.  
  4615.   ╖  SAL's List of Relational DBMS <http://SAL.KachinaTech.COM/H/1/>
  4616.  
  4617.   ╖  SAL's List of Object-Oriented DBMS
  4618.      <http://SAL.KachinaTech.COM/H/2/>
  4619.  
  4620.  
  4621.   ╖  SAL's List of Utilites and Other Databases
  4622.      <http://SAL.KachinaTech.COM/H/3/>
  4623.  
  4624.   ╖  ACM SIGMOD Index of Publicly Available Database Software
  4625.      <http://bunny.cs.uiuc.edu/sigmod/databaseSoftware/>
  4626.  
  4627.   27.  Internet World Wide Web Searching Tips
  4628.  
  4629.   Internet is very vast and it has vast number of software and has a
  4630.   ocean of information underneath. It is growing at the rate of 300%
  4631.   annually world wide. It is estimated that there are about 10 million
  4632.   Web sites world wide!
  4633.  
  4634.   To search for a information you would use search engines like "Yahoo",
  4635.   "Netscape", "Lycos" etc. Go to Yahoo, click on search.  Use filtering
  4636.   options to narrow down your search criteria. The default search action
  4637.   is "Intelligent search" which is more general and lists all
  4638.   possiblities. Click on "Options" to select "EXACT phrase" search,
  4639.   "AND" search, "OR" search, etc.. This way you would find the
  4640.   information you need much faster. Also in the search menu, there are
  4641.   radio-buttons for searching in Usenet, Web-sites and Yahoo sites.
  4642.  
  4643.   28.  Conclusion
  4644.  
  4645.   After researching all the available databases which are free and
  4646.   source code is available, it was found that ONLY PostgreSQL is the
  4647.   MOST mature, most widely used and robust RDBMS SQL free database
  4648.   (object relational) in the world.
  4649.  
  4650.   PostgreSQL is very appealing since lot of work had already been done.
  4651.   It has ODBC and JDBC drivers, using these it is possible to write
  4652.   applications independent of the databases. The applications written in
  4653.   PostgreSQL using ODBC, JDBC drivers are easily portable to other
  4654.   databases like Oracle, Sybase and Informix and vice versa.
  4655.  
  4656.   You may ask "But why PostgreSQL ?" The answer is, since it takes lot
  4657.   more time to develop a database system from scratch, it makes sense to
  4658.   pick up a database system which satisfies the following conditions -
  4659.  
  4660.   A database system
  4661.  
  4662.   ╖  Whose source code is available - Must be a 'Open Source Code'
  4663.      system
  4664.  
  4665.   ╖  Has no license strings, no ownership strings attached to it
  4666.  
  4667.   ╖  Which can be distributed on internet
  4668.  
  4669.   ╖  Which had been on development for several years.
  4670.  
  4671.   ╖  Which satisfies standards like ISO/ANSI SQL 92 (and SQL 89)
  4672.  
  4673.   ╖  Which can satisfy future needs like SQL 3 (SQL 98)
  4674.  
  4675.   ╖  Which has advanced capabilities
  4676.  
  4677.      And it just happens to be 'PostgreSQL' which satisfies all these
  4678.      conditions and is an appropriate software for this situation.
  4679.  
  4680.   29.  FAQ - Questions on PostgreSQL
  4681.  
  4682.   Please refer to the latest version of FAQ for General, Linux and Irix
  4683.   at
  4684.  
  4685.   ╖  <http://www.postgresql.org/docs/faq-english.shtml>
  4686.  
  4687.   30.  Copyright Notice
  4688.  
  4689.   Copyright (c) 1997 Al Dev (Alavoor Vasudevan). All rights reserved.
  4690.  
  4691.   NO LIABILITY FOR CONSEQUENTIAL DAMAGES. In no event shall the author
  4692.   of this document be liable for any damages whatsoever (including
  4693.   without limitation, special, incidental, consequential, or
  4694.   direct/indirect damages for personal injury, loss of business profits,
  4695.   business interruption, loss of business information, or any other
  4696.   pecuniary loss) arising out of the use of this document.
  4697.  
  4698.   Author offers no warranties or guarantees on fitness, usability,
  4699.   merchantability of this document. Brands, companies and product names
  4700.   mentioned in this document are trademarks or registered trademarks of
  4701.   their respective holders.  Please refer to individual copyright
  4702.   notices of brands, companies and products mentioned in this document.
  4703.   It is your responsibility to read and understand the copyright notices
  4704.   of the organisations/companies/products/authors mentioned in this
  4705.   document before using their respective information.
  4706.  
  4707.   AE.  Appendix A - Syntax of ANSI/ISO SQL 1992
  4708.  
  4709.  
  4710.  
  4711.  
  4712.  
  4713.  
  4714.  
  4715.  
  4716.  
  4717.  
  4718.  
  4719.  
  4720.  
  4721.  
  4722.  
  4723.  
  4724.  
  4725.  
  4726.  
  4727.  
  4728.  
  4729.  
  4730.  
  4731.  
  4732.  
  4733.  
  4734.  
  4735.  
  4736.  
  4737.  
  4738.  
  4739.  
  4740.  
  4741.  
  4742.  
  4743.  
  4744.  
  4745.  
  4746.  
  4747.  
  4748.  
  4749.  
  4750.  
  4751.  
  4752.  
  4753.   This file contains a depth-first tree traversal of the BNF
  4754.   for the  language done at about 27-AUG-1992 11:03:41.64.
  4755.   The specific version of the BNF included here is:  ANSI-only, SQL2-only.
  4756.  
  4757.  
  4758.   <SQL terminal character> ::=
  4759.         <SQL language character>
  4760.       | <SQL embedded language character>
  4761.  
  4762.   <SQL language character> ::=
  4763.         <simple Latin letter>
  4764.       | <digit>
  4765.       | <SQL special character>
  4766.  
  4767.   <simple Latin letter> ::=
  4768.         <simple Latin upper case letter>
  4769.       | <simple Latin lower case letter>
  4770.  
  4771.   <simple Latin upper case letter> ::=
  4772.             A | B | C | D | E | F | G | H | I | J | K | L | M | N | O
  4773.       | P | Q | R | S | T | U | V | W | X | Y | Z
  4774.  
  4775.   <simple Latin lower case letter> ::=
  4776.             a | b | c | d | e | f | g | h | i | j | k | l | m | n | o
  4777.       | p | q | r | s | t | u | v | w | x | y | z
  4778.  
  4779.   <digit> ::=
  4780.       0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
  4781.  
  4782.   <SQL special character> ::=
  4783.         <space>
  4784.       | <double quote>
  4785.       | <percent>
  4786.       | <ampersand>
  4787.       | <quote>
  4788.       | <left paren>
  4789.       | <right paren>
  4790.       | <asterisk>
  4791.       | <plus sign>
  4792.       | <comma>
  4793.       | <minus sign>
  4794.       | <period>
  4795.       | <solidus>
  4796.       | <colon>
  4797.       | <semicolon>
  4798.       | <less than operator>
  4799.       | <equals operator>
  4800.       | <greater than operator>
  4801.       | <question mark>
  4802.       | <underscore>
  4803.       | <vertical bar>
  4804.  
  4805.   <space> ::= !! <EMPHASIS>(space character in character set in use)
  4806.  
  4807.   <double quote> ::= "
  4808.  
  4809.   <percent> ::= %
  4810.  
  4811.   <ampersand> ::= &
  4812.  
  4813.   <quote> ::= '
  4814.  
  4815.   <left paren> ::= (
  4816.  
  4817.   <right paren> ::= )
  4818.  
  4819.   <asterisk> ::= *
  4820.  
  4821.   <plus sign> ::= +
  4822.  
  4823.   <comma> ::= ,
  4824.  
  4825.   <minus sign> ::= -
  4826.  
  4827.   <period> ::= .
  4828.  
  4829.   <solidus> ::= /
  4830.  
  4831.   <colon> ::= :
  4832.  
  4833.   <semicolon> ::= ;
  4834.  
  4835.   <less than operator> ::= <
  4836.  
  4837.   <equals operator> ::= =
  4838.  
  4839.   <greater than operator> ::= >
  4840.  
  4841.   <question mark> ::= ?
  4842.  
  4843.   <underscore> ::= _
  4844.  
  4845.   <vertical bar> ::= |
  4846.  
  4847.   <SQL embedded language character> ::=
  4848.         <left bracket>
  4849.       | <right bracket>
  4850.  
  4851.   <left bracket> ::= [
  4852.  
  4853.   <right bracket> ::= ]
  4854.  
  4855.   <token> ::=
  4856.         <nondelimiter token>
  4857.       | <delimiter token>
  4858.  
  4859.   <nondelimiter token> ::=
  4860.         <regular identifier>
  4861.       | <key word>
  4862.       | <unsigned numeric literal>
  4863.       | <national character string literal>
  4864.       | <bit string literal>
  4865.       | <hex string literal>
  4866.  
  4867.   <regular identifier> ::= <identifier body>
  4868.  
  4869.   <identifier body> ::=
  4870.       <identifier start> [ ( <underscore> | <identifier part> )... ]
  4871.  
  4872.   <identifier start> ::= <EMPHASIS>(!! See the Syntax Rules)
  4873.  
  4874.   <identifier part> ::=
  4875.         <identifier start>
  4876.       | <digit>
  4877.  
  4878.   <key word> ::=
  4879.         <reserved word>
  4880.       | <non-reserved word>
  4881.  
  4882.   <reserved word> ::=
  4883.         ABSOLUTE | ACTION | ADD | ALL
  4884.       | ALLOCATE | ALTER | AND
  4885.       | ANY | ARE
  4886.       | AS | ASC
  4887.       | ASSERTION | AT
  4888.       | AUTHORIZATION | AVG
  4889.       | BEGIN | BETWEEN | BIT | BIT_LENGTH
  4890.       | BOTH | BY
  4891.       | CASCADE | CASCADED | CASE | CAST
  4892.       | CATALOG
  4893.       | CHAR | CHARACTER | CHAR_LENGTH
  4894.       | CHARACTER_LENGTH | CHECK | CLOSE | COALESCE
  4895.       | COLLATE | COLLATION
  4896.       | COLUMN | COMMIT
  4897.       | CONNECT
  4898.       | CONNECTION | CONSTRAINT
  4899.       | CONSTRAINTS | CONTINUE
  4900.       | CONVERT | CORRESPONDING | COUNT | CREATE | CROSS
  4901.       | CURRENT
  4902.       | CURRENT_DATE | CURRENT_TIME
  4903.       | CURRENT_TIMESTAMP | CURRENT_USER | CURSOR
  4904.       | DATE | DAY | DEALLOCATE | DEC
  4905.       | DECIMAL | DECLARE | DEFAULT | DEFERRABLE
  4906.       | DEFERRED | DELETE | DESC | DESCRIBE | DESCRIPTOR
  4907.       | DIAGNOSTICS
  4908.       | DISCONNECT | DISTINCT | DOMAIN | DOUBLE | DROP
  4909.       | ELSE | END | END-EXEC | ESCAPE
  4910.       | EXCEPT | EXCEPTION
  4911.       | EXEC | EXECUTE | EXISTS
  4912.       | EXTERNAL | EXTRACT
  4913.       | FALSE | FETCH | FIRST | FLOAT | FOR
  4914.       | FOREIGN | FOUND | FROM | FULL
  4915.       | GET | GLOBAL | GO | GOTO
  4916.       | GRANT | GROUP
  4917.       | HAVING | HOUR
  4918.       | IDENTITY | IMMEDIATE | IN | INDICATOR
  4919.       | INITIALLY | INNER | INPUT
  4920.       | INSENSITIVE | INSERT | INT | INTEGER | INTERSECT
  4921.       | INTERVAL | INTO | IS
  4922.       | ISOLATION
  4923.       | JOIN
  4924.       | KEY
  4925.       | LANGUAGE | LAST | LEADING | LEFT
  4926.       | LEVEL | LIKE | LOCAL | LOWER
  4927.       | MATCH | MAX | MIN | MINUTE | MODULE
  4928.       | MONTH
  4929.       | NAMES | NATIONAL | NATURAL | NCHAR | NEXT | NO
  4930.       | NOT | NULL
  4931.       | NULLIF | NUMERIC
  4932.       | OCTET_LENGTH | OF
  4933.       | ON | ONLY | OPEN | OPTION | OR
  4934.       | ORDER | OUTER
  4935.       | OUTPUT | OVERLAPS
  4936.       | PAD | PARTIAL | POSITION | PRECISION | PREPARE
  4937.       | PRESERVE | PRIMARY
  4938.       | PRIOR | PRIVILEGES | PROCEDURE | PUBLIC
  4939.       | READ | REAL | REFERENCES | RELATIVE | RESTRICT
  4940.       | REVOKE | RIGHT
  4941.       | ROLLBACK | ROWS
  4942.       | SCHEMA | SCROLL | SECOND | SECTION
  4943.       | SELECT
  4944.       | SESSION | SESSION_USER | SET
  4945.       | SIZE | SMALLINT | SOME | SPACE | SQL | SQLCODE
  4946.       | SQLERROR | SQLSTATE
  4947.       | SUBSTRING | SUM | SYSTEM_USER
  4948.       | TABLE | TEMPORARY
  4949.       | THEN | TIME | TIMESTAMP
  4950.       | TIMEZONE_HOUR | TIMEZONE_MINUTE
  4951.       | TO | TRAILING | TRANSACTION
  4952.       | TRANSLATE | TRANSLATION | TRIM | TRUE
  4953.       | UNION | UNIQUE | UNKNOWN | UPDATE | UPPER | USAGE
  4954.       | USER | USING
  4955.       | VALUE | VALUES | VARCHAR | VARYING | VIEW
  4956.       | WHEN | WHENEVER | WHERE | WITH | WORK | WRITE
  4957.       | YEAR
  4958.       | ZONE
  4959.  
  4960.   <non-reserved word> ::=
  4961.  
  4962.         ADA
  4963.       | C | CATALOG_NAME
  4964.       | CHARACTER_SET_CATALOG | CHARACTER_SET_NAME
  4965.       | CHARACTER_SET_SCHEMA | CLASS_ORIGIN | COBOL | COLLATION_CATALOG
  4966.       | COLLATION_NAME | COLLATION_SCHEMA | COLUMN_NAME | COMMAND_FUNCTION
  4967.       | COMMITTED
  4968.       | CONDITION_NUMBER | CONNECTION_NAME | CONSTRAINT_CATALOG | CONSTRAINT_NAME
  4969.       | CONSTRAINT_SCHEMA | CURSOR_NAME
  4970.       | DATA | DATETIME_INTERVAL_CODE
  4971.       | DATETIME_INTERVAL_PRECISION | DYNAMIC_FUNCTION
  4972.       | FORTRAN
  4973.       | LENGTH
  4974.       | MESSAGE_LENGTH | MESSAGE_OCTET_LENGTH | MESSAGE_TEXT | MORE | MUMPS
  4975.       | NAME | NULLABLE | NUMBER
  4976.       | PASCAL | PLI
  4977.       | REPEATABLE | RETURNED_LENGTH | RETURNED_OCTET_LENGTH | RETURNED_SQLSTATE
  4978.       | ROW_COUNT
  4979.       | SCALE | SCHEMA_NAME | SERIALIZABLE | SERVER_NAME | SUBCLASS_ORIGIN
  4980.       | TABLE_NAME | TYPE
  4981.       | UNCOMMITTED | UNNAMED
  4982.  
  4983.   <unsigned numeric literal> ::=
  4984.         <exact numeric literal>
  4985.       | <approximate numeric literal>
  4986.  
  4987.   <exact numeric literal> ::=
  4988.         <unsigned integer> [ <period> [ <unsigned integer> ] ]
  4989.       | <period> <unsigned integer>
  4990.  
  4991.   <unsigned integer> ::= <digit>...
  4992.  
  4993.   <approximate numeric literal> ::= <mantissa> E <exponent>
  4994.  
  4995.   <mantissa> ::= <exact numeric literal>
  4996.  
  4997.   <exponent> ::= <signed integer>
  4998.  
  4999.   <signed integer> ::= [ <sign> ] <unsigned integer>
  5000.  
  5001.   <sign> ::= <plus sign> | <minus sign>
  5002.  
  5003.   <national character string literal> ::=
  5004.       N <quote> [ <character representation>... ] <quote>
  5005.         [ ( <separator>... <quote> [ <character representation>... ] <quote> )... ]
  5006.  
  5007.   <character representation> ::=
  5008.         <nonquote character>
  5009.       | <quote symbol>
  5010.  
  5011.   <nonquote character> ::= !! <EMPHASIS>(See the Syntax Rules.)
  5012.  
  5013.   <quote symbol> ::= <quote><quote>
  5014.  
  5015.   <separator> ::= ( <comment> | <space> | <newline> )...
  5016.  
  5017.   <comment> ::=
  5018.       <comment introducer> [ <comment character>... ] <newline>
  5019.  
  5020.   <comment introducer> ::= <minus sign><minus sign>[<minus sign>...]
  5021.  
  5022.   <comment character> ::=
  5023.         <nonquote character>
  5024.       | <quote>
  5025.  
  5026.   <newline> ::= !! <EMPHASIS>(implementation-defined end-of-line indicator)
  5027.  
  5028.   <bit string literal> ::=
  5029.       B <quote> [ <bit>... ] <quote>
  5030.         [ ( <separator>... <quote> [ <bit>... ] <quote> )... ]
  5031.  
  5032.   <bit> ::= 0 | 1
  5033.  
  5034.   <hex string literal> ::=
  5035.       X <quote> [ <hexit>... ] <quote>
  5036.         [ ( <separator>... <quote> [ <hexit>... ] <quote> )... ]
  5037.  
  5038.   <hexit> ::= <digit> | A | B | C | D | E | F | a | b | c | d | e | f
  5039.  
  5040.   <delimiter token> ::=
  5041.         <character string literal>
  5042.       | <date string>
  5043.       | <time string>
  5044.       | <timestamp string>
  5045.       | <interval string>
  5046.       | <delimited identifier>
  5047.       | <SQL special character>
  5048.       | <not equals operator>
  5049.       | <greater than or equals operator>
  5050.       | <less than or equals operator>
  5051.       | <concatenation operator>
  5052.       | <double period>
  5053.       | <left bracket>
  5054.       | <right bracket>
  5055.  
  5056.   <character string literal> ::=
  5057.       [ <introducer><character set specification> ]
  5058.       <quote> [ <character representation>... ] <quote>
  5059.         [ ( <separator>... <quote> [ <character representation>... ] <quote> )... ]
  5060.  
  5061.   <introducer> ::= <underscore>
  5062.  
  5063.   <character set specification> ::=
  5064.         <standard character repertoire name>
  5065.       | <implementation-defined character repertoire name>
  5066.       | <user-defined character repertoire name>
  5067.       | <standard universal character form-of-use name>
  5068.       | <implementation-defined universal character form-of-use name>
  5069.  
  5070.   <standard character repertoire name> ::= <character set name>
  5071.  
  5072.   <character set name> ::= [ <schema name> <period> ]
  5073.         <SQL language identifier>
  5074.  
  5075.   <schema name> ::=
  5076.       [ <catalog name> <period> ] <unqualified schema name>
  5077.  
  5078.   <catalog name> ::= <identifier>
  5079.  
  5080.   <identifier> ::=
  5081.       [ <introducer><character set specification> ] <actual identifier>
  5082.  
  5083.   <actual identifier> ::=
  5084.         <regular identifier>
  5085.       | <delimited identifier>
  5086.  
  5087.   <delimited identifier> ::=
  5088.       <double quote> <delimited identifier body> <double quote>
  5089.  
  5090.   <delimited identifier body> ::= <delimited identifier part>...
  5091.  
  5092.   <delimited identifier part> ::=
  5093.         <nondoublequote character>
  5094.       | <doublequote symbol>
  5095.  
  5096.   <nondoublequote character> ::= <EMPHASIS>(!! See the Syntax Rules)
  5097.  
  5098.   <doublequote symbol> ::= <double quote><double quote>
  5099.  
  5100.   <unqualified schema name> ::= <identifier>
  5101.  
  5102.   <SQL language identifier> ::=
  5103.       <SQL language identifier start>
  5104.          [ ( <underscore> | <SQL language identifier part> )... ]
  5105.  
  5106.   <SQL language identifier start> ::= <simple Latin letter>
  5107.  
  5108.   <SQL language identifier part> ::=
  5109.         <simple Latin letter>
  5110.       | <digit>
  5111.  
  5112.   <implementation-defined character repertoire name> ::=
  5113.       <character set name>
  5114.  
  5115.   <user-defined character repertoire name> ::= <character set name>
  5116.  
  5117.   <standard universal character form-of-use name> ::=
  5118.       <character set name>
  5119.  
  5120.   <implementation-defined universal character form-of-use name> ::=
  5121.       <character set name>
  5122.  
  5123.   <date string> ::=
  5124.       <quote> <date value> <quote>
  5125.  
  5126.   <date value> ::=
  5127.       <years value> <minus sign> <months value>
  5128.           <minus sign> <days value>
  5129.  
  5130.   <years value> ::= <datetime value>
  5131.  
  5132.   <datetime value> ::= <unsigned integer>
  5133.  
  5134.   <months value> ::= <datetime value>
  5135.  
  5136.   <days value> ::= <datetime value>
  5137.  
  5138.   <time string> ::=
  5139.       <quote> <time value> [ <time zone interval> ] <quote>
  5140.  
  5141.   <time value> ::=
  5142.       <hours value> <colon> <minutes value> <colon> <seconds value>
  5143.  
  5144.   <hours value> ::= <datetime value>
  5145.  
  5146.   <minutes value> ::= <datetime value>
  5147.  
  5148.   <seconds value> ::=
  5149.         <seconds integer value> [ <period> [ <seconds fraction> ] ]
  5150.  
  5151.   <seconds integer value> ::= <unsigned integer>
  5152.  
  5153.   <seconds fraction> ::= <unsigned integer>
  5154.  
  5155.   <time zone interval> ::=
  5156.       <sign> <hours value> <colon> <minutes value>
  5157.  
  5158.   <timestamp string> ::=
  5159.       <quote> <date value> <space> <time value>
  5160.           [ <time zone interval> ] <quote>
  5161.  
  5162.   <interval string> ::=
  5163.       <quote> ( <year-month literal> | <day-time literal> ) <quote>
  5164.  
  5165.   <year-month literal> ::=
  5166.         <years value>
  5167.       | [ <years value> <minus sign> ] <months value>
  5168.  
  5169.   <day-time literal> ::=
  5170.         <day-time interval>
  5171.       | <time interval>
  5172.  
  5173.   <day-time interval> ::=
  5174.       <days value>
  5175.         [ <space> <hours value> [ <colon> <minutes value>
  5176.           [ <colon> <seconds value> ] ] ]
  5177.  
  5178.   <time interval> ::=
  5179.         <hours value> [ <colon> <minutes value> [ <colon> <seconds value> ] ]
  5180.       | <minutes value> [ <colon> <seconds value> ]
  5181.       | <seconds value>
  5182.  
  5183.   <not equals operator> ::= <>
  5184.  
  5185.   <greater than or equals operator> ::= >=
  5186.  
  5187.   <less than or equals operator> ::= <=
  5188.  
  5189.   <concatenation operator> ::= ||
  5190.  
  5191.   <double period> ::= ..
  5192.  
  5193.   <module> ::=
  5194.       <module name clause>
  5195.       <language clause>
  5196.       <module authorization clause>
  5197.       [ <temporary table declaration>... ]
  5198.       <module contents>...
  5199.  
  5200.   <module name clause> ::=
  5201.       MODULE [ <module name> ]
  5202.         [ <module character set specification> ]
  5203.  
  5204.   <module name> ::= <identifier>
  5205.  
  5206.   <module character set specification> ::=
  5207.       NAMES ARE <character set specification>
  5208.  
  5209.   <language clause> ::=
  5210.       LANGUAGE <language name>
  5211.  
  5212.   <language name> ::=
  5213.       ADA | C | COBOL | FORTRAN | MUMPS | PASCAL | PLI
  5214.  
  5215.   <module authorization clause> ::=
  5216.         SCHEMA <schema name>
  5217.       | AUTHORIZATION <module authorization identifier>
  5218.       | SCHEMA <schema name>
  5219.             AUTHORIZATION <module authorization identifier>
  5220.  
  5221.   <module authorization identifier> ::=
  5222.       <authorization identifier>
  5223.  
  5224.   <authorization identifier> ::= <identifier>
  5225.  
  5226.   <temporary table declaration> ::=
  5227.       DECLARE LOCAL TEMPORARY TABLE
  5228.           <qualified local table name>
  5229.         <table element list>
  5230.         [ ON COMMIT ( PRESERVE | DELETE ) ROWS ]
  5231.  
  5232.   <qualified local table name> ::=
  5233.       MODULE <period> <local table name>
  5234.  
  5235.   <local table name> ::= <qualified identifier>
  5236.  
  5237.   <qualified identifier> ::= <identifier>
  5238.  
  5239.   <table element list> ::=
  5240.         <left paren> <table element> [ ( <comma> <table element> )... ] <right paren>
  5241.  
  5242.   <table element> ::=
  5243.         <column definition>
  5244.       | <table constraint definition>
  5245.  
  5246.   <column definition> ::=
  5247.       <column name> ( <data type> | <domain name> )
  5248.       [ <default clause> ]
  5249.       [ <column constraint definition>... ]
  5250.       [ <collate clause> ]
  5251.  
  5252.   <column name> ::= <identifier>
  5253.  
  5254.   <data type> ::=
  5255.         <character string type>
  5256.              [ CHARACTER SET <character set specification> ]
  5257.       | <national character string type>
  5258.       | <bit string type>
  5259.       | <numeric type>
  5260.       | <datetime type>
  5261.       | <interval type>
  5262.  
  5263.   <character string type> ::=
  5264.         CHARACTER [ <left paren> <length> <right paren> ]
  5265.       | CHAR [ <left paren> <length> <right paren> ]
  5266.       | CHARACTER VARYING <left paren> <length> <right paren>
  5267.       | CHAR VARYING <left paren> <length> <right paren>
  5268.       | VARCHAR <left paren> <length> <right paren>
  5269.  
  5270.   <length> ::= <unsigned integer>
  5271.  
  5272.   <national character string type> ::=
  5273.         NATIONAL CHARACTER [ <left paren> <length> <right paren> ]
  5274.       | NATIONAL CHAR [ <left paren> <length> <right paren> ]
  5275.       | NCHAR [ <left paren> <length> <right paren> ]
  5276.       | NATIONAL CHARACTER VARYING <left paren> <length> <right paren>
  5277.       | NATIONAL CHAR VARYING <left paren> <length> <right paren>
  5278.       | NCHAR VARYING <left paren> <length> <right paren>
  5279.  
  5280.   <bit string type> ::=
  5281.         BIT [ <left paren> <length> <right paren> ]
  5282.       | BIT VARYING <left paren> <length> <right paren>
  5283.  
  5284.   <numeric type> ::=
  5285.         <exact numeric type>
  5286.       | <approximate numeric type>
  5287.  
  5288.   <exact numeric type> ::=
  5289.         NUMERIC [ <left paren> <precision> [ <comma> <scale> ] <right paren> ]
  5290.       | DECIMAL [ <left paren> <precision> [ <comma> <scale> ] <right paren> ]
  5291.       | DEC [ <left paren> <precision> [ <comma> <scale> ] <right paren> ]
  5292.       | INTEGER
  5293.       | INT
  5294.       | SMALLINT
  5295.  
  5296.   <precision> ::= <unsigned integer>
  5297.  
  5298.   <scale> ::= <unsigned integer>
  5299.  
  5300.   <approximate numeric type> ::=
  5301.         FLOAT [ <left paren> <precision> <right paren> ]
  5302.       | REAL
  5303.       | DOUBLE PRECISION
  5304.  
  5305.   <datetime type> ::=
  5306.         DATE
  5307.       | TIME [ <left paren> <time precision> <right paren> ]
  5308.             [ WITH TIME ZONE ]
  5309.       | TIMESTAMP [ <left paren> <timestamp precision> <right paren> ]
  5310.             [ WITH TIME ZONE ]
  5311.  
  5312.   <time precision> ::= <time fractional seconds precision>
  5313.  
  5314.   <time fractional seconds precision> ::= <unsigned integer>
  5315.  
  5316.   <timestamp precision> ::= <time fractional seconds precision>
  5317.  
  5318.   <interval type> ::= INTERVAL <interval qualifier>
  5319.  
  5320.   <interval qualifier> ::=
  5321.         <start field> TO <end field>
  5322.       | <single datetime field>
  5323.  
  5324.   <start field> ::=
  5325.       <non-second datetime field>
  5326.           [ <left paren> <interval leading field precision> <right paren> ]
  5327.  
  5328.   <non-second datetime field> ::= YEAR | MONTH | DAY | HOUR
  5329.       | MINUTE
  5330.  
  5331.   <interval leading field precision> ::= <unsigned integer>
  5332.  
  5333.   <end field> ::=
  5334.         <non-second datetime field>
  5335.       | SECOND [ <left paren> <interval fractional seconds precision> <right paren> ]
  5336.  
  5337.   <interval fractional seconds precision> ::= <unsigned integer>
  5338.  
  5339.   <single datetime field> ::=
  5340.         <non-second datetime field>
  5341.             [ <left paren> <interval leading field precision> <right paren> ]
  5342.       | SECOND [ <left paren> <interval leading field precision>
  5343.             [ <comma> <interval fractional seconds precision> ] <right paren> ]
  5344.  
  5345.   <domain name> ::= <qualified name>
  5346.  
  5347.   <qualified name> ::=
  5348.       [ <schema name> <period> ] <qualified identifier>
  5349.  
  5350.   <default clause> ::=
  5351.         DEFAULT <default option>
  5352.  
  5353.   <default option> ::=
  5354.         <literal>
  5355.       | <datetime value function>
  5356.       | USER
  5357.       | CURRENT_USER
  5358.       | SESSION_USER
  5359.       | SYSTEM_USER
  5360.       | NULL
  5361.  
  5362.   <literal> ::=
  5363.         <signed numeric literal>
  5364.       | <general literal>
  5365.  
  5366.   <signed numeric literal> ::=
  5367.       [ <sign> ] <unsigned numeric literal>
  5368.  
  5369.   <general literal> ::=
  5370.         <character string literal>
  5371.       | <national character string literal>
  5372.       | <bit string literal>
  5373.       | <hex string literal>
  5374.       | <datetime literal>
  5375.       | <interval literal>
  5376.  
  5377.   <datetime literal> ::=
  5378.         <date literal>
  5379.       | <time literal>
  5380.       | <timestamp literal>
  5381.  
  5382.   <date literal> ::=
  5383.       DATE <date string>
  5384.  
  5385.   <time literal> ::=
  5386.       TIME <time string>
  5387.  
  5388.   <timestamp literal> ::=
  5389.       TIMESTAMP <timestamp string>
  5390.  
  5391.   <interval literal> ::=
  5392.       INTERVAL [ <sign> ] <interval string> <interval qualifier>
  5393.  
  5394.   <datetime value function> ::=
  5395.         <current date value function>
  5396.       | <current time value function>
  5397.       | <current timestamp value function>
  5398.  
  5399.   <current date value function> ::= CURRENT_DATE
  5400.  
  5401.   <current time value function> ::=
  5402.         CURRENT_TIME [ <left paren> <time precision> <right paren> ]
  5403.  
  5404.   <current timestamp value function> ::=
  5405.         CURRENT_TIMESTAMP [ <left paren> <timestamp precision> <right paren> ]
  5406.  
  5407.   <column constraint definition> ::=
  5408.       [ <constraint name definition> ]
  5409.       <column constraint>
  5410.         [ <constraint attributes> ]
  5411.  
  5412.   <constraint name definition> ::= CONSTRAINT <constraint name>
  5413.   <constraint name> ::= <qualified name>
  5414.  
  5415.   <column constraint> ::=
  5416.         NOT NULL
  5417.       | <unique specification>
  5418.       | <references specification>
  5419.       | <check constraint definition>
  5420.  
  5421.   <unique specification> ::=
  5422.       UNIQUE | PRIMARY KEY
  5423.  
  5424.   <references specification> ::=
  5425.       REFERENCES <referenced table and columns>
  5426.         [ MATCH <match type> ]
  5427.         [ <referential triggered action> ]
  5428.  
  5429.   <referenced table and columns> ::=
  5430.        <table name> [ <left paren> <reference column list> <right paren> ]
  5431.  
  5432.   <table name> ::=
  5433.         <qualified name>
  5434.       | <qualified local table name>
  5435.  
  5436.   <reference column list> ::= <column name list>
  5437.  
  5438.   <column name list> ::=
  5439.       <column name> [ ( <comma> <column name> )... ]
  5440.  
  5441.   <match type> ::=
  5442.         FULL
  5443.       | PARTIAL
  5444.  
  5445.   <referential triggered action> ::=
  5446.         <update rule> [ <delete rule> ]
  5447.       | <delete rule> [ <update rule> ]
  5448.  
  5449.   <update rule> ::= ON UPDATE <referential action>
  5450.  
  5451.   <referential action> ::=
  5452.         CASCADE
  5453.       | SET NULL
  5454.       | SET DEFAULT
  5455.       | NO ACTION
  5456.  
  5457.   <delete rule> ::= ON DELETE <referential action>
  5458.  
  5459.   <check constraint definition> ::=
  5460.       CHECK
  5461.           <left paren> <search condition> <right paren>
  5462.  
  5463.   <search condition> ::=
  5464.         <boolean term>
  5465.       | <search condition> OR <boolean term>
  5466.  
  5467.   <boolean term> ::=
  5468.         <boolean factor>
  5469.       | <boolean term> AND <boolean factor>
  5470.  
  5471.   <boolean factor> ::=
  5472.       [ NOT ] <boolean test>
  5473.  
  5474.   <boolean test> ::=
  5475.       <boolean primary> [ IS [ NOT ]
  5476.             <truth value> ]
  5477.  
  5478.   <boolean primary> ::=
  5479.         <predicate>
  5480.       | <left paren> <search condition> <right paren>
  5481.  
  5482.   <predicate> ::=
  5483.         <comparison predicate>
  5484.       | <between predicate>
  5485.       | <in predicate>
  5486.       | <like predicate>
  5487.       | <null predicate>
  5488.       | <quantified comparison predicate>
  5489.       | <exists predicate>
  5490.       | <unique predicate>
  5491.       | <match predicate>
  5492.       | <overlaps predicate>
  5493.  
  5494.   <comparison predicate> ::=
  5495.       <row value constructor> <comp op>
  5496.           <row value constructor>
  5497.  
  5498.   <row value constructor> ::=
  5499.          <row value constructor element>
  5500.       | <left paren> <row value constructor list> <right paren>
  5501.       | <row subquery>
  5502.  
  5503.   <row value constructor element> ::=
  5504.         <value expression>
  5505.       | <null specification>
  5506.       | <default specification>
  5507.  
  5508.   <value expression> ::=
  5509.         <numeric value expression>
  5510.       | <string value expression>
  5511.       | <datetime value expression>
  5512.       | <interval value expression>
  5513.  
  5514.   <numeric value expression> ::=
  5515.         <term>
  5516.       | <numeric value expression> <plus sign> <term>
  5517.       | <numeric value expression> <minus sign> <term>
  5518.  
  5519.   <term> ::=
  5520.         <factor>
  5521.       | <term> <asterisk> <factor>
  5522.       | <term> <solidus> <factor>
  5523.  
  5524.   <factor> ::=
  5525.       [ <sign> ] <numeric primary>
  5526.  
  5527.   <numeric primary> ::=
  5528.         <value expression primary>
  5529.       | <numeric value function>
  5530.  
  5531.   <value expression primary> ::=
  5532.         <unsigned value specification>
  5533.       | <column reference>
  5534.       | <set function specification>
  5535.       | <scalar subquery>
  5536.       | <case expression>
  5537.       | <left paren> <value expression> <right paren>
  5538.       | <cast specification>
  5539.  
  5540.   <unsigned value specification> ::=
  5541.         <unsigned literal>
  5542.       | <general value specification>
  5543.  
  5544.   <unsigned literal> ::=
  5545.         <unsigned numeric literal>
  5546.       | <general literal>
  5547.  
  5548.   <general value specification> ::=
  5549.         <parameter specification>
  5550.       | <dynamic parameter specification>
  5551.       | <variable specification>
  5552.       | USER
  5553.       | CURRENT_USER
  5554.       | SESSION_USER
  5555.       | SYSTEM_USER
  5556.       | VALUE
  5557.  
  5558.   <parameter specification> ::=
  5559.       <parameter name> [ <indicator parameter> ]
  5560.  
  5561.   <parameter name> ::= <colon> <identifier>
  5562.  
  5563.   <indicator parameter> ::=
  5564.       [ INDICATOR ] <parameter name>
  5565.  
  5566.   <dynamic parameter specification> ::= <question mark>
  5567.  
  5568.   <variable specification> ::=
  5569.       <embedded variable name> [ <indicator variable> ]
  5570.  
  5571.   <embedded variable name> ::=
  5572.       <colon><host identifier>
  5573.  
  5574.   <host identifier> ::=
  5575.         <Ada host identifier>
  5576.       | <C host identifier>
  5577.       | <COBOL host identifier>
  5578.       | <Fortran host identifier>
  5579.       | <MUMPS host identifier>
  5580.       | <Pascal host identifier>
  5581.       | <PL/I host identifier>
  5582.  
  5583.   <Ada host identifier> ::= !! <EMPHASIS>(See the Syntax Rules.)
  5584.  
  5585.   <C host identifier> ::=
  5586.       !! <EMPHASIS>(See the Syntax Rules.)
  5587.  
  5588.   <COBOL host identifier> ::= !! <EMPHASIS>(See the Syntax Rules.)
  5589.  
  5590.   <Fortran host identifier> ::= !! <EMPHASIS>(See the Syntax Rules.)
  5591.  
  5592.   <MUMPS host identifier> ::= !! <EMPHASIS>(See the Syntax Rules.)
  5593.  
  5594.   <Pascal host identifier> ::= !! <EMPHASIS>(See the Syntax Rules.)
  5595.  
  5596.   <PL/I host identifier> ::= !! <EMPHASIS>(See the Syntax Rules.)
  5597.  
  5598.   <indicator variable> ::=
  5599.       [ INDICATOR ] <embedded variable name>
  5600.  
  5601.   <column reference> ::= [ <qualifier> <period> ] <column name>
  5602.  
  5603.   <qualifier> ::=
  5604.         <table name>
  5605.       | <correlation name>
  5606.  
  5607.   <correlation name> ::= <identifier>
  5608.  
  5609.   <set function specification> ::=
  5610.         COUNT <left paren> <asterisk> <right paren>
  5611.       | <general set function>
  5612.  
  5613.   <general set function> ::=
  5614.         <set function type>
  5615.             <left paren> [ <set quantifier> ] <value expression> <right paren>
  5616.  
  5617.   <set function type> ::=
  5618.       AVG | MAX | MIN | SUM | COUNT
  5619.  
  5620.   <set quantifier> ::= DISTINCT | ALL
  5621.  
  5622.   <scalar subquery> ::= <subquery>
  5623.  
  5624.   <subquery> ::= <left paren> <query expression> <right paren>
  5625.  
  5626.   <query expression> ::=
  5627.         <non-join query expression>
  5628.       | <joined table>
  5629.  
  5630.   <non-join query expression> ::=
  5631.         <non-join query term>
  5632.       | <query expression> UNION  [ ALL ]
  5633.             [ <corresponding spec> ] <query term>
  5634.       | <query expression> EXCEPT [ ALL ]
  5635.             [ <corresponding spec> ] <query term>
  5636.  
  5637.   <non-join query term> ::=
  5638.         <non-join query primary>
  5639.       | <query term> INTERSECT [ ALL ]
  5640.             [ <corresponding spec> ] <query primary>
  5641.  
  5642.   <non-join query primary> ::=
  5643.         <simple table>
  5644.       | <left paren> <non-join query expression> <right paren>
  5645.  
  5646.   <simple table> ::=
  5647.         <query specification>
  5648.       | <table value constructor>
  5649.       | <explicit table>
  5650.  
  5651.   <query specification> ::=
  5652.       SELECT [ <set quantifier> ] <select list> <table expression>
  5653.  
  5654.   <select list> ::=
  5655.         <asterisk>
  5656.       | <select sublist> [ ( <comma> <select sublist> )... ]
  5657.  
  5658.   <select sublist> ::=
  5659.         <derived column>
  5660.       | <qualifier> <period> <asterisk>
  5661.  
  5662.   <derived column> ::= <value expression> [ <as clause> ]
  5663.  
  5664.   <as clause> ::= [ AS ] <column name>
  5665.  
  5666.   <table expression> ::=
  5667.       <from clause>
  5668.       [ <where clause> ]
  5669.       [ <group by clause> ]
  5670.       [ <having clause> ]
  5671.  
  5672.   <from clause> ::= FROM <table reference>
  5673.       [ ( <comma> <table reference> )... ]
  5674.  
  5675.   <table reference> ::=
  5676.         <table name> [ [ AS ] <correlation name>
  5677.             [ <left paren> <derived column list> <right paren> ] ]
  5678.       | <derived table> [ AS ] <correlation name>
  5679.             [ <left paren> <derived column list> <right paren> ]
  5680.       | <joined table>
  5681.  
  5682.   <derived column list> ::= <column name list>
  5683.  
  5684.   <derived table> ::= <table subquery>
  5685.  
  5686.   <table subquery> ::= <subquery>
  5687.  
  5688.   <joined table> ::=
  5689.         <cross join>
  5690.       | <qualified join>
  5691.       | <left paren> <joined table> <right paren>
  5692.  
  5693.   <cross join> ::=
  5694.       <table reference> CROSS JOIN <table reference>
  5695.  
  5696.   <qualified join> ::=
  5697.       <table reference> [ NATURAL ] [ <join type> ] JOIN
  5698.         <table reference> [ <join specification> ]
  5699.  
  5700.   <join type> ::=
  5701.         INNER
  5702.       | <outer join type> [ OUTER ]
  5703.       | UNION
  5704.  
  5705.   <outer join type> ::=
  5706.         LEFT
  5707.       | RIGHT
  5708.       | FULL
  5709.  
  5710.   <join specification> ::=
  5711.         <join condition>
  5712.       | <named columns join>
  5713.  
  5714.   <join condition> ::= ON <search condition>
  5715.  
  5716.   <named columns join> ::=
  5717.       USING <left paren> <join column list> <right paren>
  5718.  
  5719.   <join column list> ::= <column name list>
  5720.  
  5721.   <where clause> ::= WHERE <search condition>
  5722.  
  5723.   <group by clause> ::=
  5724.       GROUP BY <grouping column reference list>
  5725.  
  5726.   <grouping column reference list> ::=
  5727.       <grouping column reference>
  5728.           [ ( <comma> <grouping column reference> )... ]
  5729.  
  5730.   <grouping column reference> ::=
  5731.       <column reference> [ <collate clause> ]
  5732.  
  5733.   <collate clause> ::= COLLATE <collation name>
  5734.  
  5735.   <collation name> ::= <qualified name>
  5736.  
  5737.   <having clause> ::= HAVING <search condition>
  5738.  
  5739.   <table value constructor> ::=
  5740.       VALUES <table value constructor list>
  5741.  
  5742.   <table value constructor list> ::=
  5743.       <row value constructor> [ ( <comma> <row value constructor> )... ]
  5744.  
  5745.   <explicit table> ::= TABLE <table name>
  5746.  
  5747.   <query term> ::=
  5748.         <non-join query term>
  5749.       | <joined table>
  5750.  
  5751.   <corresponding spec> ::=
  5752.       CORRESPONDING [ BY <left paren> <corresponding column list> <right paren> ]
  5753.  
  5754.   <corresponding column list> ::= <column name list>
  5755.  
  5756.   <query primary> ::=
  5757.         <non-join query primary>
  5758.       | <joined table>
  5759.  
  5760.   <case expression> ::=
  5761.         <case abbreviation>
  5762.       | <case specification>
  5763.  
  5764.   <case abbreviation> ::=
  5765.         NULLIF <left paren> <value expression> <comma>
  5766.               <value expression> <right paren>
  5767.       | COALESCE <left paren> <value expression>
  5768.               ( <comma> <value expression> )... <right paren>
  5769.  
  5770.   <case specification> ::=
  5771.         <simple case>
  5772.       | <searched case>
  5773.  
  5774.   <simple case> ::=
  5775.       CASE <case operand>
  5776.         <simple when clause>...
  5777.         [ <else clause> ]
  5778.       END
  5779.  
  5780.   <case operand> ::= <value expression>
  5781.  
  5782.   <simple when clause> ::= WHEN <when operand> THEN <result>
  5783.  
  5784.   <when operand> ::= <value expression>
  5785.  
  5786.   <result> ::= <result expression> | NULL
  5787.  
  5788.   <result expression> ::= <value expression>
  5789.  
  5790.   <else clause> ::= ELSE <result>
  5791.  
  5792.   <searched case> ::=
  5793.       CASE
  5794.         <searched when clause>...
  5795.         [ <else clause> ]
  5796.       END
  5797.  
  5798.   <searched when clause> ::= WHEN <search condition> THEN <result>
  5799.  
  5800.   <cast specification> ::=
  5801.       CAST <left paren> <cast operand> AS
  5802.           <cast target> <right paren>
  5803.  
  5804.   <cast operand> ::=
  5805.         <value expression>
  5806.       | NULL
  5807.  
  5808.   <cast target> ::=
  5809.         <domain name>
  5810.       | <data type>
  5811.  
  5812.   <numeric value function> ::=
  5813.         <position expression>
  5814.       | <extract expression>
  5815.       | <length expression>
  5816.  
  5817.   <position expression> ::=
  5818.       POSITION <left paren> <character value expression>
  5819.           IN <character value expression> <right paren>
  5820.  
  5821.   <character value expression> ::=
  5822.         <concatenation>
  5823.       | <character factor>
  5824.  
  5825.   <concatenation> ::=
  5826.       <character value expression> <concatenation operator>
  5827.           <character factor>
  5828.  
  5829.   <character factor> ::=
  5830.       <character primary> [ <collate clause> ]
  5831.  
  5832.   <character primary> ::=
  5833.         <value expression primary>
  5834.       | <string value function>
  5835.  
  5836.   <string value function> ::=
  5837.         <character value function>
  5838.       | <bit value function>
  5839.  
  5840.   <character value function> ::=
  5841.         <character substring function>
  5842.       | <fold>
  5843.       | <form-of-use conversion>
  5844.       | <character translation>
  5845.       | <trim function>
  5846.  
  5847.   <character substring function> ::=
  5848.       SUBSTRING <left paren> <character value expression> FROM <start position>
  5849.                   [ FOR <string length> ] <right paren>
  5850.  
  5851.   <start position> ::= <numeric value expression>
  5852.  
  5853.   <string length> ::= <numeric value expression>
  5854.  
  5855.   <fold> ::= ( UPPER | LOWER )
  5856.        <left paren> <character value expression> <right paren>
  5857.  
  5858.   <form-of-use conversion> ::=
  5859.       CONVERT <left paren> <character value expression>
  5860.           USING <form-of-use conversion name> <right paren>
  5861.  
  5862.   <form-of-use conversion name> ::= <qualified name>
  5863.  
  5864.   <character translation> ::=
  5865.       TRANSLATE <left paren> <character value expression>
  5866.           USING <translation name> <right paren>
  5867.  
  5868.   <translation name> ::= <qualified name>
  5869.  
  5870.   <trim function> ::=
  5871.       TRIM <left paren> <trim operands> <right paren>
  5872.  
  5873.   <trim operands> ::=
  5874.       [ [ <trim specification> ] [ <trim character> ] FROM ] <trim source>
  5875.   <trim specification> ::=
  5876.         LEADING
  5877.       | TRAILING
  5878.       | BOTH
  5879.  
  5880.   <trim character> ::= <character value expression>
  5881.  
  5882.   <trim source> ::= <character value expression>
  5883.  
  5884.   <bit value function> ::=
  5885.       <bit substring function>
  5886.  
  5887.   <bit substring function> ::=
  5888.       SUBSTRING <left paren> <bit value expression> FROM <start position>
  5889.           [ FOR <string length> ] <right paren>
  5890.  
  5891.   <bit value expression> ::=
  5892.         <bit concatenation>
  5893.       | <bit factor>
  5894.  
  5895.   <bit concatenation> ::=
  5896.       <bit value expression> <concatenation operator> <bit factor>
  5897.  
  5898.   <bit factor> ::= <bit primary>
  5899.  
  5900.   <bit primary> ::=
  5901.         <value expression primary>
  5902.       | <string value function>
  5903.  
  5904.   <extract expression> ::=
  5905.       EXTRACT <left paren> <extract field>
  5906.           FROM <extract source> <right paren>
  5907.  
  5908.   <extract field> ::=
  5909.         <datetime field>
  5910.       | <time zone field>
  5911.  
  5912.   <datetime field> ::=
  5913.         <non-second datetime field>
  5914.       | SECOND
  5915.  
  5916.   <time zone field> ::=
  5917.         TIMEZONE_HOUR
  5918.       | TIMEZONE_MINUTE
  5919.  
  5920.   <extract source> ::=
  5921.         <datetime value expression>
  5922.       | <interval value expression>
  5923.  
  5924.   <datetime value expression> ::=
  5925.         <datetime term>
  5926.       | <interval value expression> <plus sign> <datetime term>
  5927.       | <datetime value expression> <plus sign> <interval term>
  5928.       | <datetime value expression> <minus sign> <interval term>
  5929.  
  5930.   <interval term> ::=
  5931.         <interval factor>
  5932.       | <interval term 2> <asterisk> <factor>
  5933.       | <interval term 2> <solidus> <factor>
  5934.       | <term> <asterisk> <interval factor>
  5935.  
  5936.   <interval factor> ::=
  5937.       [ <sign> ] <interval primary>
  5938.  
  5939.   <interval primary> ::=
  5940.         <value expression primary> [ <interval qualifier> ]
  5941.   <interval term 2> ::= <interval term>
  5942.  
  5943.   <interval value expression> ::=
  5944.         <interval term>
  5945.       | <interval value expression 1> <plus sign> <interval term 1>
  5946.       | <interval value expression 1> <minus sign> <interval term 1>
  5947.       | <left paren> <datetime value expression> <minus sign>
  5948.             <datetime term> <right paren> <interval qualifier>
  5949.  
  5950.   <interval value expression 1> ::= <interval value expression>
  5951.  
  5952.   <interval term 1> ::= <interval term>
  5953.  
  5954.   <datetime term> ::=
  5955.         <datetime factor>
  5956.  
  5957.   <datetime factor> ::=
  5958.         <datetime primary> [ <time zone> ]
  5959.  
  5960.   <datetime primary> ::=
  5961.         <value expression primary>
  5962.       | <datetime value function>
  5963.  
  5964.   <time zone> ::=
  5965.       AT <time zone specifier>
  5966.  
  5967.   <time zone specifier> ::=
  5968.         LOCAL
  5969.       | TIME ZONE <interval value expression>
  5970.  
  5971.   <length expression> ::=
  5972.         <char length expression>
  5973.       | <octet length expression>
  5974.       | <bit length expression>
  5975.  
  5976.   <char length expression> ::=
  5977.       ( CHAR_LENGTH | CHARACTER_LENGTH )
  5978.           <left paren> <string value expression> <right paren>
  5979.  
  5980.   <string value expression> ::=
  5981.         <character value expression>
  5982.       | <bit value expression>
  5983.  
  5984.   <octet length expression> ::=
  5985.       OCTET_LENGTH <left paren> <string value expression> <right paren>
  5986.  
  5987.   <bit length expression> ::=
  5988.       BIT_LENGTH <left paren> <string value expression> <right paren>
  5989.  
  5990.   <null specification> ::=
  5991.       NULL
  5992.  
  5993.   <default specification> ::=
  5994.       DEFAULT
  5995.  
  5996.   <row value constructor list> ::=
  5997.       <row value constructor element>
  5998.           [ ( <comma> <row value constructor element> )... ]
  5999.  
  6000.   <row subquery> ::= <subquery>
  6001.  
  6002.   <comp op> ::=
  6003.         <equals operator>
  6004.       | <not equals operator>
  6005.       | <less than operator>
  6006.       | <greater than operator>
  6007.       | <less than or equals operator>
  6008.       | <greater than or equals operator>
  6009.  
  6010.   <between predicate> ::=
  6011.       <row value constructor> [ NOT ] BETWEEN
  6012.         <row value constructor> AND <row value constructor>
  6013.  
  6014.   <in predicate> ::=
  6015.       <row value constructor>
  6016.         [ NOT ] IN <in predicate value>
  6017.  
  6018.   <in predicate value> ::=
  6019.         <table subquery>
  6020.       | <left paren> <in value list> <right paren>
  6021.  
  6022.   <in value list> ::=
  6023.       <value expression> ( <comma> <value expression> )...
  6024.  
  6025.   <like predicate> ::=
  6026.       <match value> [ NOT ] LIKE <pattern>
  6027.         [ ESCAPE <escape character> ]
  6028.  
  6029.   <match value> ::= <character value expression>
  6030.  
  6031.   <pattern> ::= <character value expression>
  6032.  
  6033.   <escape character> ::= <character value expression>
  6034.  
  6035.   <null predicate> ::= <row value constructor>
  6036.       IS [ NOT ] NULL
  6037.  
  6038.   <quantified comparison predicate> ::=
  6039.       <row value constructor> <comp op> <quantifier> <table subquery>
  6040.  
  6041.   <quantifier> ::= <all> | <some>
  6042.  
  6043.   <all> ::= ALL
  6044.  
  6045.   <some> ::= SOME | ANY
  6046.  
  6047.   <exists predicate> ::= EXISTS <table subquery>
  6048.  
  6049.   <unique predicate> ::= UNIQUE <table subquery>
  6050.  
  6051.   <match predicate> ::=
  6052.       <row value constructor> MATCH [ UNIQUE ]
  6053.           [ PARTIAL | FULL ] <table subquery>
  6054.  
  6055.   <overlaps predicate> ::=
  6056.       <row value constructor 1> OVERLAPS <row value constructor 2>
  6057.  
  6058.   <row value constructor 1> ::= <row value constructor>
  6059.  
  6060.   <row value constructor 2> ::= <row value constructor>
  6061.  
  6062.   <truth value> ::=
  6063.         TRUE
  6064.       | FALSE
  6065.       | UNKNOWN
  6066.  
  6067.   <constraint attributes> ::=
  6068.         <constraint check time> [ [ NOT ] DEFERRABLE ]
  6069.       | [ NOT ] DEFERRABLE [ <constraint check time> ]
  6070.  
  6071.   <constraint check time> ::=
  6072.         INITIALLY DEFERRED
  6073.       | INITIALLY IMMEDIATE
  6074.  
  6075.   <table constraint definition> ::=
  6076.       [ <constraint name definition> ]
  6077.       <table constraint> [ <constraint attributes> ]
  6078.  
  6079.   <table constraint> ::=
  6080.         <unique constraint definition>
  6081.       | <referential constraint definition>
  6082.       | <check constraint definition>
  6083.  
  6084.   <unique constraint definition> ::=
  6085.               <unique specification> even in SQL3)
  6086.       <unique specification>
  6087.         <left paren> <unique column list> <right paren>
  6088.  
  6089.   <unique column list> ::= <column name list>
  6090.  
  6091.   <referential constraint definition> ::=
  6092.       FOREIGN KEY
  6093.           <left paren> <referencing columns> <right paren>
  6094.         <references specification>
  6095.  
  6096.   <referencing columns> ::=
  6097.       <reference column list>
  6098.  
  6099.   <module contents> ::=
  6100.         <declare cursor>
  6101.       | <dynamic declare cursor>
  6102.       | <procedure>
  6103.  
  6104.   <declare cursor> ::=
  6105.       DECLARE <cursor name> [ INSENSITIVE ] [ SCROLL ] CURSOR
  6106.         FOR <cursor specification>
  6107.  
  6108.   <cursor name> ::= <identifier>
  6109.  
  6110.   <cursor specification> ::=
  6111.       <query expression> [ <order by clause> ]
  6112.         [ <updatability clause> ]
  6113.  
  6114.   <order by clause> ::=
  6115.       ORDER BY <sort specification list>
  6116.  
  6117.   <sort specification list> ::=
  6118.       <sort specification> [ ( <comma> <sort specification> )... ]
  6119.  
  6120.   <sort specification> ::=
  6121.       <sort key> [ <collate clause> ] [ <ordering specification> ]
  6122.  
  6123.   <sort key> ::=
  6124.         <column name>
  6125.       | <unsigned integer>
  6126.  
  6127.   <ordering specification> ::= ASC | DESC
  6128.  
  6129.   <updatability clause> ::=
  6130.       FOR
  6131.           ( READ ONLY |
  6132.             UPDATE [ OF <column name list> ] )
  6133.  
  6134.   <dynamic declare cursor> ::=
  6135.       DECLARE <cursor name> [ INSENSITIVE ] [ SCROLL ] CURSOR
  6136.           FOR <statement name>
  6137.  
  6138.   <statement name> ::= <identifier>
  6139.   <procedure> ::=
  6140.       PROCEDURE <procedure name>
  6141.           <parameter declaration list> <semicolon>
  6142.         <SQL procedure statement> <semicolon>
  6143.  
  6144.   <procedure name> ::= <identifier>
  6145.  
  6146.   <parameter declaration list> ::=
  6147.         <left paren> <parameter declaration>
  6148.             [ ( <comma> <parameter declaration> )... ] <right paren>
  6149.       | <parameter declaration>...
  6150.  
  6151.   <parameter declaration> ::=
  6152.         <parameter name> <data type>
  6153.       | <status parameter>
  6154.  
  6155.   <status parameter> ::=
  6156.       SQLCODE | SQLSTATE
  6157.  
  6158.   <SQL procedure statement> ::=
  6159.         <SQL schema statement>
  6160.       | <SQL data statement>
  6161.       | <SQL transaction statement>
  6162.       | <SQL connection statement>
  6163.       | <SQL session statement>
  6164.       | <SQL dynamic statement>
  6165.       | <SQL diagnostics statement>
  6166.  
  6167.   <SQL schema statement> ::=
  6168.         <SQL schema definition statement>
  6169.       | <SQL schema manipulation statement>
  6170.  
  6171.   <SQL schema definition statement> ::=
  6172.         <schema definition>
  6173.       | <table definition>
  6174.       | <view definition>
  6175.       | <grant statement>
  6176.       | <domain definition>
  6177.       | <character set definition>
  6178.       | <collation definition>
  6179.       | <translation definition>
  6180.       | <assertion definition>
  6181.  
  6182.   <schema definition> ::=
  6183.       CREATE SCHEMA <schema name clause>
  6184.         [ <schema character set specification> ]
  6185.         [ <schema element>... ]
  6186.  
  6187.   <schema name clause> ::=
  6188.         <schema name>
  6189.       | AUTHORIZATION <schema authorization identifier>
  6190.       | <schema name> AUTHORIZATION
  6191.             <schema authorization identifier>
  6192.  
  6193.   <schema authorization identifier> ::=
  6194.       <authorization identifier>
  6195.  
  6196.   <schema character set specification> ::=
  6197.       DEFAULT CHARACTER
  6198.           SET <character set specification>
  6199.  
  6200.   <schema element> ::=
  6201.         <domain definition>
  6202.       | <table definition>
  6203.       | <view definition>
  6204.       | <grant statement>
  6205.       | <assertion definition>
  6206.       | <character set definition>
  6207.       | <collation definition>
  6208.       | <translation definition>
  6209.  
  6210.   <domain definition> ::=
  6211.       CREATE DOMAIN <domain name>
  6212.           [ AS ] <data type>
  6213.         [ <default clause> ]
  6214.         [ <domain constraint>... ]
  6215.         [ <collate clause> ]
  6216.  
  6217.   <domain constraint> ::=
  6218.       [ <constraint name definition> ]
  6219.       <check constraint definition> [ <constraint attributes> ]
  6220.  
  6221.   <table definition> ::=
  6222.       CREATE [ ( GLOBAL | LOCAL ) TEMPORARY ] TABLE
  6223.           <table name>
  6224.         <table element list>
  6225.         [ ON COMMIT ( DELETE | PRESERVE ) ROWS ]
  6226.  
  6227.   <view definition> ::=
  6228.       CREATE VIEW <table name> [ <left paren> <view column list>
  6229.                                     <right paren> ]
  6230.         AS <query expression>
  6231.         [ WITH [ <levels clause> ] CHECK OPTION ]
  6232.  
  6233.   <view column list> ::= <column name list>
  6234.  
  6235.   <levels clause> ::=
  6236.       CASCADED | LOCAL
  6237.  
  6238.   <grant statement> ::=
  6239.      GRANT <privileges> ON <object name>
  6240.        TO <grantee> [ ( <comma> <grantee> )... ]
  6241.          [ WITH GRANT OPTION ]
  6242.  
  6243.   <privileges> ::=
  6244.         ALL PRIVILEGES
  6245.       | <action list>
  6246.  
  6247.   <action list> ::= <action> [ ( <comma> <action> )... ]
  6248.  
  6249.   <action> ::=
  6250.         SELECT
  6251.       | DELETE
  6252.       | INSERT [ <left paren> <privilege column list> <right paren> ]
  6253.       | UPDATE [ <left paren> <privilege column list> <right paren> ]
  6254.       | REFERENCES [ <left paren> <privilege column list> <right paren> ]
  6255.       | USAGE
  6256.  
  6257.   <privilege column list> ::= <column name list>
  6258.  
  6259.   <object name> ::=
  6260.         [ TABLE ] <table name>
  6261.       | DOMAIN <domain name>
  6262.       | COLLATION <collation name>
  6263.       | CHARACTER SET <character set name>
  6264.       | TRANSLATION <translation name>
  6265.  
  6266.   <grantee> ::=
  6267.         PUBLIC
  6268.       | <authorization identifier>
  6269.  
  6270.   <assertion definition> ::=
  6271.       CREATE ASSERTION <constraint name> <assertion check>
  6272.         [ <constraint attributes> ]
  6273.  
  6274.   <assertion check> ::=
  6275.       CHECK
  6276.           <left paren> <search condition> <right paren>
  6277.  
  6278.   <character set definition> ::=
  6279.       CREATE CHARACTER SET <character set name>
  6280.           [ AS ]
  6281.         <character set source>
  6282.         [ <collate clause> | <limited collation definition> ]
  6283.  
  6284.   <character set source> ::=
  6285.         GET <existing character set name>
  6286.  
  6287.   <existing character set name> ::=
  6288.         <standard character repertoire name>
  6289.       | <implementation-defined character repertoire name>
  6290.       | <schema character set name>
  6291.  
  6292.   <schema character set name> ::= <character set name>
  6293.  
  6294.   <limited collation definition> ::=
  6295.       COLLATION FROM <collation source>
  6296.  
  6297.   <collation source> ::=
  6298.         <collating sequence definition>
  6299.       | <translation collation>
  6300.  
  6301.   <collating sequence definition> ::=
  6302.         <external collation>
  6303.       | <schema collation name>
  6304.       | DESC <left paren> <collation name> <right paren>
  6305.       | DEFAULT
  6306.  
  6307.   <external collation> ::=
  6308.       EXTERNAL <left paren> <quote> <external collation name> <quote> <right paren>
  6309.  
  6310.   <external collation name> ::=
  6311.         <standard collation name>
  6312.       | <implementation-defined collation name>
  6313.  
  6314.   <standard collation name> ::= <collation name>
  6315.  
  6316.   <implementation-defined collation name> ::= <collation name>
  6317.  
  6318.   <schema collation name> ::= <collation name>
  6319.  
  6320.   <translation collation> ::=
  6321.       TRANSLATION <translation name>
  6322.           [ THEN COLLATION <collation name> ]
  6323.  
  6324.   <collation definition> ::=
  6325.       CREATE COLLATION <collation name> FOR
  6326.           <character set specification>
  6327.         FROM <collation source>
  6328.           [ <pad attribute> ]
  6329.  
  6330.   <pad attribute> ::=
  6331.         NO PAD
  6332.       | PAD SPACE
  6333.  
  6334.   <translation definition> ::=
  6335.       CREATE TRANSLATION <translation name>
  6336.         FOR <source character set specification>
  6337.           TO <target character set specification>
  6338.         FROM <translation source>
  6339.  
  6340.   <source character set specification> ::= <character set specification>
  6341.  
  6342.   <target character set specification> ::= <character set specification>
  6343.  
  6344.   <translation source> ::=
  6345.         <translation specification>
  6346.  
  6347.   <translation specification> ::=
  6348.         <external translation>
  6349.       | IDENTITY
  6350.       | <schema translation name>
  6351.  
  6352.   <external translation> ::=
  6353.       EXTERNAL <left paren> <quote> <external translation name> <quote> <right paren>
  6354.  
  6355.   <external translation name> ::=
  6356.         <standard translation name>
  6357.       | <implementation-defined translation name>
  6358.  
  6359.   <standard translation name> ::= <translation name>
  6360.  
  6361.   <implementation-defined translation name> ::= <translation name>
  6362.  
  6363.   <schema translation name> ::= <translation name>
  6364.  
  6365.   <SQL schema manipulation statement> ::=
  6366.         <drop schema statement>
  6367.       | <alter table statement>
  6368.       | <drop table statement>
  6369.       | <drop view statement>
  6370.       | <revoke statement>
  6371.       | <alter domain statement>
  6372.       | <drop domain statement>
  6373.       | <drop character set statement>
  6374.       | <drop collation statement>
  6375.       | <drop translation statement>
  6376.       | <drop assertion statement>
  6377.  
  6378.   <drop schema statement> ::=
  6379.       DROP SCHEMA <schema name> <drop behavior>
  6380.  
  6381.   <drop behavior> ::= CASCADE | RESTRICT
  6382.  
  6383.   <alter table statement> ::=
  6384.       ALTER TABLE <table name> <alter table action>
  6385.  
  6386.   <alter table action> ::=
  6387.         <add column definition>
  6388.       | <alter column definition>
  6389.       | <drop column definition>
  6390.       | <add table constraint definition>
  6391.       | <drop table constraint definition>
  6392.  
  6393.   <add column definition> ::=
  6394.       ADD [ COLUMN ] <column definition>
  6395.  
  6396.   <alter column definition> ::=
  6397.       ALTER [ COLUMN ] <column name> <alter column action>
  6398.  
  6399.   <alter column action> ::=
  6400.         <set column default clause>
  6401.       | <drop column default clause>
  6402.  
  6403.   <set column default clause> ::=
  6404.       SET <default clause>
  6405.  
  6406.   <drop column default clause> ::=
  6407.       DROP DEFAULT
  6408.  
  6409.   <drop column definition> ::=
  6410.       DROP [ COLUMN ] <column name> <drop behavior>
  6411.  
  6412.   <add table constraint definition> ::=
  6413.       ADD <table constraint definition>
  6414.  
  6415.   <drop table constraint definition> ::=
  6416.       DROP CONSTRAINT <constraint name> <drop behavior>
  6417.  
  6418.   <drop table statement> ::=
  6419.       DROP TABLE <table name> <drop behavior>
  6420.  
  6421.   <drop view statement> ::=
  6422.       DROP VIEW <table name> <drop behavior>
  6423.  
  6424.   <revoke statement> ::=
  6425.       REVOKE [ GRANT OPTION FOR ]
  6426.           <privileges>
  6427.           ON <object name>
  6428.         FROM <grantee> [ ( <comma> <grantee> )... ] <drop behavior>
  6429.  
  6430.   <alter domain statement> ::=
  6431.       ALTER DOMAIN <domain name> <alter domain action>
  6432.  
  6433.   <alter domain action> ::=
  6434.         <set domain default clause>
  6435.       | <drop domain default clause>
  6436.       | <add domain constraint definition>
  6437.       | <drop domain constraint definition>
  6438.  
  6439.   <set domain default clause> ::= SET <default clause>
  6440.  
  6441.   <drop domain default clause> ::= DROP DEFAULT
  6442.  
  6443.   <add domain constraint definition> ::=
  6444.       ADD <domain constraint>
  6445.  
  6446.   <drop domain constraint definition> ::=
  6447.       DROP CONSTRAINT <constraint name>
  6448.  
  6449.   <drop domain statement> ::=
  6450.       DROP DOMAIN <domain name> <drop behavior>
  6451.  
  6452.   <drop character set statement> ::=
  6453.       DROP CHARACTER SET <character set name>
  6454.  
  6455.   <drop collation statement> ::=
  6456.       DROP COLLATION <collation name>
  6457.  
  6458.   <drop translation statement> ::=
  6459.       DROP TRANSLATION <translation name>
  6460.  
  6461.   <drop assertion statement> ::=
  6462.       DROP ASSERTION <constraint name>
  6463.  
  6464.   <SQL data statement> ::=
  6465.         <open statement>
  6466.       | <fetch statement>
  6467.       | <close statement>
  6468.       | <select statement: single row>
  6469.       | <SQL data change statement>
  6470.  
  6471.   <open statement> ::=
  6472.       OPEN <cursor name>
  6473.  
  6474.   <fetch statement> ::=
  6475.       FETCH [ [ <fetch orientation> ] FROM ]
  6476.         <cursor name> INTO <fetch target list>
  6477.  
  6478.   <fetch orientation> ::=
  6479.         NEXT
  6480.       | PRIOR
  6481.       | FIRST
  6482.       | LAST
  6483.       | ( ABSOLUTE | RELATIVE ) <simple value specification>
  6484.  
  6485.   <simple value specification> ::=
  6486.         <parameter name>
  6487.       | <embedded variable name>
  6488.       | <literal>
  6489.  
  6490.   <fetch target list> ::=
  6491.       <target specification> [ ( <comma> <target specification> )... ]
  6492.  
  6493.   <target specification> ::=
  6494.         <parameter specification>
  6495.       | <variable specification>
  6496.  
  6497.   <close statement> ::=
  6498.       CLOSE <cursor name>
  6499.  
  6500.   <select statement: single row> ::=
  6501.       SELECT [ <set quantifier> ] <select list>
  6502.         INTO <select target list>
  6503.           <table expression>
  6504.  
  6505.   <select target list> ::=
  6506.       <target specification> [ ( <comma> <target specification> )... ]
  6507.  
  6508.   <SQL data change statement> ::=
  6509.         <delete statement: positioned>
  6510.       | <delete statement: searched>
  6511.       | <insert statement>
  6512.       | <update statement: positioned>
  6513.       | <update statement: searched>
  6514.  
  6515.   <delete statement: positioned> ::=
  6516.       DELETE FROM <table name>
  6517.         WHERE CURRENT OF <cursor name>
  6518.  
  6519.   <delete statement: searched> ::=
  6520.       DELETE FROM <table name>
  6521.         [ WHERE <search condition> ]
  6522.  
  6523.   <insert statement> ::=
  6524.       INSERT INTO <table name>
  6525.         <insert columns and source>
  6526.  
  6527.   <insert columns and source> ::=
  6528.         [ <left paren> <insert column list> <right paren> ]
  6529.               <query expression>
  6530.       | DEFAULT VALUES
  6531.  
  6532.   <insert column list> ::= <column name list>
  6533.  
  6534.   <update statement: positioned> ::=
  6535.       UPDATE <table name>
  6536.         SET <set clause list>
  6537.           WHERE CURRENT OF <cursor name>
  6538.  
  6539.   <set clause list> ::=
  6540.       <set clause> [ ( <comma> <set clause> )... ]
  6541.  
  6542.   <set clause> ::=
  6543.       <object column> <equals operator> <update source>
  6544.  
  6545.   <object column> ::= <column name>
  6546.  
  6547.   <update source> ::=
  6548.         <value expression>
  6549.       | <null specification>
  6550.       | DEFAULT
  6551.  
  6552.   <update statement: searched> ::=
  6553.       UPDATE <table name>
  6554.         SET <set clause list>
  6555.         [ WHERE <search condition> ]
  6556.  
  6557.   <SQL transaction statement> ::=
  6558.         <set transaction statement>
  6559.       | <set constraints mode statement>
  6560.       | <commit statement>
  6561.       | <rollback statement>
  6562.  
  6563.   <set transaction statement> ::=
  6564.       SET TRANSACTION <transaction mode>
  6565.           [ ( <comma> <transaction mode> )... ]
  6566.  
  6567.   <transaction mode> ::=
  6568.         <isolation level>
  6569.       | <transaction access mode>
  6570.       | <diagnostics size>
  6571.  
  6572.   <isolation level> ::=
  6573.       ISOLATION LEVEL <level of isolation>
  6574.  
  6575.   <level of isolation> ::=
  6576.         READ UNCOMMITTED
  6577.       | READ COMMITTED
  6578.       | REPEATABLE READ
  6579.       | SERIALIZABLE
  6580.  
  6581.   <transaction access mode> ::=
  6582.         READ ONLY
  6583.       | READ WRITE
  6584.  
  6585.   <diagnostics size> ::=
  6586.       DIAGNOSTICS SIZE <number of conditions>
  6587.  
  6588.   <number of conditions> ::= <simple value specification>
  6589.  
  6590.   <set constraints mode statement> ::=
  6591.       SET CONSTRAINTS <constraint name list>
  6592.           ( DEFERRED | IMMEDIATE )
  6593.  
  6594.   <constraint name list> ::=
  6595.         ALL
  6596.       | <constraint name> [ ( <comma> <constraint name> )... ]
  6597.  
  6598.   <commit statement> ::=
  6599.       COMMIT [ WORK ]
  6600.  
  6601.   <rollback statement> ::=
  6602.       ROLLBACK [ WORK ]
  6603.  
  6604.   <SQL connection statement> ::=
  6605.         <connect statement>
  6606.       | <set connection statement>
  6607.       | <disconnect statement>
  6608.  
  6609.   <connect statement> ::=
  6610.       CONNECT TO <connection target>
  6611.  
  6612.   <connection target> ::=
  6613.         <SQL-server name>
  6614.           [ AS <connection name> ]
  6615.             correspondence with Tony Gordon)
  6616.           [ USER <user name> ]
  6617.       | DEFAULT
  6618.  
  6619.   <SQL-server name> ::= <simple value specification>
  6620.  
  6621.   <connection name> ::= <simple value specification>
  6622.  
  6623.   <user name> ::= <simple value specification>
  6624.  
  6625.   <set connection statement> ::=
  6626.       SET CONNECTION <connection object>
  6627.  
  6628.   <connection object> ::=
  6629.         DEFAULT
  6630.       | <connection name>
  6631.  
  6632.   <disconnect statement> ::=
  6633.       DISCONNECT <disconnect object>
  6634.  
  6635.   <disconnect object> ::=
  6636.         <connection object>
  6637.       | ALL
  6638.       | CURRENT
  6639.  
  6640.   <SQL session statement> ::=
  6641.         <set catalog statement>
  6642.       | <set schema statement>
  6643.       | <set names statement>
  6644.       | <set session authorization identifier statement>
  6645.       | <set local time zone statement>
  6646.  
  6647.   <set catalog statement> ::=
  6648.       SET CATALOG <value specification>
  6649.  
  6650.   <value specification> ::=
  6651.         <literal>
  6652.       | <general value specification>
  6653.  
  6654.   <set schema statement> ::=
  6655.       SET SCHEMA <value specification>
  6656.  
  6657.   <set names statement> ::=
  6658.       SET NAMES <value specification>
  6659.  
  6660.   <set session authorization identifier statement> ::=
  6661.       SET SESSION AUTHORIZATION
  6662.           <value specification>
  6663.  
  6664.   <set local time zone statement> ::=
  6665.       SET TIME ZONE
  6666.           <set time zone value>
  6667.   <set time zone value> ::=
  6668.         <interval value expression>
  6669.       | LOCAL
  6670.  
  6671.   <SQL dynamic statement> ::=
  6672.         <system descriptor statement>
  6673.       | <prepare statement>
  6674.       | <deallocate prepared statement>
  6675.       | <describe statement>
  6676.       | <execute statement>
  6677.       | <execute immediate statement>
  6678.       | <SQL dynamic data statement>
  6679.  
  6680.   <system descriptor statement> ::=
  6681.         <allocate descriptor statement>
  6682.       | <deallocate descriptor statement>
  6683.       | <set descriptor statement>
  6684.       | <get descriptor statement>
  6685.  
  6686.   <allocate descriptor statement> ::=
  6687.       ALLOCATE DESCRIPTOR <descriptor name>
  6688.          [ WITH MAX <occurrences> ]
  6689.  
  6690.   <descriptor name> ::=
  6691.       [ <scope option> ] <simple value specification>
  6692.  
  6693.   <scope option> ::=
  6694.         GLOBAL
  6695.       | LOCAL
  6696.  
  6697.   <occurrences> ::= <simple value specification>
  6698.  
  6699.   <deallocate descriptor statement> ::=
  6700.       DEALLOCATE DESCRIPTOR <descriptor name>
  6701.  
  6702.   <set descriptor statement> ::=
  6703.       SET DESCRIPTOR <descriptor name>
  6704.           <set descriptor information>
  6705.  
  6706.   <set descriptor information> ::=
  6707.         <set count>
  6708.       | VALUE <item number>
  6709.           <set item information> [ ( <comma> <set item information> )... ]
  6710.  
  6711.   <set count> ::=
  6712.       COUNT <equals operator> <simple value specification 1>
  6713.  
  6714.   <simple value specification 1> ::= <simple value specification>
  6715.  
  6716.   <item number> ::= <simple value specification>
  6717.  
  6718.   <set item information> ::=
  6719.       <descriptor item name> <equals operator> <simple value specification 2>
  6720.  
  6721.   <descriptor item name> ::=
  6722.         TYPE
  6723.       | LENGTH
  6724.       | OCTET_LENGTH
  6725.       | RETURNED_LENGTH
  6726.       | RETURNED_OCTET_LENGTH
  6727.       | PRECISION
  6728.       | SCALE
  6729.       | DATETIME_INTERVAL_CODE
  6730.       | DATETIME_INTERVAL_PRECISION
  6731.       | NULLABLE
  6732.       | INDICATOR
  6733.       | DATA
  6734.       | NAME
  6735.       | UNNAMED
  6736.       | COLLATION_CATALOG
  6737.       | COLLATION_SCHEMA
  6738.       | COLLATION_NAME
  6739.       | CHARACTER_SET_CATALOG
  6740.       | CHARACTER_SET_SCHEMA
  6741.       | CHARACTER_SET_NAME
  6742.  
  6743.   <simple value specification 2> ::= <simple value specification>
  6744.  
  6745.   <item number> ::= <simple value specification>
  6746.  
  6747.   <get descriptor statement> ::=
  6748.       GET DESCRIPTOR <descriptor name> <get descriptor information>
  6749.  
  6750.   <get descriptor information> ::=
  6751.         <get count>
  6752.       | VALUE <item number>
  6753.           <get item information> [ ( <comma> <get item information> )... ]
  6754.  
  6755.   <get count> ::=
  6756.       <simple target specification 1> <equals operator>
  6757.            COUNT
  6758.  
  6759.   <simple target specification 1> ::= <simple target specification>
  6760.  
  6761.   <simple target specification> ::=
  6762.         <parameter name>
  6763.       | <embedded variable name>
  6764.  
  6765.   <get item information> ::=
  6766.       <simple target specification 2> <equals operator> <descriptor item name>>
  6767.  
  6768.   <simple target specification 2> ::= <simple target specification>
  6769.  
  6770.   <prepare statement> ::=
  6771.       PREPARE <SQL statement name> FROM <SQL statement variable>
  6772.  
  6773.   <SQL statement name> ::=
  6774.         <statement name>
  6775.       | <extended statement name>
  6776.  
  6777.   <extended statement name> ::=
  6778.       [ <scope option> ] <simple value specification>
  6779.  
  6780.   <SQL statement variable> ::= <simple value specification>
  6781.  
  6782.   <deallocate prepared statement> ::=
  6783.       DEALLOCATE PREPARE <SQL statement name>
  6784.  
  6785.   <describe statement> ::=
  6786.         <describe input statement>
  6787.       | <describe output statement>
  6788.  
  6789.   <describe input statement> ::=
  6790.       DESCRIBE INPUT <SQL statement name> <using descriptor>
  6791.  
  6792.   <using descriptor> ::=
  6793.       ( USING | INTO ) SQL DESCRIPTOR <descriptor name>
  6794.  
  6795.   <describe output statement> ::=
  6796.       DESCRIBE [ OUTPUT ] <SQL statement name> <using descriptor>
  6797.  
  6798.   <execute statement> ::=
  6799.       EXECUTE <SQL statement name>
  6800.         [ <result using clause> ]
  6801.         [ <parameter using clause> ]
  6802.  
  6803.   <result using clause> ::= <using clause>
  6804.  
  6805.   <using clause> ::=
  6806.         <using arguments>
  6807.       | <using descriptor>
  6808.  
  6809.   <using arguments> ::=
  6810.       ( USING | INTO ) <argument> [ ( <comma> <argument> )... ]
  6811.  
  6812.   <argument> ::= <target specification>
  6813.  
  6814.   <parameter using clause> ::= <using clause>
  6815.  
  6816.   <execute immediate statement> ::=
  6817.       EXECUTE IMMEDIATE <SQL statement variable>
  6818.  
  6819.   <SQL dynamic data statement> ::=
  6820.         <allocate cursor statement>
  6821.       | <dynamic open statement>
  6822.       | <dynamic fetch statement>
  6823.       | <dynamic close statement>
  6824.       | <dynamic delete statement: positioned>
  6825.       | <dynamic update statement: positioned>
  6826.  
  6827.   <allocate cursor statement> ::=
  6828.       ALLOCATE <extended cursor name> [ INSENSITIVE ]
  6829.           [ SCROLL ] CURSOR
  6830.         FOR <extended statement name>
  6831.  
  6832.   <extended cursor name> ::=
  6833.       [ <scope option> ] <simple value specification>
  6834.  
  6835.   <dynamic open statement> ::=
  6836.       OPEN <dynamic cursor name> [ <using clause> ]
  6837.  
  6838.   <dynamic cursor name> ::=
  6839.         <cursor name>
  6840.       | <extended cursor name>
  6841.  
  6842.   <dynamic fetch statement> ::=
  6843.       FETCH [ [ <fetch orientation> ] FROM ] <dynamic cursor name>
  6844.           <using clause>
  6845.  
  6846.   <dynamic close statement> ::=
  6847.       CLOSE <dynamic cursor name>
  6848.  
  6849.   <dynamic delete statement: positioned> ::=
  6850.       DELETE FROM <table name>
  6851.         WHERE CURRENT OF
  6852.             <dynamic cursor name>
  6853.  
  6854.   <dynamic update statement: positioned> ::=
  6855.       UPDATE <table name>
  6856.         SET <set clause>
  6857.             [ ( <comma> <set clause> )... ]
  6858.           WHERE CURRENT OF
  6859.               <dynamic cursor name>
  6860.  
  6861.   <SQL diagnostics statement> ::=
  6862.       <get diagnostics statement>
  6863.  
  6864.   <get diagnostics statement> ::=
  6865.       GET DIAGNOSTICS <sql diagnostics information>
  6866.  
  6867.   <sql diagnostics information> ::=
  6868.         <statement information>
  6869.       | <condition information>
  6870.  
  6871.   <statement information> ::=
  6872.       <statement information item> [ ( <comma> <statement information item> )... ]
  6873.  
  6874.   <statement information item> ::=
  6875.       <simple target specification> <equals operator> <statement information item name>
  6876.  
  6877.   <statement information item name> ::=
  6878.         NUMBER
  6879.       | MORE
  6880.       | COMMAND_FUNCTION
  6881.       | DYNAMIC_FUNCTION
  6882.       | ROW_COUNT
  6883.  
  6884.   <condition information> ::=
  6885.       EXCEPTION <condition number>
  6886.         <condition information item> [ ( <comma> <condition information item> )... ]
  6887.  
  6888.   <condition number> ::= <simple value specification>
  6889.  
  6890.   <condition information item> ::=
  6891.       <simple target specification> <equals operator> <condition information item name>
  6892.  
  6893.   <condition information item name> ::=
  6894.         CONDITION_NUMBER
  6895.       | RETURNED_SQLSTATE
  6896.       | CLASS_ORIGIN
  6897.       | SUBCLASS_ORIGIN
  6898.       | SERVER_NAME
  6899.       | CONNECTION_NAME
  6900.       | CONSTRAINT_CATALOG
  6901.       | CONSTRAINT_SCHEMA
  6902.       | CONSTRAINT_NAME
  6903.       | CATALOG_NAME
  6904.       | SCHEMA_NAME
  6905.       | TABLE_NAME
  6906.       | COLUMN_NAME
  6907.       | CURSOR_NAME
  6908.       | MESSAGE_TEXT
  6909.       | MESSAGE_LENGTH
  6910.       | MESSAGE_OCTET_LENGTH
  6911.  
  6912.   <embedded SQL host program> ::=
  6913.         <embedded SQL Ada program>
  6914.       | <embedded SQL C program>
  6915.       | <embedded SQL COBOL program>
  6916.       | <embedded SQL Fortran program>
  6917.       | <embedded SQL MUMPS program>
  6918.       | <embedded SQL Pascal program>
  6919.       | <embedded SQL PL/I program>
  6920.  
  6921.   <embedded SQL Ada program> ::= !! <EMPHASIS>(See the Syntax Rules.)
  6922.  
  6923.   <embedded SQL C program> ::=
  6924.         !! <EMPHASIS>(See the Syntax Rules.)
  6925.  
  6926.   <embedded SQL COBOL program> ::= !! <EMPHASIS>(See the Syntax Rules.)
  6927.  
  6928.   <embedded SQL Fortran program> ::=
  6929.       !! <EMPHASIS>(See the Syntax Rules.)
  6930.  
  6931.   <embedded SQL MUMPS program> ::= !! <EMPHASIS>(See the Syntax Rules.)
  6932.  
  6933.   <embedded SQL Pascal program> ::=
  6934.       !! <EMPHASIS>(See the Syntax Rules.)
  6935.  
  6936.   <embedded SQL PL/I program> ::= !! <EMPHASIS>(See the Syntax Rules.)
  6937.  
  6938.   <embedded SQL declare section> ::=
  6939.         <embedded SQL begin declare>
  6940.           [ <embedded character set declaration> ]
  6941.           [ <host variable definition>... ]
  6942.         <embedded SQL end declare>
  6943.       | <embedded SQL MUMPS declare>
  6944.  
  6945.   <embedded SQL begin declare> ::=
  6946.       <SQL prefix> BEGIN DECLARE SECTION
  6947.           [ <SQL terminator> ]
  6948.  
  6949.   <SQL prefix> ::=
  6950.         EXEC SQL
  6951.       | <ampersand>SQL<left paren>
  6952.  
  6953.   <SQL terminator> ::=
  6954.         END-EXEC
  6955.       | <semicolon>
  6956.       | <right paren>
  6957.  
  6958.   <embedded character set declaration> ::=
  6959.       SQL NAMES ARE <character set specification>
  6960.  
  6961.   <host variable definition> ::=
  6962.         <Ada variable definition>
  6963.       | <C variable definition>
  6964.       | <COBOL variable definition>
  6965.       | <Fortran variable definition>
  6966.       | <MUMPS variable definition>
  6967.       | <Pascal variable definition>
  6968.       | <PL/I variable definition>
  6969.  
  6970.   <Ada variable definition> ::=
  6971.       <Ada host identifier> [ ( <comma> <Ada host identifier> )... ] :
  6972.       <Ada type specification> [ <Ada initial value> ]
  6973.  
  6974.   <Ada type specification> ::=
  6975.         <Ada qualified type specification>
  6976.       | <Ada unqualified type specification>
  6977.  
  6978.   <Ada qualified type specification> ::=
  6979.         SQL_STANDARD.CHAR [ CHARACTER SET
  6980.            [ IS ] <character set specification> ]
  6981.             <left paren> 1 <double period> <length> <right paren>
  6982.       | SQL_STANDARD.BIT
  6983.             <left paren> 1 <double period> <length> <right paren>
  6984.       | SQL_STANDARD.SMALLINT
  6985.       | SQL_STANDARD.INT
  6986.       | SQL_STANDARD.REAL
  6987.       | SQL_STANDARD.DOUBLE_PRECISION
  6988.       | SQL_STANDARD.SQLCODE_TYPE
  6989.       | SQL_STANDARD.SQLSTATE_TYPE
  6990.       | SQL_STANDARD.INDICATOR_TYPE
  6991.  
  6992.   <Ada unqualified type specification> ::=
  6993.         CHAR
  6994.             <left paren> 1 <double period> <length> <right paren>
  6995.       | BIT
  6996.             <left paren> 1 <double period> <length> <right paren>
  6997.       | SMALLINT
  6998.       | INT
  6999.       | REAL
  7000.       | DOUBLE_PRECISION
  7001.       | SQLCODE_TYPE
  7002.       | SQLSTATE_TYPE
  7003.       | INDICATOR_TYPE
  7004.  
  7005.   <Ada initial value> ::=
  7006.       <Ada assignment operator> <character representation>...
  7007.  
  7008.   <Ada assignment operator> ::= <colon><equals operator>
  7009.  
  7010.   <C variable definition> ::=
  7011.         [ <C storage class> ]
  7012.         [ <C class modifier> ]
  7013.         <C variable specification>
  7014.       <semicolon>
  7015.  
  7016.   <C storage class> ::=
  7017.         auto
  7018.       | extern
  7019.       | static
  7020.  
  7021.   <C class modifier> ::= const | volatile
  7022.  
  7023.   <C variable specification> ::=
  7024.         <C numeric variable>
  7025.       | <C character variable>
  7026.       | <C derived variable>
  7027.  
  7028.   <C numeric variable> ::=
  7029.       ( long | short | float | double )
  7030.         <C host identifier> [ <C initial value> ]
  7031.               [ ( <comma> <C host identifier> [ <C initial value> ] )... ]
  7032.  
  7033.   <C initial value> ::=
  7034.       <equals operator> <character representation>...
  7035.  
  7036.   <C character variable> ::=
  7037.       char [ CHARACTER SET
  7038.                [ IS ] <character set specification> ]
  7039.         <C host identifier>
  7040.           <C array specification> [ <C initial value> ]
  7041.           [ ( <comma> <C host identifier>
  7042.             <C array specification>
  7043.                    [ <C initial value> ] )... ]
  7044.  
  7045.   <C array specification> ::=
  7046.       <left bracket> <length> <right bracket>
  7047.  
  7048.   <C derived variable> ::=
  7049.         <C VARCHAR variable>
  7050.       | <C bit variable>
  7051.  
  7052.   <C VARCHAR variable> ::=
  7053.       VARCHAR [ CHARACTER SET [ IS ]
  7054.           <character set specification> ]
  7055.           <C host identifier>
  7056.               <C array specification> [ <C initial value> ]
  7057.             [ ( <comma> <C host identifier>
  7058.                 <C array specification>
  7059.                         [ <C initial value> ] )... ]
  7060.  
  7061.   <C bit variable> ::=
  7062.       BIT <C host identifier>
  7063.           <C array specification> [ <C initial value> ]
  7064.         [ ( <comma> <C host identifier>
  7065.           <C array specification>
  7066.                      [ <C initial value> ] )... ]
  7067.  
  7068.   <COBOL variable definition> ::=
  7069.       (01|77) <COBOL host identifier> <COBOL type specification>
  7070.         [ <character representation>... ] <period>
  7071.  
  7072.   <COBOL type specification> ::=
  7073.         <COBOL character type>
  7074.       | <COBOL bit type>
  7075.       | <COBOL numeric type>
  7076.       | <COBOL integer type>
  7077.  
  7078.   <COBOL character type> ::=
  7079.       [ CHARACTER SET [ IS ]
  7080.             <character set specification> ]
  7081.       ( PIC | PICTURE ) [ IS ] ( X [ <left paren> <length> <right paren> ] )...
  7082.  
  7083.   <COBOL bit type> ::=
  7084.       ( PIC | PICTURE ) [ IS ]
  7085.           ( B [ <left paren> <length> <right paren> ] )...
  7086.  
  7087.   <COBOL numeric type> ::=
  7088.       ( PIC | PICTURE ) [ IS ]
  7089.         S <COBOL nines specification>
  7090.       [ USAGE [ IS ] ] DISPLAY SIGN LEADING SEPARATE
  7091.  
  7092.   <COBOL nines specification> ::=
  7093.         <COBOL nines> [ V [ <COBOL nines> ] ]
  7094.       | V <COBOL nines>
  7095.  
  7096.   <COBOL nines> ::= ( 9 [ <left paren> <length> <right paren> ] )...
  7097.  
  7098.   <COBOL integer type> ::=
  7099.         <COBOL computational integer>
  7100.       | <COBOL binary integer>
  7101.  
  7102.   <COBOL computational integer> ::=
  7103.       ( PIC | PICTURE ) [ IS ] S<COBOL nines>
  7104.         [ USAGE [ IS ] ] ( COMP | COMPUTATIONAL )
  7105.  
  7106.   <COBOL binary integer> ::=
  7107.       ( PIC | PICTURE ) [ IS ] S<COBOL nines>
  7108.         [ USAGE [ IS ] ] BINARY
  7109.  
  7110.   <Fortran variable definition> ::=
  7111.       <Fortran type specification>
  7112.       <Fortran host identifier>
  7113.           [ ( <comma> <Fortran host identifier> )... ]
  7114.  
  7115.   <Fortran type specification> ::=
  7116.         CHARACTER [ <asterisk> <length> ]
  7117.             [ CHARACTER SET [ IS ]
  7118.                   <character set specification> ]
  7119.       | BIT [ <asterisk> <length> ]
  7120.       | INTEGER
  7121.       | REAL
  7122.       | DOUBLE PRECISION
  7123.  
  7124.   <MUMPS variable definition> ::=
  7125.       ( <MUMPS numeric variable> | <MUMPS character variable> )
  7126.           <semicolon>
  7127.  
  7128.   <MUMPS numeric variable> ::=
  7129.       <MUMPS type specification>
  7130.         <MUMPS host identifier> [ ( <comma> <MUMPS host identifier> )... ]
  7131.  
  7132.   <MUMPS type specification> ::=
  7133.         INT
  7134.       | DEC
  7135.             [ <left paren> <precision> [ <comma> <scale> ] <right paren> ]
  7136.       | REAL
  7137.  
  7138.   <MUMPS character variable> ::=
  7139.       VARCHAR <MUMPS host identifier> <MUMPS length specification>
  7140.         [ ( <comma> <MUMPS host identifier> <MUMPS length specification> )... ]
  7141.  
  7142.   <MUMPS length specification> ::=
  7143.       <left paren> <length> <right paren>
  7144.  
  7145.   <Pascal variable definition> ::=
  7146.       <Pascal host identifier> [ ( <comma> <Pascal host identifier> )... ] <colon>
  7147.         <Pascal type specification> <semicolon>
  7148.  
  7149.   <Pascal type specification> ::=
  7150.         PACKED ARRAY
  7151.             <left bracket> 1 <double period> <length> <right bracket>
  7152.           OF CHAR
  7153.             [ CHARACTER SET [ IS ]
  7154.                   <character set specification> ]
  7155.       | PACKED ARRAY
  7156.             <left bracket> 1 <double period> <length> <right bracket>
  7157.           OF BIT
  7158.       | INTEGER
  7159.       | REAL
  7160.       | CHAR [ CHARACTER SET
  7161.                                   [ IS ] <character set specification> ]
  7162.       | BIT
  7163.  
  7164.   <PL/I variable definition> ::=
  7165.       (DCL | DECLARE)
  7166.           (   <PL/I host identifier>
  7167.             | <left paren> <PL/I host identifier>
  7168.                   [ ( <comma> <PL/I host identifier> )... ] <right paren> )
  7169.       <PL/I type specification>
  7170.       [ <character representation>... ] <semicolon>
  7171.  
  7172.   <PL/I type specification> ::=
  7173.         ( CHAR | CHARACTER ) [ VARYING ]
  7174.             <left paren><length><right paren>
  7175.             [ CHARACTER SET
  7176.                   [ IS ] <character set specification> ]
  7177.       | BIT [ VARYING ] <left paren><length><right paren>
  7178.       | <PL/I type fixed decimal> <left paren> <precision>
  7179.             [ <comma> <scale> ] <right paren>
  7180.       | <PL/I type fixed binary> [ <left paren> <precision> <right paren> ]
  7181.       | <PL/I type float binary> <left paren> <precision> <right paren>
  7182.  
  7183.   <PL/I type fixed decimal> ::=
  7184.         ( DEC | DECIMAL ) FIXED
  7185.       | FIXED ( DEC | DECIMAL )
  7186.  
  7187.   <PL/I type fixed binary> ::=
  7188.         ( BIN | BINARY ) FIXED
  7189.       | FIXED ( BIN | BINARY )
  7190.  
  7191.   <PL/I type float binary> ::=
  7192.         ( BIN | BINARY ) FLOAT
  7193.       | FLOAT ( BIN | BINARY )
  7194.  
  7195.   <embedded SQL end declare> ::=
  7196.       <SQL prefix> END DECLARE SECTION
  7197.           [ <SQL terminator> ]
  7198.  
  7199.   <embedded SQL MUMPS declare> ::=
  7200.       <SQL prefix>
  7201.         BEGIN DECLARE SECTION
  7202.           [ <embedded character set declaration> ]
  7203.           [ <host variable definition>... ]
  7204.         END DECLARE SECTION
  7205.       <SQL terminator>
  7206.  
  7207.   <embedded SQL statement> ::=
  7208.       <SQL prefix>
  7209.         <statement or declaration>
  7210.       [ <SQL terminator> ]
  7211.  
  7212.   <statement or declaration> ::=
  7213.         <declare cursor>
  7214.       | <dynamic declare cursor>
  7215.       | <temporary table declaration>
  7216.       | <embedded exception declaration>
  7217.       | <SQL procedure statement>
  7218.  
  7219.   <embedded exception declaration> ::=
  7220.       WHENEVER <condition> <condition action>
  7221.  
  7222.   <condition> ::=
  7223.       SQLERROR | NOT FOUND
  7224.  
  7225.   <condition action> ::=
  7226.       CONTINUE | <go to>
  7227.  
  7228.   <go to> ::=
  7229.       ( GOTO | GO TO ) <goto target>
  7230.  
  7231.   <goto target> ::=
  7232.         <host label identifier>
  7233.       | <unsigned integer>
  7234.       | <host PL/I label variable>
  7235.  
  7236.   <host label identifier> ::= !!<EMPHASIS>(See the Syntax Rules.)
  7237.  
  7238.   <host PL/I label variable> ::= !!<EMPHASIS>(See the Syntax Rules.)
  7239.  
  7240.   <preparable statement> ::=
  7241.         <preparable SQL data statement>
  7242.       | <preparable SQL schema statement>
  7243.       | <preparable SQL transaction statement>
  7244.       | <preparable SQL session statement>
  7245.       | <preparable implementation-defined statement>
  7246.  
  7247.   <preparable SQL data statement> ::=
  7248.         <delete statement: searched>
  7249.       | <dynamic single row select statement>
  7250.       | <insert statement>
  7251.       | <dynamic select statement>
  7252.       | <update statement: searched>
  7253.       | <preparable dynamic delete statement: positioned>
  7254.       | <preparable dynamic update statement: positioned>
  7255.  
  7256.   <dynamic single row select statement> ::= <query specification>
  7257.  
  7258.   <dynamic select statement> ::= <cursor specification>
  7259.  
  7260.   <preparable dynamic delete statement: positioned> ::=
  7261.      DELETE [ FROM <table name> ]
  7262.         WHERE CURRENT OF <cursor name>
  7263.  
  7264.   <preparable dynamic update statement: positioned> ::=
  7265.      UPDATE [ <table name> ]
  7266.         SET <set clause list>
  7267.         WHERE CURRENT OF <cursor name>
  7268.  
  7269.   <preparable SQL schema statement> ::=
  7270.         <SQL schema statement>
  7271.  
  7272.   <preparable SQL transaction statement> ::=
  7273.         <SQL transaction statement>
  7274.  
  7275.   <preparable SQL session statement> ::=
  7276.         <SQL session statement>
  7277.  
  7278.   <preparable implementation-defined statement> ::=
  7279.       !! <EMPHASIS>(See the Syntax Rules.)
  7280.  
  7281.   <direct SQL statement> ::=
  7282.       <directly executable statement> <semicolon>
  7283.  
  7284.   <directly executable statement> ::=
  7285.         <direct SQL data statement>
  7286.       | <SQL schema statement>
  7287.       | <SQL transaction statement>
  7288.       | <SQL connection statement>
  7289.       | <SQL session statement>
  7290.       | <direct implementation-defined statement>
  7291.  
  7292.   <direct SQL data statement> ::=
  7293.         <delete statement: searched>
  7294.       | <direct select statement: multiple rows>
  7295.       | <insert statement>
  7296.       | <update statement: searched>
  7297.       | <temporary table declaration>
  7298.  
  7299.   <direct select statement: multiple rows> ::=
  7300.       <query expression> [ <order by clause> ]
  7301.  
  7302.   <direct implementation-defined statement> ::=
  7303.       !!<EMPHASIS>(See the Syntax Rules)
  7304.  
  7305.   <SQL object identifier> ::=
  7306.       <SQL provenance> <SQL variant>
  7307.  
  7308.   <SQL provenance> ::= <arc1> <arc2> <arc3>
  7309.  
  7310.   <arc1> ::= iso | 1 | iso <left paren> 1 <right paren>
  7311.  
  7312.   <arc2> ::= standard | 0 | standard <left paren> 0 <right paren>
  7313.  
  7314.   <arc3> ::= 9075
  7315.  
  7316.   <SQL variant> ::= <SQL edition> <SQL conformance>
  7317.  
  7318.   <SQL edition> ::= <1987> | <1989> | <1992>
  7319.  
  7320.   <1987> ::= 0 | edition1987 <left paren> 0 <right paren>
  7321.  
  7322.   <1989> ::= <1989 base> <1989 package>
  7323.  
  7324.   <1989 base> ::= 1 | edition1989 <left paren> 1 <right paren>
  7325.  
  7326.   <1989 package> ::= <integrity no> | <integrity yes>
  7327.   <integrity no> ::= 0 | IntegrityNo <left paren> 0 <right paren>
  7328.  
  7329.   <integrity yes> ::= 1 | IntegrityYes <left paren> 1 <right paren>
  7330.  
  7331.   <1992> ::= 2 | edition1992 <left paren> 2 <right paren>
  7332.  
  7333.   <SQL conformance> ::= <low> | <intermediate> | <high>
  7334.  
  7335.   <low> ::= 0 | Low <left paren> 0 <right paren>
  7336.  
  7337.   <intermediate> ::= 1 | Intermediate <left paren> 1 <right paren>
  7338.  
  7339.   <high> ::= 2 | High <left paren> 2 <right paren>
  7340.  
  7341.  
  7342.  
  7343.  
  7344.   AF.  Appendix B - SQL Tutorial for beginners
  7345.  
  7346.  
  7347.   AF.1.  Tutorial for PostgreSQL
  7348.  
  7349.   SQL tutorial is also distributed with PostgreSQL. The SQL tutorial
  7350.   scripts is in the directory src/tutorial
  7351.  
  7352.   AF.2.  Internet URL pointers
  7353.  
  7354.   The SQL tutorial for beginners can be found at
  7355.  
  7356.   ╖  <http://w3.one.net/~jhoffman/sqltut.htm>
  7357.  
  7358.      Comments or suggestions? Mail to
  7359.  
  7360.   ╖  Jim Hoffman jhoffman@one.net
  7361.  
  7362.      The following are the sites suggested by John Hoffman:
  7363.  
  7364.   ╖  SQL Reference  <http://www.contrib.andrew.cmu.edu/~shadow/sql.html>
  7365.  
  7366.   ╖  Ask the SQL Pro  <http://www.inquiry.com/techtips/thesqlpro/>
  7367.  
  7368.   ╖  SQL Pro's Relational DB Useful Sites
  7369.      <http://www.inquiry.com/techtips/thesqlpro/usefulsites.html>
  7370.  
  7371.   ╖  Programmer's Source  <http://infoweb.magi.com/~steve/develop.html>
  7372.  
  7373.   ╖  DBMS Sites  <http://info.itu.ch/special/wwwfiles> Go here and see
  7374.      file comp_db.html
  7375.  
  7376.   ╖  DB Ingredients  <http://www.compapp.dcu.ie/databases/f017.html>
  7377.  
  7378.   ╖  Web Authoring  <http://www.stars.com/Tutorial/CGI/>
  7379.  
  7380.   ╖  Computing Dictionary  <http://wfn-shop.princeton.edu/cgi-
  7381.      bin/foldoc>
  7382.  
  7383.   ╖  DBMS Lab/Links  <http://www-ccs.cs.umass.edu/db.html>
  7384.  
  7385.   ╖  SQL FAQ
  7386.      <http://epoch.CS.Berkeley.EDU:8000/sequoia/dba/montage/FAQ> Go here
  7387.      and see file SQL_TOC.html
  7388.  
  7389.   ╖  SQL Databases  <http://chaos.mur.csu.edu.au/itc125/cgi/sqldb.html>
  7390.  
  7391.   ╖  RIT Database Design Page
  7392.      <http://www.it.rit.edu/~wjs/IT/199602/icsa720/icsa720postings.html>
  7393.   ╖  Database Jump Site  <http://www.pcslink.com/~ej/dbweb.html>
  7394.  
  7395.   ╖  Programming Tutorials on the Web
  7396.      <http://www.eng.uc.edu/~jtilley/tutorial.html>
  7397.  
  7398.   ╖  Development Resources
  7399.      <http://www.ndev.com/ndc2/support/resources.htp>
  7400.  
  7401.   ╖  Query List  <http://ashok.pair.com/sql.htm>
  7402.  
  7403.   ╖  IMAGE SQL Miscellaneous
  7404.      <http://jazz.external.hp.com/training/sqltables/main.html>
  7405.  
  7406.   ╖  Internet Resource List  <http://www.eit.com/web/netservices.html>
  7407.  
  7408.   AG.  Appendix C - Linux Quick Install Instructions
  7409.  
  7410.   If you are planning to use PostgreSQL on Linux, and need help in
  7411.   installing Linux, then please visit the pointers given in this
  7412.   Appendix. They cover the following topics -
  7413.  
  7414.   ╖  Salient Features of Linux - Why Linux is better as a database
  7415.      server when compared with Windows 95/NT
  7416.  
  7417.   ╖  10 minutes Linux Quick Install Instructions
  7418.  
  7419.   ╖  Microsoft-Linux Analogy List
  7420.  
  7421.   ╖  Quick Steps to Recompile the Linux Kernel
  7422.  
  7423.  
  7424.   ╖  Main Site is at  <http://members.spree.com/technology/aldev/>
  7425.  
  7426.   ╖  Mirror site  <http://aldev.8m.com>
  7427.  
  7428.   ╖  Mirror site  <http://aldev.webjump.com>
  7429.  
  7430.   ╖  Mirror site  <http://homepages.infoseek.com/~aldev1/index.html>
  7431.  
  7432.   ╖  Mirror site  <http://www3.bcity.com/aldev/>
  7433.  
  7434.  
  7435.  
  7436.  
  7437.  
  7438.  
  7439.  
  7440.  
  7441.  
  7442.  
  7443.  
  7444.  
  7445.  
  7446.  
  7447.  
  7448.  
  7449.  
  7450.  
  7451.  
  7452.  
  7453.  
  7454.  
  7455.  
  7456.  
  7457.  
  7458.  
  7459.