home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / archives / 3173 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  3.4 KB

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