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

  1.  
  2.  
  3.  
  4.  
  5.      PRINT(QUEL)                  1/26/79                  PRINT(QUEL)
  6.  
  7.  
  8.  
  9.      NAME
  10.           print - print relation(s)
  11.  
  12.      SYNOPSIS
  13.           _p_r_i_n_t relname {, relname}
  14.  
  15.      DESCRIPTION
  16.           _P_r_i_n_t displays the contents of each  relation  specified  on
  17.           the  terminal  (standard  output).   The formats for various
  18.           types of domains can be defined by the use of switches  when
  19.           _i_n_g_r_e_s  is  invoked.  Domain names are truncated to fit into
  20.           the specified width.
  21.  
  22.           To print a relation one must either be the owner of the  re-
  23.           lation,  or  the  relation  must have ``retrieve to all'' or
  24.           ``all to all'' permissions.
  25.  
  26.           See ingres(quel) for details.
  27.  
  28.      EXAMPLE
  29.           /* Print the emp relation */
  30.              print emp
  31.              print emp, parts
  32.  
  33.      SEE ALSO
  34.           permit(quel),  retrieve(quel),  ingres(unix),   printr(unix)
  35.           handle long lines of output correctly - no wrap around.
  36.  
  37.      BUGS
  38.           Print should have more formating features to make  printouts
  39.           more readable.
  40.  
  41.           Print should have an option to print on the line printer.
  42.  
  43.  
  44.