home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!ames!ncar!noao!arizona!naucse!sunset.cse.nau.edu
- From: jdc@sunset.cse.nau.edu (John Campbell)
- Newsgroups: comp.sources.d
- Subject: Summary: relational data base packages
- Message-ID: <5794@naucse.cse.nau.edu>
- Date: 6 Nov 92 13:05:40 GMT
- Sender: news@naucse.cse.nau.edu
- Organization: Northern Arizona University, Flagstaff AZ
- Lines: 181
- Nntp-Posting-Host: sunset.cse.nau.edu
- Originator: jdc@sunset.cse.nau.edu
-
- A number of people requested a summary regarding the query
- I made recently on relational data base software.
-
-
- The following relational data base packages seem to exist:
-
- MetalBase - (comp.sources.misc, vol28) amiga & unix. Immature documentation.
- Shql - (comp.sources.misc, vol25) SQL in sh. help command only.
- Postgres - (postgres.berkeley.edu in /pub) research project at Berkeley.
- Ingres (world.std.com in src/db) - non standard query language
- Requiem (world.std.com in src/db)
-
- Comments I received:
-
-
- From arizona!uunet!decwrl!dsinc!bts.com!candle!root@naucse.cse.nau.edu Tue Nov 3 01:32:34 1992
- Return-Path: <arizona!uunet!decwrl!dsinc!bts.com!candle!root@naucse.cse.nau.edu>
- To: jdc@sunset.cse.nau.edu (John Campbell)
- Subject: Re: Public Domain Relational DBMS for Unix?
- Newsgroups: comp.sources.d
- Organization: a consultant's basement
- Message-Id: <9211021602.AA06351@candle.UUCP>
- Date: 2 Nov 92 16:02:38 EST (Mon)
- From: arizona!uunet!candle!root@naucse.cse.nau.edu (Bruce Momjian)
- Status: OR
-
- Try shql or mbase(metalbase) both posted to comp.sources.misc.
-
- --
- Bruce Momjian | 830 Blythe Avenue
- root%candle.uucp@bts.com | Drexel Hill, Pennsylvania 19026
- + If your life is a hard drive, | (215) 353-9879(w)
- + Christ can be your backup. | (215) 853-3000(h)
-
-
- Path: naucse!arizona!noao!asuvax!cs.utexas.edu!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!olivea!hal.com!parlo.hal.COM!not-for-mail
- From: paul@hal.COM (Paul Sander)
- Newsgroups: comp.sources.d
- Subject: Re: Public Domain Relational DBMS for Unix?
- Message-ID: <1d4s25INN7a7@parlo.hal.COM>
- Date: 3 Nov 92 03:35:33 GMT
- References: <5740@naucse.cse.nau.edu>
- Organization: HaL Computer Systems, Inc.
- Lines: 29
- NNTP-Posting-Host: parlo.hal.com
-
- In article <5740@naucse.cse.nau.edu> jdc@sunset.cse.nau.edu (John Campbell)
- writes:
- >Does anyone know of a public domain relational data base management
- >program that runs on unix machines? I'm hoping to find something as
- >good as "sc" (spreadsheet calculator) but for data bases instead of
- >spread sheets. I'd like to be able to run it on SGI, SUN, HP, and
- >DEC workstations (and I need it to be free).
-
- I don't know what they run on, nor have I used any of these, but here goes:
-
- cbase102.zip, an $80 shareware program that can be had via anonymous FTP from
- SIMTEL 20.
-
- Metalbase, in volume 28 of the comp.sources.misc archives. Check your
- friendly neighborhood Usenet archive.
-
- Ingress, in the freed BSD sources. (Probably not the product from the
- company with the same name.) I found it on gatekeeper.dec.com .
-
- Requiem, available via anonymous FTP from anucsd.anu.edu.au . Last I heard
- (about a year ago) this was single-user.
-
- POSTGRES, presently under development at UC Berkeley. Available via FTP
- from postgres.berkeley.edu .
- --
- Paul M. Sander (408) 379-7000 | "STRESSED" is "DESSERTS" spelled backwards.
- HaL Computer Systems, Inc. | -- Sign in a bakery window
- 1315 Dell Avenue |
- Campbell, CA 95008 USA |
-
-
- Path: naucse!arizona!noao!ncar!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!umn.edu!news.orst.edu!skyking!stanley
- From: stanley@skyking.OCE.ORST.EDU (John Stanley)
- Newsgroups: comp.sources.d
- Subject: Re: Public Domain Relational DBMS for Unix?
- Message-ID: <Bx4sAn.JC0@news.orst.edu>
- Date: 3 Nov 92 08:15:47 GMT
- References: <5740@naucse.cse.nau.edu> <1d4s25INN7a7@parlo.hal.COM>
- Sender: usenet@news.orst.edu
- Organization: Oregon State University, College of Oceanography
- Lines: 24
- Nntp-Posting-Host: skyking.oce.orst.edu
-
- In article <1d4s25INN7a7@parlo.hal.COM> paul@hal.COM (Paul Sander) writes:
- >In article <5740@naucse.cse.nau.edu> jdc@sunset.cse.nau.edu (John Campbell)
- >writes:
- >>Does anyone know of a public domain relational data base management
- >>program that runs on unix machines? I'm hoping to find something as
- >
- >I don't know what they run on, nor have I used any of these, but here goes:
- >
- >Ingress, in the freed BSD sources. (Probably not the product from the
- >company with the same name.) I found it on gatekeeper.dec.com .
-
- Ingres, the University version, is the precursor to the company now
- known as Ask/Ingres (at least, the last time I dealt with them, this is
- what they were called). It uses a non-standard query language called
- QUEL, which the "real" Ingres also speaks (in addition to SQL). It comes
- with EQUEL.
-
- University Ingres is rather limited in what data types it understands,
- mostly just character strings, integers, and floats. No 'date' or
- 'dollars', but real UNIX users don't need 'date', they use seconds since
- midnight 1 Jan 72. :-)
-
- Someone is still maintaining it, since there were some patches released
- for SunOS 4.x.
-
-
- From angus!msgpad!gabe@msen.com Tue Nov 3 22:20:59 1992
- Return-Path: <angus!msgpad!gabe@msen.com>
- To: jdc@sunset.cse.nau.edu (John Campbell)
- Subject: Re: Public Domain Relational DBMS for Unix?
- From: msgpad!gabe (Gabe Helou)
- Reply-To: gabe@angus.mi.org
- Message-Id: <4iyoTB3w165w@msgpad.uucp>
- Date: Tue, 03 Nov 92 20:41:02 EST
- In-Reply-To: <5740@naucse.cse.nau.edu>
- Organization: The Message Pad
- Status: OR
-
- jdc@sunset.cse.nau.edu (John Campbell) writes:
-
- > Does anyone know of a public domain relational data base management
- > program that runs on unix machines? I'm hoping to find something as
- > good as "sc" (spreadsheet calculator) but for data bases instead of
- > spread sheets. I'd like to be able to run it on SGI, SUN, HP, and
- > DEC workstations (and I need it to be free).
-
- I don't think it's public domain, but Metal Base is freely available and
- seems to work very well. If you're not familiar with it, write back and
- I'll send you more info.
-
-
- Path: naucse!arizona!noao!ncar!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!informatik.tu-muenchen.de!LRZnews!harlan
- From: harlan@Physik.TU-Muenchen.DE (Magnus Harlander)
- Newsgroups: comp.sources.d
- Subject: Re: Public Domain Relational DBMS for Unix?
- Message-ID: <harlan.720789759@Physik.TU-Muenchen.DE>
- Date: 3 Nov 92 11:22:39 GMT
- References: <5740@naucse.cse.nau.edu>
- Sender: news@news.lrz-muenchen.de (Mr. News)
- Organization: Leibniz-Rechenzentrum, Muenchen (Germany)
- Lines: 27
-
- jdc@sunset.cse.nau.edu (John Campbell) writes:
-
-
- >Well, I've checked archie and gotten lost elsewhere on the network,
- >so I thought I'd just ask here...
-
- >Does anyone know of a public domain relational data base management
- >program that runs on unix machines? I'm hoping to find something as
- >good as "sc" (spreadsheet calculator) but for data bases instead of
- >spread sheets. I'd like to be able to run it on SGI, SUN, HP, and
- >DEC workstations (and I need it to be free).
-
- >We don't intend to run large data bases and we don't need tremendous
- >query or reporting features. Any ideas?
- >--
- > John Campbell John.Campbell@nau.edu
- > jdc@sunset.cse.nau.edu JDC@NAUVAX.UCC.NAU.EDU
-
- Check for postgres on postgres.berkeley.edu.
-
- \Magnus
-
- --
- Magnus V. Harlander harlan@physik.tu-muenchen.de
- GeNUA mbH and Physics Dep. TUM Tel: +49 (89) 714 3083
- D-8000 Munich +49 (89) 3209-2192
- -----> Happy hacking with OPERATOR Beer. <-----
- --
- John Campbell John.Campbell@nau.edu
- jdc@sunset.cse.nau.edu JDC@NAUVAX.UCC.NAU.EDU
-