Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!tut.cis.ohio-state.edu!ucbvax!pasteur!postgres!wensel From: wensel@postgres.uucp (Sharon Wensel) Newsgroups: comp.databases Subject: POSTGRES is now available... Message-ID: <20826@pasteur.Berkeley.EDU> Date: 19 Dec 89 21:45:26 GMT Sender: news@pasteur.Berkeley.EDU Reply-To: wensel@postgres.UUCP (Sharon Wensel) Organization: Postgres Research Group, UC Berkeley Lines: 48 Version 1, release 2 of POSTGRES is now available for distribution. It runs on Versions 3.4, 3.5, or 3.6 of SUN OS for Sun 3/xxx class machines and on DECstation 3100 machines. The Lisp code has been entirely converted to C and POSTGRES now consists of about 150,000 lines of C code. If you would like the current system, you can get it in one of two ways: (1) Send a check payable to the Regents of the University of California for $150.00 to: Sharon Wensel 521 Evans Hall University of California Berkeley, CA 94720. Indicate in your accompanying letter whether you want the system on a 9-track tape at 1600 BPI, at 6250 BPI, on a cartridge tape for SUN shoeboxes (QIC 24 format), or on a TK50 DEC cartridge tape. (2) FTP the code to your site over the ARPA net by typing the following bracketed text without brackets. You should see similar output. % [ ftp 128.32.149.1 ] # or ftp postgres.berkeley.edu Connected to 128.32.149.1. 220 postgres FTP server (Version 4.4 Sun Feb 5 07:58:07 PST 1989) ready. Name (128.32.149.1:): [ anonymous ] 331 Guest login ok, send ident as password. Password:[ mylogin@myhost ] 230 Guest login ok, access restrictions apply. ftp> [ cd pub ] 250 CWD command successful. ftp> [ binary ] 200 Type set to I. ftp> [ get postgres-v1r2.new.tar.Z ] #Sun version ftp> [ get postgres-DS3100-v1r2.tar.Z ] #DEC version 200 PORT command successful. 150 Opening BINARY mode data connection for postgres-v1r2.new.tar.Z (NNNNNNN bytes). 226 Transfer complete. local: postgres-v1r2.new.tar.Z remote: postgres-v1r2.new.tar.Z NNNNNNN bytes received in MMM.MM seconds (KK Kbytes/s) ftp> [ quit ] 221 Goodbye. %