home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / database / 6366 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  3.1 KB

  1. Path: sparky!uunet!sun-barr!ames!agate!gaia.CS.Berkeley.EDU!mer
  2. From: mer@gaia.CS.Berkeley.EDU (Jeff Meredith)
  3. Newsgroups: comp.databases
  4. Subject: POSTGRES v4.0.1 announcement
  5. Date: 27 Aug 1992 11:17:34 GMT
  6. Organization: University of California, Berkeley
  7. Lines: 83
  8. Distribution: world
  9. Message-ID: <17idkeINNkbk@agate.berkeley.edu>
  10. NNTP-Posting-Host: gaia.cs.berkeley.edu
  11.  
  12.  
  13.      Version 4.0.1 of the POSTGRES DBMS is now available for
  14. distribution.  4.0.1 provides many bug fixes over version 4.0.
  15. Version 4 added a lot of new functionality, a lot of new code, and
  16. therefore a lot of new bugs.  Thanks to those of you who spent time
  17. helping us uncover and pinpoint problems.
  18.  
  19. Among the key changes in 4.0.1 are:
  20.  
  21.  o  More multi-user fixes.  We now believe POSTGRES to be a much more
  22.     reliable multi-user system.
  23.  
  24.  o  Disk page and shared memory page doctor programs.
  25.  
  26.  o  4.0 databases will copy straight across without doing the POSTGRES
  27.     copy to / copy from conversion dance.
  28.  
  29.  o  Performance tuning.  Some of the fat has been trimmed off of 4.0.
  30.  
  31. Also, as of 4.0.1 we will be making a POSTGRES 'developers distribution'
  32. available.  This package will consist of the standard distribution plus
  33. the entire RCS history of the code along with some system validation tests.
  34. It can be found in ~ftp/pub/postgres-developer.tar.Z.
  35.  
  36. Postgres runs on Sparc I, Sparc II, Sun 4 running SunOs, and DECstations
  37. running ULTRIX >= 4.0.  Postgres consists of about 250,000 lines of C.
  38.  
  39. If you would like to get Postgres 4.0.1, you can do so in one of two ways:
  40.  
  41. (1)  Anonymous FTP from postgres.berkeley.edu
  42.  
  43. To FTP postgres to your site, type the following bracketed text without
  44. brackets.  You should see similar output.
  45.  
  46. % ftp 128.32.149.1 
  47.  
  48. - or -
  49.  
  50. % ftp postgres.berkeley.edu
  51. Connected to 128.32.149.1.
  52. 220 postgres FTP server (Version 4.4 Sun Feb 5 07:58:07 PST 1989) ready.
  53. Name (128.32.149.1:): [ anonymous ]
  54. 331 Guest login ok, send ident as password.
  55. Password:[ mylogin@myhost ]
  56. 230 Guest login ok, access restrictions apply.
  57. ftp> [ cd pub ]
  58. 250 CWD command successful.
  59. ftp> [ get postgres-setup.me ]
  60. 200 PORT command successful.
  61. 150 Opening ASCII mode data connection for postgres-setup.me (N bytes).
  62. ftp> [ binary ]
  63. 200 Type set to I.
  64. ftp> [ get postgres-v4r0r1.tar.Z ]
  65. 200 PORT command successful.
  66. 150 Opening BINARY mode data connection for postgres-v4r0r1.tar.Z (N bytes).
  67. 226 Transfer complete.
  68. local: postgres-v4r0.tar.Z remote: postgres-v4r0.tar.Z
  69. N bytes received in MMM.MM seconds (KK Kbytes/s)
  70. ftp> [ quit ]
  71. 221 Goodbye.
  72. %
  73.  
  74. Or, if you do not have net.access, you can order a Postgres distribution
  75. tape by sending a check payable to
  76.  
  77. the Regents of the University of California
  78.  
  79. for $150.00 to:
  80.  
  81.          Postgres Project
  82.          557 Evans Hall
  83.          University of California
  84.          Berkeley, CA 94720.
  85.  
  86.      Indicate in your accompanying letter whether  you  want
  87.      the  system on a 9-track tape at 1600 BPI, at 6250 BPI,
  88.      on a cartridge tape for SUN shoeboxes (QIC 24  format),
  89.      or on a TK50 DEC cartridge tape.
  90.  
  91. -----------------------------------------------------------------------
  92. Jeff Meredith
  93. Postgres Chief Programmer
  94. mer@postgres.berkeley.edu
  95.