POSTQUEL(ID:1258/pos003)


POSTGRES QUERy Language. Language used by the database system POSTGRES.


Structures:
Related languages
QUEL => POSTQUEL   Extension of
POSTQUEL => ARIEL   Subset

References:
  • Stonebraker. M. et al, "The Design of POSTGRES" view details
          in Proceedings of the 1986 ACM SIGMOD international conference on Management of Data, Washington view details
  • Linnemann, V. et al "Design and Implementation of an Extensible Database Management System Supporting User Defined Data Types and Functions" view details Extract: Description
    In addition to procedures consisting of POSTQUEL statements, POSTGRES also supports procedures written in a conventtonal programming language as, for example LISP or C. Moreover, the concept of abstract data types is supported by POSTGRES, but only on a rather low level as far as the representation of an abstract data type is concerned. The representation is an unstructured storage area. Only the length of the area is given, i.e. there Is no strong typing as far as the representation of an abstract data type is concerned. This is also the method for passing parameters to functions written in LISP or C.

          in Proceedings of the 14th VLDB Conference Los Angeles, California 1988 view details
  • Hanson, E. N. "An initial report on the design of Ariel DBMS with an integrated production rule system" ACM SIGMOD Record 18(3) September 1989 pp12-19 view details
          in Proceedings of the 14th VLDB Conference Los Angeles, California 1988 view details
  • Hanson. "The design and implementation of the Ariel active database rule system" Technical Report UF-CIS-018-92, CIS Department, University of Florida, Gainesville, FL 32611, 1992 view details
          in Proceedings of the 14th VLDB Conference Los Angeles, California 1988 view details
  • Hanson, Eric N. "The Design and Implementation of the Ariel Active Database Rule System" IEEE Transactions On Knowledge And Data Engineering, 8(1) February 1996 pp157-172 view details
          in Proceedings of the 14th VLDB Conference Los Angeles, California 1988 view details
    Resources