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

  1.  
  2.  
  3.  
  4.  
  5.      SAVE(QUEL)                   3/10/77                   SAVE(QUEL)
  6.  
  7.  
  8.  
  9.      NAME
  10.           save - save a relation until a date.
  11.  
  12.      SYNOPSIS
  13.           _s_a_v_e relname _u_n_t_i_l month day year
  14.  
  15.      DESCRIPTION
  16.           _S_a_v_e is used to keep relations beyond the default 7 day life
  17.           span.
  18.  
  19.           _M_o_n_t_h can be an integer from 1 through 12, or  the  name  of
  20.           the month, either abbreviated or spelled out.
  21.  
  22.           Only the owner of a relation can _s_a_v_e that relation.   There
  23.           is  an INGRES process which typically removes a relation im-
  24.           mediately after its expiration date has passed.
  25.  
  26.           The actual program which destroys relations is called purge.
  27.           It  is  not  automatically run.  It is a local decision when
  28.           expired relations are removed.
  29.  
  30.           System relations have no expiration date.
  31.  
  32.      EXAMPLE
  33.           /* Save the emp relation until the end of February 1987 */
  34.              save emp until feb 28 1987
  35.  
  36.      SEE ALSO
  37.           create(quel), retrieve(quel), purge(unix)
  38.  
  39.