home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre2.z / postgre2 / doc / README < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.6 KB  |  50 lines

  1. Directories:
  2.  
  3.     papers/
  4.  
  5.         Technical reports about Postgres
  6.  
  7.     implementation/
  8.  
  9.         bufmgr.doc        - buffer manager
  10.         amiint.doc      - "backend" program protocol
  11.  
  12.         executor/*      - old executor implementation notes
  13.         planner/*       - old planner implementation notes
  14.  
  15.     psdump/
  16.  
  17.         Postscript dump of papers using illustrations.  You will need to use
  18.         these if you do not have GRN.  If these do not work or you do not have a
  19.         Postscript printer, use the "eatgrn" script in place of GRN in the
  20.         print scripts - this will get rid of the GRN data and allow you to
  21.         print these files without the illustrations.  The Postscript versions
  22.         of these files are printed on an Apple Laserwriter.
  23.  
  24.     tutorials/
  25.  
  26.         Postgres tutorials
  27.  
  28. To print these files, use the print script in this directory.
  29. Set the PRINTER="-P <printer>" variable to the name of your site's printer,
  30. or you may use 
  31.  
  32. % print -P <printer> filename
  33.  
  34. Papers with pictures in them are available in Postscript format in the
  35. directory psdump.
  36.  
  37. File Name Conventions:
  38.  
  39. <name>.me  - Standard TROFF file using me macros.  This is all we use.
  40.              These files may include calls to deqn, dtbl, and ideal.
  41.  
  42. <name>.grn - Same as above, but with embedded GRN pictures.  Postscript dumps
  43.              are distributed for the convienence of those who do not have
  44.              access to GRN (a GREMLIN preprocessor for TROFF).
  45.  
  46. <name>.doc - Flat ASCII files - just send directly to your line printer.
  47.  
  48. <name>.ps  - Postscript files - these should be sent directly to your line
  49.              printer IF it is a laser printer.
  50.