Return-Path: owner-postman Delivery-Date: Fri, 08 Apr 94 14:48:42 -0700 Return-Path: owner-postman Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id JAA00330 for postgres-redist; Fri, 8 Apr 1994 09:58:08 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199404081658.JAA00330@nobozo.CS.Berkeley.EDU> X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol Sender: owner-postman@postgres.Berkeley.EDU X-Return-Path: owner-postman Received: from mailgzrz.TU-Berlin.DE (mailgzrz.TU-Berlin.DE [130.149.4.10]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id JAA00166 for ; Fri, 8 Apr 1994 09:52:45 -0700 Received: from marie.physik.TU-Berlin.DE by mailgzrz.TU-Berlin.DE (5.65c/ZRZ-MX) for id AA29519; Fri, 8 Apr 1994 17:24:39 +0200 Received: by marie.physik.tu-berlin.de (5.0/SMI-SVR4) id AA08806; Fri, 8 Apr 1994 17:22:28 --100 From: wpp@marie.physik.tu-berlin.de (Kai Petzke) Message-Id: <9404081522.AA08806@marie.physik.tu-berlin.de> Subject: Re: Questions of a possible newcomer To: joerg.plewe@mpi-dortmund.mpg.de (J.Plewe) Date: Fri, 8 Apr 1994 17:22:26 +0100 (MET DST) Cc: postgres@postgres.Berkeley.EDU In-Reply-To: <9404081255.AA23805@dl.mpi-dortmund.mpg.de> from "J.Plewe" at Apr 8, 94 02:55:44 pm X-Mailer: ELM [version 2.4 PL22] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 825 Resent-To: postgres-redist@postgres.Berkeley.EDU Resent-Date: Fri, 08 Apr 94 09:58:08 -0700 Resent-XMts: smtp > - is it possible to use Postgres within a (hetero-)network? It is, as long all the machines affected have the same byte-ordering. So it is not (directly) possible to access a Postgres running on a Sparc from an frontend running on Intel. > - is it possible to embed Postgres-accesses in conventional > C-programs? There is the libpq library, which allows you to issue Postquel queries (Postquel is the Postgres Query Language). > - how is the performance compared to other relational systems? Performance is rather good, much better than Ingres. > - do I have to be SU to install Postgres? You can install Postgres on any account. > - which platforms are supported? DEC MIPS: ultrix4 SPARC: SunOS 4.1.2 and 4.1.3 HP PA-RISC: HP-UX 9.00 and 9.01 DEC ALPHA: OSF/1 1.3 IBM POWER: AIX 3.2.5 INTEL 386: Linux Kai