home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / bsd / 5129 < prev    next >
Encoding:
Text File  |  1992-09-04  |  1.0 KB  |  26 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!gatech!darwin.sura.net!uvaarpa!cv3.cv.nrao.edu!laphroaig!cflatter
  3. From: cflatter@nrao.edu (Chris Flatters)
  4. Subject: Re: Q: 386BSD UUCP help, Ingres/Postgres ported
  5. Message-ID: <1992Sep4.164611.22151@nrao.edu>
  6. Sender: news@nrao.edu
  7. Reply-To: cflatter@nrao.edu
  8. Organization: NRAO
  9. References: <1992Sep3.211601.19952@vbohub.vbo.dec.com>
  10. Date: Fri, 4 Sep 1992 16:46:11 GMT
  11. Lines: 13
  12.  
  13. In article 19952@vbohub.vbo.dec.com, pederiva@cobolt.enet.dec.com (Pascal Pederiva) writes:
  14. >-Does anybody know if there is a working version of ingres (or postgres)
  15. > for 386BSD ..or if there's another good database program around that
  16. > could be used instead ? ( Or how difficult it would be to port one of
  17. > those programs .. )
  18.  
  19. Shared memory (and lots of it) is a prerequisite for POSTGRES.  Each client
  20. has its own copy of the POSTGRES server and the different server processes
  21. share buffers.  Shared memory does not seem to be supported in 386BSD 0.1
  22. although there are some configuration hooks for it.
  23.  
  24.     Chris Flatters
  25.     cflatter@nrao.edu
  26.