home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / ingres04.lzh / doc / files / error.doc < prev    next >
Encoding:
Text File  |  1992-11-19  |  1.3 KB  |  39 lines

  1.  
  2.  
  3.  
  4.  
  5.      ERROR(FILES)                                         ERROR(FILES)
  6.  
  7.  
  8.  
  9.      NAME
  10.           .../files/error8_? - files with INGRES errors
  11.  
  12.      DESCRIPTION
  13.           These files contain the INGRES error messages.  There is one
  14.           file  for each thousands digit; e.g., error number 2313 will
  15.           be in file error8_2.
  16.  
  17.           Each file consists of a sequence of error messages with  as-
  18.           sociated error numbers.  When an error enters the front end,
  19.           the appropriate  file  is  scanned  for  the  correct  error
  20.           number.   If  found,  the message is printed; otherwise, the
  21.           first message parameter is printed.
  22.  
  23.           Each message has the format
  24.                   errnum <TAB> message tilde.
  25.           Messages are terminated by the tilde character  (`~').   The
  26.           message  is  scanned before printing.  If the sequence %_n is
  27.           encountered (where _n is a digit from 0 to 9), parameter _n is
  28.           substituted, where %0 is the first parameter.
  29.  
  30.           The parameters can be in any order.  For example,  an  error
  31.           message can reference %2 before it references %0.
  32.  
  33.      EXAMPLE
  34.           1003    line %0, bad database name %1~
  35.           1005    In the purge of %1, a bad %0 caused execution to halt~
  36.           1006    No process, try again.~
  37.  
  38.  
  39.