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 OAA20600 for postgres-dist; Tue, 1 Feb 1994 14:42:09 -0800
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199402012242.OAA20600@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 elysium.CS.Berkeley.EDU (elysium.CS.Berkeley.EDU [128.32.149.6]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with ESMTP id OAA20591 for <postgres@nobozo.CS.Berkeley.EDU>; Tue, 1 Feb 1994 14:42:08 -0800
Received: from localhost (paxson@localhost) by elysium.CS.Berkeley.EDU (8.6.4/8.1B) id OAA18862; Tue, 1 Feb 1994 14:41:52 -0800
Message-Id: <199402012241.OAA18862@elysium.CS.Berkeley.EDU>
To: wolska@maccs.dcss.mcmaster.ca (Ewa Lata-Wolska)
cc: postgres@postgres.Berkeley.EDU
Date: Tue, 01 Feb 1994 14:41:52 -0800
From: "Caroline M. Paxson" <paxson@postgres.Berkeley.EDU>
Resent-To: postgres-dist@postgres.Berkeley.EDU
Resent-Date: Tue, 01 Feb 94 14:42:09 -0800
Resent-XMts: smtp


Here's some answers as to what will be in Postgres 5.0:

1) attributes of type POSTQUEL?
  answer: sortof.  See answer to 2)

2) attributes of complex types? like:
    create DEPT(name=char16, floor=int2)
    create EMP(name=char16, dept=DEPT) 

   answer: yes.  These are implemented using POSTQUEL functions, so
	you can sortof consider them to be attributes of type 
	POSTQUEL too.

3) can LIBPQ be executed from C++ program?

 answer: yes, there's a set of toy interface methods
in s2k-ftp.cs.berkeley.edu:/pub/postgres/contrib/cplusplus.shar.Z


Carol Paxson
UC Berkeley EECS

